
a:link {color:#CCCCCC;  text-decoration: none;}
a:visited {color: #CCCCCC; text-decoration: none;}
a:hover {color:#999999; text-decoration: underline;}

/*
a.nav1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7FBB22;
	background-color: #FFFFFF;
	display: block;
	padding: 2px 2px 2px 2px;
	height: 20px;
	width: 150px;
	text-decoration: none;
	font-weight: normal;
}

a.nav1:hover {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EDF6E3;
	display: block;
	padding: 2px 2px 2px 2px;
	height: 20px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}
*/

a.nav:link {color:#880000;  text-decoration: none;}
a.nav:visited {color:#880000; text-decoration: none;}
a.nav:hover {color: #999999; text-decoration: none;}

.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:10pt;
	}

.heading2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#7FBB25;
	line-height:10pt;
	}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	line-height:10pt;
	}
	
.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:12pt;
	}
	
.border {
		border-left: #C7CDD8 solid 1px; 
		border-top: #C7CDD8 solid 1px; 
		border-right: #C7CDD8 solid 1px; 
		border-bottom: #C7CDD8 solid 1px; 
		}
		
#errorMessage {
	color: #990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}

.notice {
	color: #996600;
	font-weight: bold;
}

.box {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #436A0D;
}


/* ---------------- TABLE --------------------- */
.TableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image:url(../images/bg_header1.jpg);
	font-weight: bold;
}

.TableBorder{
	border:1px solid #CCCCCC; 
	border-collapse:collapse;
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px;
	 }
	 
.row1{
	border:1px solid #CCCCCC; 
	border-collapse:collapse;
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: Normal;
	line-height:12pt;
	
	 }
	 
	
.infoTableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.entryTableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	background-position: center;
}

.entryTableHeader2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image:url(../images/table-bg.jpg);
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #5D5E63;
}

.entryTable2 .label {
	background-color: #FFFFFF;
}

/************************ BUTTON ******************************/

.cartButton {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	height:32px;
	width:150px;
	background-image:url(../images/button-bg.gif);
	border: 0px solid #E6E7E8;
}

.deleteButton {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	height:19px;
	width:59px;
	background-image:url(../images/btn-delete.jpg);
	border: 0px solid #E6E7E8;
}

.updateButton {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	height:19px;
	width:81px;
	background-image:url(../images/btn-delete.jpg);
	border: 0px solid #E6E7E8;
}

/***************************************** CSS For General HTML Pages *********************************/
a.gen:link {color:#FFFFFF;  text-decoration: none;}
a.gen:visited {color: #FFFFFF; text-decoration: none;}
a.gen:hover {color:#999999; text-decoration: underline;}

.genHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:10pt;
	}
	
.genText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:12pt;
	}
