.colorfill {
	background-color: #0BA044;
	text-decoration: none;
	padding-left: 5px;
}
.text12bold {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.brd_top {
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D6D2D1;
}
.headertext {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}
.text11 {

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
.brd_lrb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
.text12boldgery {

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
}
.text12gery {


	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
}
.brd_right {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-decoration: none;
}
.text12boldgreen {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
	color: #000000;
}
.text12bold_org {


	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0287D6;
	text-decoration: none;
	padding-left: 5px;
}
.selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 90%;
	padding-top: 2px;
	padding-left: 5px;
}


.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #787878;
	}

.main-head {
	background-color: #089d44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #089d44;
	}

.main-head-table {
	background-color: #FFFFFF;
	border: 1px solid #089d44;
	}
	
.admin-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
	
.admin-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	}

.admin-form-main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	}

.admin-form-main-text-bg {
	background-color: #ac8c09;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	

.admin-form-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	}
	
.admin-form-mandatory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
	
.form-field-border {
	border-width: 1px;
	border-style: solid;
	border-color: #787878;	
	}
	
.line {background-color:#666666}
.admin-form-success{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #327C14;
	}
/*CSS by SAUMYA D. RAO written on Feb 29, 2008*/


.thumbnail{
position: absolute;
left: 200;

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 200px;
border: 1px  solid  gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

left: 140px; /*position where enlarged image should offset horizontally */

}