html, body
{
	margin:0px;
    font-family: tahoma, verdana, helvetica, sans-serif;
    background-color: #F1F3F5;
    font-size:10pt;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header
{
	height:42px;
	background: url('hbg.png') repeat-x; 
	color:#FFFFFF;
	text-align:right;
	
}

.reportbutton
{
	border: 0px;
	width: 32px;
	height: 32px;
	background: #fff url('printer.png');
	margin-left: 8px;
	cursor: pointer;
	
	
}
#footer {
	height:42px;
	background: url('hbg.png') repeat-x; 
	color:#FFFFFF;
	text-align:right;
	width:100%;
	
	position:absolute;
	bottom:0px;
	right:0;
}
#headermenu
{
	background: url('menu.png') repeat-x; 
	height:30px;
	font:10pt tahoma;
	color:#363636;
	border-bottom:1px solid #C6C6C6;
	min-width:1024px;
}
.headermenulist
{
	list-style:none;
	padding:0px;
	margin:0px
}

.liitem
{
 	float:right;
    padding-top:7px;
    width:auto;
    height:22px;
    text-align:center; 
	border-left:1px solid silver;
	padding-left:7px;
	padding-right:7px;
	display:block;
}
.liitem a
{
	color:#363636;
	text-decoration:none;
	display:inline-block;

	height:100%;
}
.liitem a:hover
{
	color:#FFF;
	text-decoration:none;
}

.headermenulist li:hover
{
	color:#FFF;
	background:#333;
	
}
 .headermenulist li:hover a
{
	display: block;
	color:#FFF;
	
}
 .headermenulist li:hover a:hover
{
	background: #000;
	color:#FFF;
	
}
.headermenulist li ul
{
	display:none;
    list-style: none;
    color:#000;
    text-align:right;
    background:#E9E9E9;
    border:1px solid #7D7D7D;
    width:250px;    
       
}
.headermenulist li:hover ul
{
    display: block;
	position:absolute;
	padding:0px;
	margin:0px;
    z-index:3;
}
.headermenulist li:hover ul li
{
    clear:both;
	
	border:0px;
	border-bottom:1px dotted silver;
	text-align:right;
    z-index:3;
	line-height:25px;
	text-indent:10px;
	display:inline-block;
	width:100%;
	

}
.headermenulist li:hover ul li a
{
    background: #E9E9E9;
	color: #000;


}
.headermenulist li:hover ul li:hover
{
	
	color: #fff;

}
#headerpanel
{
	background:#E8E8E8;
	color:#434141;
	border-bottom:1px solid silver;
	height:70px;
}
#headerpanel a
{
	color:#434141;
	text-decoration:none;
	font-weight:bold;
}
#headerpanel1
{
	float:right;
	padding:13px;
	border:1px solid silver;
	margin:5px;
	border-radius:5px;
	background:#fff url('mbg.png') repeat-x;
	background-position:bottom left;
}
#headerpanel2
{
	padding:6px;
	float:right;
	text-align:center;
	border:1px solid silver;
	margin:5px;
	float: left;
	border-radius:5px;
	background:#fff;
	background:#fff url('mbg.png') repeat-x;
	background-position:bottom left;
}
#headerpanel3
{
	padding:6px;
	text-align:center;
	border:1px solid silver;
}

#content
{
	margin:5px;
	
	border:1px solid silver;
	background:#ECECEC;
	min-height: 100%;
	
}
#gotop
{
	float:left;
}
#maincontent
{
		padding:10px;
	/*margin-right:230px; */
	 overflow:hidden;
	
	
	
	border-left:1px solid silver;
	background:#fff url('mbg.png') repeat-x;
	border-radius:5px;
	background-position:bottom left;
}
#submenu
{
	float:right;
	/*width:230px;*/
	width: auto;
	background:url('mbg.png') repeat-x;
	background-position:bottom left;
}
.submenuitem
{
	text-align:right;
	height:25px;
	width:100%;
	padding-top:5px;
	background:#FCFCFC url('smbbg.png') repeat-y;
	background-position:top left;
	margin-bottom:2px;
}
.submenuitem:hover, .submenuitem:hover a , .selected 
{
	color:#FFF;
	background:#333;
	text-decoration:none;
	
}
.lang{text-decoration:none;float:left;color:black;background-color:balck;font:16pt Tahoma;    background: #cfebff;
    color: #3c3c3c;
    padding: 3px;
    margin-top: 5px;
    border: 1px solid #888;}
.lang-2{border-radius: 5px 0px 0px 5px;}
.lang-1{border-radius: 0px 5px 5px 0px;}
.lang:link{color:balck;}
.lang:visited{color:balck;}
.lang:hover{color:#fff;background:#354f61;}
.lang-selected{color:#fff;background:#354f61;}

.submenuitem span
{
	padding:15px;
	
}
.submenuitem span a 
{
	color:#000;
	text-decoration:none;
	
}
.selected span a 
{
	color:#fff;
	text-decoration:none;
}
.login
{
	width:370px;
	border:1px solid #9B9B9B;
	margin-left:auto;
	margin-right:auto;
	border-radius:3px;
	background:#fff url('mbg.png') repeat-x;
	background-position:bottom left;
	
}
.tcat
{
	background: #DCDDDD url(hbg.png) repeat-x top left;
	color: #fff;
	border:0px;
	font:  bold 9pt tahoma;
    line-height:18px;
    padding:3px;
	cursor: pointer;

}
.tcat2
{
	background: #DCDDDD url(menu.png) repeat-x top left;
	color: #4A4A4A;
	border:0px;
	font:  bold 9pt tahoma;
    line-height:18px;
    padding:3px;
	cursor: pointer;
}
.valid
{
	margin-left:30px;
}
.tcat2 a
{
	color: #4A4A4A;
	text-decoration: underline;
	
}
.tcat a
{
	color: #fff;
	text-decoration: none;
	
}
.tbusername
{
    
    color:#545454;
	padding:4px 4px 4px 4px;
	border:1px solid #AFAFAE;
	width:250px;
	height:18px;
	margin:3px;
	font:10pt tahoma;
	background:#FFFFFF url(username.png) no-repeat -225px 4px;	
	

}
.tbusername:hover, .tbpassword:hover
{
	border:1px groove #3F3F3F;
}
.tbpassword
{
	background:#FFFFFF url(password.png) no-repeat -225px 4px;
    color:#545454;
	padding:4px 4px 4px 4px;
	border:1px solid #AFAFAE;
	width:250px;
	height:18px;
	margin:3px;
	font:10pt tahoma;
}
.tb
{
	background:#FFFFFF;
    color:#545454;
	border:1px solid #AFAFAE;
	margin:3px;
	font:10pt tahoma;
	
}
.tberror {
	background-color: #FFD7D7;
	background:#FFD7D7 url(del2.png) no-repeat 4px 4px;
	border: 1px dotted #FF4A4A;
	margin: 5px;
	color: red;
}
.error {
	color: red;
}
.alt1
{
	background: #FFFFFF;
	color: #4B4B4B;
	font: 9pt tahoma;
    line-height:25px;
    padding:3px;
}
.alt2
{
	background: #EDEDED;
	color: #4B4B4B;
	font: 9pt tahoma;
    line-height:25px;
    padding:3px;
}
.button1
{
	font:10pt tahoma;
}
.alt1 a, .alt2 a
{
	text-decoration:underline;
	color: #000;
}
.alt1 a:hover, .alt2 a:hover
{
	text-decoration:underline;

}
.thinbottomborder
{
	background: #E2E1E0 url('mbg.png') repeat-x;
	background-position:bottom left;
}
.tborder
{
	background:#CECECE;
}
.tborder2
{
	background:#CECEDD;
}

.grid2
{
    overflow: auto;
	max-height:200px;
	background: #F6F6F6;
	border:1px solid #7A7A7A;
}
.submenuitem a
{	
    display: block;
	float: right;
	margin-left: 10px;
	margin-right: 17px;
	
}
.grid2 table tr td
{
	cursor: pointer;
}
.grid
{
	overflow:auto;
	max-height:370px;
}
.grid3
{
	overflow:auto;
	max-height:300px;
}
.grid4
{
	overflow:auto;
	max-height:400px;
}
.Average
{
	overflow:auto;
	max-height:380px;	
}

.pdf_new_div
{
	float: left;
    margin-left: 12px;
    width:18%;
}
@media (max-width: 768px)
{
	.pdf_new_div
	{
		float: left;
		margin-left: 12px;
		width: 100%;
		text-align: center;
		margin-top: -30px;
	}
}