/* CSS Document */
*
{
	outline:none;
}

body
{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;
	background:url(images/bgs.jpg) center repeat-y;
	
}

h1,h2,h3,h4,h5
{
	padding:0px;
	margin:0px;
	padding-top:4px;
}
a
{
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}
.content
{
	width:1200px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
	
}
.head
{
	line-height:140px;
	height:160px;
	background:#333333;
	padding-left:30px;
	color:#333333;
	font-size:12px;
	font-weight:bolder;
	background:url(images/bgc.jpg) center repeat-x;
}
.head #header 
{
height: 109px;
line-height: 109px;
background:url(images/logow.png) no-repeat;

}
.subcontent
{	
	padding: 10px;
	width: 1143px;
	margin: 20px auto;
	background: white url(images/normal.jpg) top center repeat-x;
	border-radius: 19px;
	border: 1px solid #CCC;
	overflow:auto;
}
.subcontent h1,h2,h3
{
		color: white;
font-size: 18px;
margin-top: -2px;
padding-top: 0px;
}
.subcontent a
{
	color:#333333;
}
.menu
{
	height: 38px;
	line-height: 38px;
}
.mitem
{
	padding-right:20px;
	padding-left:20px;
	float:left;
	text-align:center;
	background:url(images/menubgs2.jpg) center repeat-x;
	border-top-left-radius:10px;
	border:1px solid #000000;
	border-bottom:none;
	margin-left:5px;
	text-transform:uppercase;
}
.mitemi
{
 	margin-left:5px;
	float:left;
	text-align:center;
	background:url(images/menubgs2.jpg) center repeat-x;
	text-transform:uppercase;
}
.mitem:hover,  .mitemi:hover
{
	background:url(images/menubgs.jpg) center repeat-x;
}
input[type="text"],input[type="password"], input[type="date"],input[type="file"], select, textarea
{
	border: 1px solid #333333;
	min-height: 20px;
	padding: 5px;
	font-size: 18px;
}
input:focus
{
	background:#FF6600;
	border: 1px dashed #CC9900;
}
.textfield2[type="button"], input[type="submit"], input[type="reset"]
{
	background: url(images/menubgs2.jpg) center repeat-x;
	border: 1px dotted #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 11px;
}

.textfield
{
	background:url(images/txtfld.jpg)  center repeat-x;
	border:1px ridge #4D3E28;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:250px;
	height:20px;
	line-height:20px;
}
.textfieldlarge
{
	border:1px ridge #4D3E28;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	background:#000 url(images/txtfld.jpg) center repeat-x;
}
.BODYTEXT
{
	width:100%;
	height:300px;
}
.error
{
	 
	color:#CC0000;
	font-style:italic;
	padding:4px;
}
.msg
{
	 
	color:#669900 ;
	font-style:italic;
	padding:4px;
}
.TRHOVER
{}
.TRHOVER:hover
{
background:#FFFF99;
background:url(images/menubgs.jpg) center repeat-x;
}
.bottomline
{
	border-bottom:1px dashed #999999;
	
}

#loader
{
	clear:both;
	height:23px;
	line-height:23px;
	width:70px;
	text-align:center;
	display:none;
	background:url(images/loaderbg.png) top no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}
.grid
{
	overflow:scroll;
	font-family:"arial narrow";
	clear:both;
}
.grid table tr .data
{
	border-bottom:1px dashed #CCCCCC;
	border-left:1px solid #333333;
	border-right:1px solid #000066;
}
#msg
{
	padding:3px;
	color:#000099;
	font-style:italic;
	font-size:12px;
}
#studentslist
{
	visibility:hidden;
	position:absolute;
	width:550px;
	height:300px;
	overflow:scroll;
	background:#FFFFFF;
	border:1px dashed #666666;
}
.company_logo
{
	float:left;
	margin:6px;
	border:1px dashed #333333;
	overflow:hidden;
}
.company_logo img
{
	border:0px;
}
.lineright
{
	border-right:1px dashed #333333;
}
.imagebox
{
	width:220px;
	height:240px;
	float:left;
	text-align:center;
	margin-bottom:9px;
	font-weight:bolder;
	color:#939598;
}
.imagebox div
{
	margin-top:7px;
}
.imagebox img
{
	margin-top:9px;
}
.imagebox a
{
	color:#CC0000;
}
#form2
{
	width:400px;
	 
	background:#0099FF url(images/loginbanner.jpg) top center no-repeat;
	margin:347px auto 0 auto;
	border-radius:20px;
	border:7px Solid #FFFFFF;
}
#siteinfo
{
float: right;
width: 190px;
margin-right: 10px;
font-size: 20px;
color: #F90;
margin-top: 12px;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
margin-bottom: 16px;
font-family: arial narrow;
}
#textheader {
line-height: 81px;
width: 299px;
text-align: center;
font-size: 26px;
color: #F80;
font-family: arial narrow,impact;
text-shadow: 1px 1px 3px black;
}
.whited
{
	color:#fff;
	font-size:12px;
}
.smallform
{
	font-size:10px;
	color:#FFFFFF;
	background:#333333;
	padding:3px;
	border:1px inset #FFFFFF!important;
 
}
.ui-menu .ui-menu-item {
	padding: 7px;
	font-size: 16px;
	background: #F8F8F8;
	border-bottom: 1px solid #ccc;
}
.ui-menu .ui-menu-item:hover 
{
	background: #FFFF66;
}
.ui-widget-content {
	border: 1px solid #ccc;
	background: #ffffff
	color: #222222;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #FFFF66;
	font-weight: normal;
	color: #212121;
}
.qitems input[type="text"],.qitems input[type="password"], .qitems input[type="date"],.qitems input[type="file"], .qitems select, .qitems textarea
{
	border: 1px solid #333333;
	min-height: 20px;
	padding: 0px;
	font-size: 11px;
	background:#999999;
}