@CHARSET "UTF-8";

.StatusBar1{
	/*background-color: #195D00;*/
	background-color: #45494A;
}
	
.StatusBar2{
	/*background-color: #003366;*/
	background-color: #45494A;
}

.Logo{
	margin-top: 5px;	
}

.Title{
	color: #FF9900;	
	margin-top: 30px;
}

.Login{
		margin-top: 40px;
		color: #FF9900;
	}

#Content{
	background-color: #EDF3FE;	
}

#Content2{
	background-color: #EDF3FE;	
}

.wlink{
	color: #fff;
	font-size:10px;
	margin-right: 5px;
}

#MainTabs li, #SideBar li{
	list-style: none;
	display: inline;	
	background-image:url(../i/nkt/menuLiHigh.png);
	background-position:0pt 3px;
	background-repeat:no-repeat;		
	line-height:110%;
	margin:0pt;	
	padding:4px 4px 4px 18px;	
}

#MainTabs li{
	background-position:0pt 8px;		
}

#MainTabs li a{
	color: #D1EEFF;
	color: #FF9900;
}

#MainTabs{
	/*
	min-height: 30px;
	height: 30px;
	*/
	margin-top: 10px;
}
#MainTabs li .current
{ 
	padding: 3px 3px 3px 3px;
	background-color: #F8F8F8;
	background-color: #ff0000;
	color: #fff;
}
table.t1 tr td, table.t1 tr th{
	border: 1px solid #000;	
}
table.t1 th{
	background-color: #C3D9FF;
	font-weight: bold;
}

button{
	height: 25px;
	vertical-align: middle;
}

.avalbox{

}

.greenbox{
	background-color: #00ff00;
}

.redbox{
	background-color: #f00f00;
}

.orangebox{
	background-color: #FFAE01;
}


/* SimpleModal Styles */	
#modalOverlay {background-color:#000; cursor:wait;}
#modalContainer {height:400px; width:600px; left:40%; top:5%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
a.modalCloseImg {background:url(../i/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}



#LoadingInfo{
	display: none;
	background:white none repeat scroll 0%;
	border:2px solid #BBDDFF;
	margin:15% 40%;
	padding:1em 2em;
	position:fixed;
	text-align:center;
	vertical-align:middle;
	width:20%;
	z-index:100000;	
}
#LoadingInfo p {
	font-weight:bold;
}

#LoadingInfo img {
	vertical-align:middle;
}

