body{
width: 99%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 25px;
	padding-left: 5px;
}

.tblheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding: 3px 0 3px 0;
}

.header {
	font-family: Calibri;
	font-size:25px;
	font-style:oblique;
	text-decoration:underline;
	color:#333333;
	padding: 0 0 0 0;
}

.heading {
	font-family: Calibri;
	font-size:30px;
	/*font-style:oblique;*/
	color:#D11A05;
	font-weight:bold;
	padding: 0 0 0 0;
}

.srnumber {
	font-family: Calibri;
	font-size:18px;
	font-style:oblique;
	color:#D11A05;
	font-weight:bold;
	padding: 0 0 0 0;
}

.tablebdr {
	border: 1px;
	border-collapse:collapse;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

a {
  color: #333333;
  text-decoration: none;
}

a.logoutlnk:hover {
  color: #48A9EE;
  text-decoration: underline;
}

.loginscreen {
/*height: 5em;
width: 12em;*/
-moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;
}

.loginmessage{
	font-size:13px;
	color:#990000;
	font-weight:bold;
}
.messagedisply{
	font-size:13px;
	color:#48A9EE;
	font-weight:bold;
}

.subheading{
	font-family: Calibri;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 10px;
	line-height:20px;
}

.subtblheading{
	font-family: Calibri;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	background:#92D050;
}


.tooltip{
	position:absolute;
	width:450px;
	background-image:url(../images/tip-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000;
	padding:5px 5px 5px 18px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.tooltip-image{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;}	
	
	
.tooltip span{font-weight:50;
color:#ffea00;}

select, input, textarea {
	border:1px solid #4378ac;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	line-height: 0.8em;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 4px;
}
input:focus, select:focus, textarea:focus
{
	border:1px solid #000;background:#f3f3f3;
}



li{
margin-bottom:0px;}
#imagcon{
	overflow:hidden;
	float:left;
	height:100px;
	width:100px;
	margin-right:5px;
}
#imagcon img{
	max-width:100px;
}
#wrapper{
	margin:0 auto;
	width:20px;
	margin-top: 99px;
}