@charset "utf-8";
.whitefont {
	font-family: Tahoma;
	font-size: 11px;
	color:Green;
	text-decoration:none;
}
.whitefont a:link{
	font-family: Tahoma;
	font-size: 11px;
	
	color:Green ;
	text-decoration:none;
}
.whitefont a:active{
	font-family: Tahoma;
	font-size: 11px;
	color:White ;
	text-decoration:none;
}
.whitefont a:visited{
	font-family: Tahoma;
	font-size: 11px;	
	color:Green ;
	text-decoration:none;
}
.whitefont a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color:Maroon ;
	text-decoration:none;
}

.blackfont {
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}


.successmessage {
	color : #006633;	
	font-weight: bold;
	background : #e5e5e5;
	font : bold 80% Arial;
	font-size: 12px;
	display:block;
	/*border : 1px solid #152E60;*/
	width:450px;
	text-indent:10px;
	height:20px;
}

.errormessage {
	color : #CC0000;	
	font-weight: bold;
	background : #F4F4F4;
	font : bold 80% Arial;
	font-size: 12px;
	display:block;
	/*border : 1px solid #152E60;*/
	width:450px;
	height:20px;
	/*text-align:left;*/
	text-indent:10px;
}


.tree_link {
	font-family: Tahoma;
	font-size: 11px;
	color:#FEE900 ;
	text-decoration:none;
}
.tree_link a:link{
	font-family: Tahoma;
	font-size: 11px;	
	color:#FEE900 ;
	text-decoration:none;
}
.tree_link a:active{
	font-family: Tahoma;
	font-size: 11px;
	color:White ;
	text-decoration:none;
}
.tree_link a:visited{
	font-family: Tahoma;
	font-size: 11px;	
	color:#FEE900 ;
	text-decoration:none;
}
.tree_link a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}

.MainDataTable {
	background : #FFFFFF;
	border:1px;
	border-color:White;
	border-bottom : 1px solid #000000; 
	border-right : 1px solid #000000;  
	border-left : 1px solid #000000;
}

.MainGridDataTable .title {
	margin : 0px;
	height : 24px;
	background-color:#5D7B9D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:White;	
	text-indent:5px;
}

.MainGridDataTable tr.row0 {
	background-color: #F7F6F3;
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-indent:5px;
}
.MainGridDataTable tr.row1 {
	background-color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-indent:5px;
}
.MainGridDataTable tr.row0:hover {
	background-color:#FFEAEE;
}
.MainGridDataTable tr.row1:hover {
	background-color:#FFEAEE;
}
.MainGridDataTable tr.pager {
	background-color:#5D7B9D;
	font-size:14px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	text-indent:2px;
}
.MainGridDataTable tr.pager a:link {
	background-color:#5D7B9D;
	color:white;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.MainGridDataTable tr.pager a:hover {
	background-color:#5D7B9D;
	color:Maroon;
	text-decoration:none;
	font-weight:bold;
}
.MainGridDataTable tr.pager a:visited {
	background-color:#5D7B9D;
	color:Blue;
	text-decoration:none;
	font-weight:bold;
}

input.button-blue {
font-family: Tahoma;
font-size: 11px;
color: #FFFFFF;
background-image: url('../images/darkbluebutton.gif');
background-repeat: no-repeat;
height: 30px;
width: 123px;
text-decoration: none;
border:0px none;
}
input.button-red {
font-family: Tahoma;
font-size: 11px;
color: #FFFFFF;
background-image: url('../images/darkredbutton.gif');
background-repeat: no-repeat;
height: 30px;
width: 123px;
text-decoration: none;
border:0px none;
}

.ajaxtxt {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
	color:#811EE6;
	text-decoration:none;
}