body {
	background-color:transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0px;
	/*background-color:#666;*/
	border-radius: 10px;
	background-color: #333;
	overflow:none;
	font-size:13px;
}

A img{
border:0;	
}
 A:link { color:#0CF; text-decoration:none;}
 A:visited {  color: #0CF}
 A:active {  color: #0CF}
 A:hover { color:#FFF; text-decoration:underline;}

#moduletitle{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:8px 20px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.title{
	position:relative;
	margin-top:20px;
	width:70%;
	min-width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	height:40px;
	vertical-align:middle;
}

h1{
	font-size:20px;
	color:#0CF;
}

h2{
	font-size:20px;
}


hr{
	border: 1px dotted #666;
}

#modulebtns{
	position:absolute;
	top:-5px;
	z-index:100;
	right:5px;
	height:40px;
	text-align:right;
}

#modulebtns a{
	color:#FFF;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
	height:40px;
	min-width:120px;
	display:inline-block;
	margin:3px 0px;
	text-decoration:none;
	text-transform:capitalize;
	border-radius: 8px;
	border:1px solid #666;
	padding-left:4px;
	padding-right:8px;
}



#modulebtns img{
	padding-top:4px;
	padding-bottom:0px;
	border:0;
	vertical-align:middle;
}

#modulebtns a:hover{
	background-color:#77b6ca;
	border:1px solid #000;
}


#mainsection{
	position:absolute;
	top:60px;
	left:0px;
	width:300px;
	bottom:0px;
	border:10px solid #000;
	padding:10px;
	overflow:auto;
	background:#333;
}




#contentsection{
	position:absolute;
	top:60px;
	left:341px;
	right:0px;
	bottom:54px;
	overflow:auto;
	
}


.inputfield , .dropfield{
	/*	border:2px solid #0CF;
    background-color:#ffe8a3;*/
    padding:4px;
	border:1px solid #FFF;
	background-image:url(images/inputBg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:1px;
	border-radius: 2px;

}

.checkfield , .radiofield{


}


.fullwidth{
	width:95%;	
}

.btn{
	/*	background-image:url(images/btnsBg.png);
		background-position:center;
		background-repeat:repeat-x;
	background-color:#fecc37;*/
	padding:9px;
	color:#09F;
	font-weight:bold;
	min-width:90px;
	font-size:14px;
	cursor:pointer;
}

.resultstable{
	background:#666;
}

.resultstable th{
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	height:40px;
}

.resultstable td{
	padding:5px;
	font-size:13px;

}



.SmallNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.SearchCell {
	background-color: #666666;
}

.trhl{
	background:#77B6CA;
	/*cursor:pointer;*/
}

.trhl a{
color:#000;

}


.trnormal{
	/*cursor:pointer;*/
	background-color:#232323;
	
}

#pagerpanel{
	border-top:1px solid #999;
	position:absolute;
	height:34px;
	bottom:0px;
	right:0px;
	left:341px;
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding:10px 20px;
}




.ErrorNotices {
	font-size: 22px;
	color:#FC0;
	font-weight:bold;
}

.CriticalError {
	font-size: 14px;
	font-weight: bold;
	color:#FF0;
	background-color:#C00;
	padding:20px;
}



.topframe{
	/*position:absolute;*/
	top:0px;
	left:0px;
	right:0px;
	height: 40px; /*Height of top frame div*/
	font-size:18px;
	color:#0CF;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:11px;
background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
}


.middleframe{
	position:absolute;
	top:61px;
	left:7px;
	right:6px;
	bottom:75px;
	overflow:auto;
}



.bottomframe{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	height: 40px; /*Height of bottom frame div*/
	text-align:right;
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	padding:10px;
	border-top:1px solid #666;
}

.OptionName {
	font-weight: bold;
	background-color: #666;
	color: #FFF;
	padding:6px;
	min-height:20px;
}

.OptionFields {
	background-color: #414141;
	color: #FFF;
	padding:6px;
	min-height:20px;
}


.OptionHeader{
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:14px;
	height:1px;
	min-height:30px;
}

.inputtable {
	min-width:780px;
	border-radius: 8px;
	border:1px solid #666;
	margin-bottom:50px;
	width:70%;

}

.inputtable td{
	padding:2px;
	font-size: 12px;
}

.inputtable th{
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:14px;
}



.OptionHeader{
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}


/* Panels */
.collapsingpanel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #333;
	margin-bottom:2px;
}

.collapsingpanel th{
	background-image:url(images/thbg.png);	
	background-position:center;
	background-repeat:repeat-x;
	color:#CCC;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	padding:5px;
	font-size:12px;
}

.radiotitle{
	color:#0CF;	
}




.fancyinline{
	background:#000;
	
}

.bluetext{
	color:#0CF;
}






/*-------------- Login ---------------*/
	
#applogin #loginBox{
	position:absolute;
	width:708px;
	height:560px;
	padding:10px;
	background:url(images/login-backimage.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	top: 50%;
	left: 50%;
	margin-top:-280px; /*set to a negative number 1/2 of your height*/
	margin-left:-354px; /*set to a negative number 1/2 of your width*/

	border-radius: 10px;
	border:1px solid #666;
	moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
	box-shadow: 4px 4px 4px #222;

}


#applogin	A:link {
	text-decoration: underline;
	color:#FFFFFF;
}
#applogin	A:visited {
	text-decoration: underline;
	color:#FFFFFF;
}
#applogin	A:active {
	text-decoration: underline;
	color:#FFFFFF;
}

#applogin a:hover {
text-decoration:none;
	color:#FC0;
	
}
#applogin  {
	background-color: #333;
	background-image: url(images/application_bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#applogin .errornotice {
color:#FF6600;
	
}



#applogin .smalltext {font-size: 11px}



/*------------- Main --------------*/

#appmain {
	background-color: #333;
	background-image: url(images/application_bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;

}

#appmain #iframewrapper{
	position:absolute;
	bottom:10px;
	top:105px;
	right:10px;
	left:10px;
	border-radius: 10px;
	border:1px solid #666;
	moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
	box-shadow: 4px 4px 4px #222;
}

#appmain #menubar{
	position:absolute;
	top :10px;
	left:10px;
	right:10px;
	height:80px;
	background:url(images/menubarBg.png);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000000;
	border-radius: 10px;
	border:1px solid #666;
	moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
	box-shadow: 4px 4px 4px #222;
}

#appmain #menubar_logo{
	position:absolute;
	top:0px;
	left:0px;
	margin:7px 20px;
}

#appmain #menubarbtns{
	position:absolute;
	height:100px;
	right:40px;
	z-index:1000;
}



#appmain #menubarbtns a{
	/*background-image: url(images/mainmenuBtnBg.png);*/
	color:#FFF;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	height:80px;
	width:70px;
	display:inline-block;
	margin:0px;
	text-decoration:none;
	text-transform:capitalize;
}

#appmain #menubarbtns img{
	margin-top:3px;
	border:0;
}

#appmain #menubarbtns a:hover {
	background-position: 81px 0px;
	background-color:#000;
	color:#FC0;
}



#appmain .smalltext{
font-size:11px;	
}
