/**
 * SYSTEM STYLE (*NOT* TEMPLATE STYLE)
 *
 * @package		C2MSPRO
 * @author		SLG TEAM
 * @copyright	Copyright (c) 2007, PT. Surya Lintas Global
 * @license		http://www.lintasglobal.com/license.html
 * @uri			http://www.lintasglobal.com
 *
**/
body
{
	min-height: 760px;
}
a
{
	text-decoration: none;
	cursor: hand;
}

#adminbar
{	
    behavior: url(css/iepngfix.htc);	
	border: solid 1px #000000;
	bottom: 0px;
	z-index: 10;
	position: fixed;
	border: solid 0px #CCCCCC;
}

#adminbar2
{	
	bottom: 0px;
	z-index: 10;
	position: fixed;	
}

#syslink
{
	color: #333;	
}

/*
Styling Caption untuk disable atau enable Editor Mode. & Admin Block
*/

#block
{	
	border:2px solid #4468B2;
	min-height: 50px;
	padding: 0px 0px 0px 5px;
}	

#enable,#disable
{
	background:#F0F0F0;
	width:40px;
	height: 28px;
	border-bottom:1px solid #4468B2;
	border-left:1px solid #4468B2;	
	text-align: center;
	position: relative;
	float:right;
	z-index: 10;
}

/*
Styling Caption untuk 'edit' pada submenu block
*/

#edit,#add
{
	background:#F0F0F0;
	width:40px;
	height: 28px;
	border-bottom:1px solid #4468B2;
	border-left:1px solid #4468B2;	
	text-align: center;
	position: relative;
	float:right;
}

#warning
{
	font-family: verdana,arial,tahoma;
	font-size: 10px;
	color: #FF0000;	
}

.paging
{
	color: #999;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
a.paging
{
	color: #333;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

a.paging:hover
{
	color:#DD0000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

/*
* default ul,ol,li
*/
h1
{
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 13px;
	font-weight: bold;	
}

li
{
	margin: 0px 2px 2px -25px;
}

/*
*
*/
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 999;
	background-color: #888!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;	
    top: 3%;
	border-top: 0px;
	border-right: 2px #CCCCCC solid;
	border-bottom: 2px #CCCCCC solid;
	border-left: 2px #CCCCCC solid;
	text-align:left;
	z-index:1000;
}
#MB_window[id] { position: absolute!important; }

#MB_frame {
	position:relative;
	background-color: #EFEFEF;
	height:100%;
}

#MB_content {
	font: 11px Verdana,Tahoma, "Lucida Grande", sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font-size:12px;
	font-family: Tahoma,Verdana,Tahoma,Arial,"Lucida Grande";
	font-weight: bold;
	color: #666;
	text-shadow:1px 1px 1px #666;
	padding: .4em 2em 0 .5em;
	margin: 0;
	text-align: left;	
}


#MB_close {
	display:block;
	position:absolute;
	right:5px; top:0px;
	padding:0px;
	margin: 0px;
	text-decoration:none;
	width:24px;
	height:24px;
	font-size:1px;
	background: url(close.gif) no-repeat center;
}
#MB_close:hover {
	background: url(close.gif) no-repeat center;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
background: url(modalboxheader.gif);
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #DDD;
  margin:0;
	height: 28px;
}
#MB_close { color:#FFF }