/* CSS Document */
a{color:#000000;text-decoration:none}

a:hover{
	text-decoration: underline;
}
.genSFont{ font-family: "Verdana"; color: #000000; font-size: 7pt}
.genFont{ font-family: "Verdana"; color: #000000; font-size: 9pt}
.required{ font-family: "Verdana"; color: #FF0000; font-size: 9pt}


.genHFont{ 
	font-family: "Arial"; 
	color: #05699B; 
	font-size: "11pt"; 
	font-weight: bold;
}

.genBFont{
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
    font-weight: bold;
}
.genLFont{
	font-family: Verdana;
	color: #0000FF;
	font-size: 10pt;
    font-weight: bold;
}

.inputField {
border:1px solid #7F9DB9;
BACKGROUND-COLOR: #EBEBEB
}

.btnFormat {
	font-family: Verdana;
	font-size:8pt;
	border:1px solid #908D8D;
	position:relative;
	BACKGROUND-COLOR: #EBEBEB;
	height: 20px;
	width: 70px;
	text-align: center;
	left: 0px
}

.btnSmallFormat {
	font-family: Verdana;
	font-size:8pt;
	border:1px solid #908D8D;
	position:relative;
	BACKGROUND-COLOR: #EBEBEB;
	height: 20px;
	width: 18px;
	text-align: center;
	left: 0px
}

.btnLargeFormat {

	font-family: Verdana;
	font-size:8pt;
	border:1px solid #908D8D;
	position:relative;
	BACKGROUND-COLOR: #EBEBEB;
	text-align: center;
	height: 20px;
	left: 0px
}

.tableHeader {
	background-color: #CCCCCC;
		text-align: left;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.tableFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #CCCCCC;
}



.mainTable {
	border: 1px solid #CCCCCC;
}

.sep {
	color: #999999;
}

.textArea {
	border:1px solid #908D8D;
	BACKGROUND-COLOR: #EBEBEB

}

.listBox{
	border:1px solid #908D8D;
	BACKGROUND-COLOR: #EBEBEB;
	font-family: Verdana
}

.odd{
	background-color: #E2E1E1;
}
 
.even{
 	background-color:WHITE ;
} 
 
 .hand {
	CURSOR: hand;
}
	
.topborder {
	BORDER-TOP: #cccccc 1px solid
}


