body{
margin:0px;
padding:0px;
font-family:Tahoma;
font-size:11px;
color:#000000;
}

/*for buttons*/
.bttn{
	background-color: #c1cad7; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	height: 21px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bttn1{
	background-color: #c1cad7; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	height: 18px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* for form feilds */
input, textarea, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #255e8e;
}
input.noborder, textarea.noborder, select.noborder {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 0px;
}
.gtext {
	font-family: Tahoma;
	font-size: 11px;
}
.required {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}
.txtRequired {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #FF0000;
}

/* general */
.heading{
	font-family:Tahoma;
	font-size:12px;
	color:#434C5B;
	font-weight:bold;
	text-transform: capitalize;
}
.subheading{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	background-color:#f7f6f5;
}
logout {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.logout {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.logout:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border: 1px solid #255e8e;
}
.noRecord {
	font-family: Tahoma;
	font-size: 11px;
	color: #7E5429;
	font-weight: bold;
}
a.left_menu{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.left_menu:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.left_menu_selected{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.link_txt{
	font-family:Tahoma;
	font-size:11px;
	color:#003366;
	text-decoration:none;
}
a.link_txt:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #666666;
	text-decoration:underline;
}
a.more_txt{
	font-family:Tahoma;
	font-size:11px;
	color:#002E5B;
	text-decoration:none;
	font-weight: bold;
}
a.more_txt:hover{
	font-family:Tahoma;
	font-size:11px;
	color: #003366;
	text-decoration:underline;
}
.separator {
	color: #FFFFFF
}
.imgBdr {
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#255e8e;
}
/* messages */
.msgError {
	font-family:Tahoma;
	font-size: 11px;
	color:#ef1f1f;
	font-weight:bold;
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
.msgSuccess {
	font-family:Tahoma;
	font-size: 11px;
	color:#004F27;
	font-weight:bold;
/*	background-color: #D9ECEC;
*/	background-color: #94B0DC;
	text-align: center;
	vertical-align: middle;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}

/* for tables */
.tblBrdr {
	border-collapse: collapse;
	border: #255e8e 1px solid;
}
.tblHeader{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#618f15;
	height: 20px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
.tblSubHeader{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	background-color:#b6cd3f;
	height: 18px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
.alterClass1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F2F2FF;
}
.alterClass2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEF7;
}

.mouseOver {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C9E4E4;
}
.selectedRow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #94B0DC;
}
.link_java
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3f3f3f;
font-weight:bold;
text-decoration:none;
}
.link_java:hover{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#528411;
font-weight:bold;
text-decoration:none;
}