/* CSS Document */

body *{outline: none;}
body{
margin: 0px;
padding: 0px;
font-family: tahoma;
font-size: 12px;
background-color: #ffffff;
color:#FFFFFF;
}
.text{
font:Tahoma;
font-size:12px;
font-weight:normal;
color:#333333;
}
.textred{
font:Tahoma;
font-size:12px;
font-weight:normal;
color:red;
}
.heading{
font:Tahoma;
font-size:13px;
font-weight:bold;
color:#ffffff;
}
.border{
 border: 1px;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 width:99%;
 height:350px;
}

.login{
	
	width:35%;
	top:50px;
	bottom:50px;	
}


.paddingleft5{
	padding-left:5px;
}

.padding10{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.paddingtop{
	padding-top:20px;
}
.button{
 border: 1px;
 border-top-color: #777777;
 border-right-color: #777777;
 border-bottom-color: #777777;
 border-left-color: #777777;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 background-color:#336799;
 height:18px;
 width:60px;
 font-family: Tahoma;
 font-size: 11px;
 color: #fefefe;
 font-weight: bold;
}
.textbox{
 border: 1px;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 height:18px;
 width:175px;
 font-family: Tahoma;
 font-size: 11px;
 color: #333333;
 font-weight: normal;
}

.link{
font-size: 12px;
color: #333333;
text-decoration: none;
padding-top:14px;
}

.link a:link, .link a:visited, .link a:active{
font-size: 12px;
color: #333333;
text-decoration: none;
font-weight:normal;
top:25px;

}

.link a:hover{
font-size: 12px;
color: #333333;
text-decoration:underline;
font-weight:normal;
}

.link_nolink{
font-size: 12px;
color: #333333;
text-decoration:underline;
font-weight:normal;
}

.footer{
font-size: 11px;
color: #443192;
text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:active{
font-size: 11px;
color: #333333;
text-decoration: none;
}

.footer a:hover{
font-size: 11px;
color: #443192;
text-decoration: none;
}

.footer_nolink{
font-size: 11px;
color: #443192;
text-decoration: none;
}
.btnlink{
font-size: 12px;
color: #333333;
text-decoration: none;
height:20px;
width:70px;
float:left;
}

.btnlink a:link, .btnlink a:visited, .btnlink a:active{
font-size: 12px;
color: #333333;
text-decoration: none;
font-weight:normal;
background-image:url(../images/btn.jpg);
padding-left:15px;
padding-right:15px;
padding-top:2px;
padding-bottom:2px;

border: 1px;
 border-top-color: #666666;
 border-right-color: #666666;
 border-bottom-color: #666666;
 border-left-color: #666666;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

.btnlink a:hover{
font-size: 12px;
color: #333333;
text-decoration:normal;
font-weight:normal;
background-image:url(../images/btnh.jpg);
padding-left:15px;
padding-right:15px;

border: 1px;
 border-top-color: #666666;
 border-right-color: #666666;
 border-bottom-color: #666666;
 border-left-color: #666666;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}
.leftbtnlink {
	list-style: none;
	font-size: 12px;
	font-family: Tahoma;
	font-weight:normal;
	background-image:url(../images/leftbtn.jpg);
	height:34px;
	background-repeat:repeat-x;
	text-align:left;
	border: 1px;
 border-top-color: #666666;
 border-right-color: #666666;
 border-bottom-color: #666666;
 border-left-color: #666666;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;

}
.textArea{
 border: 1px;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 height:50px;
 width:600px;
 font-family: Tahoma;
 font-size: 11px;
 color: #333333;
 font-weight: normal;
}	

.leftbtnlink a {
font-size: 12px;
font-family: Tahoma;
text-decoration: none;
color: #444444;
display: block;
padding-top:1px;
padding-bottom:1px;
padding-left:2px;
padding-top:7px;
padding-bottom:10px;

}
.leftbtnlink a:active {
	color: #444444;
	font-weight:bold;
	background-image:url(../images/leftbtnactive.jpg);
	background-repeat:repeat-x;
}	
.leftbtnlink a:hover {
color: #444444;
font-weight:bold;
	background-image:url(../images/leftbtnh.jpg);
	background-repeat:repeat-x;
}
.gridheding{
	font:Tahoma;
	font-size:12px;
	padding-left:12px;
	color:#222222;
	font-weight: bold;
	background-color:#b7c7d4;	
	}

.gridalternate{
	font:Tahoma;
	font-size:12px;
	padding-left:12px;	
	font-weight: normal;
	background-color:#EAEEF2;
	}

.gridalternate tr:hover,.gridalternate tr:over td {
	font:Tahoma;
	font-size:12px;
	padding-left:12px;	
	font-weight: normal;
	background-color:#aa0000;
	}
.griditem{
	font:Tahoma;
	font-size:12px;
	padding-left:12px;	
	font-weight: bold;
	background-color:white;
	}
.griditem tr:hover,.griditem tr:over td {
	font:Tahoma;
	font-size:12px;
	padding-left:12px;	
	font-weight: normal;
	background-color:#aa0000;
	}

.btn_Gray
{
	background-image:url(../images/leftbtn.jpg);
	border: solid 1px #000000;
	font-weight:bold;
	width: 100px;
}
