.normal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.normalBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.normalBold2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #4B6F88;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blueBold {
	font-family: Tahoma;
	font-weight: bold;
	color: #4B6F88;
	font-size: 11px;
	text-decoration: none;
}
.capButton {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.blue {
	color: #4B6F88;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}

.popup {
	POSITION: absolute;
	VISIBILITY: hidden;
	LAYER-BACKGROUND-COLOR:; 
	left: 100px;
	top: 100px;
	BORDER-LEFT: 2px solid #E6DDCE;
	BORDER-TOP: 2px solid #F2ECE1;
	BORDER-BOTTOM: 2px solid black;
	BORDER-RIGHT: 2px solid black;
	PADDING: 0px;
	z-index: 1;
	width: 200px;
	background-color: #ffffff; 
}

.whiteBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.justifyText {
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
.logoTitleNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.logoTitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.adminBlue {
	font-family: Tahoma;
	font-size: 11px;
	color: #7E8B96;
	font-weight: normal;
	text-decoration: none;

}
.adminBlueBold {
	color: #7E8B96;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.genTableBg {
	background-attachment: fixed;
	background-image: url(img/table_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

td.rollOn {
	background-color: #CFD8DF;
}

td.rollOff {
	background-color: #f2f3f4;
}

tr.rollOn {
	background-color: #CFD8DF;
}

tr.rollOff {
	background-color: #f2f3f4;
}

td.releaseRollOn {
	background-color: #E5E3D5;
}

td.releaseRollOff {
	background-color: #EFEEE7;
}

tr.releaseRollOn {
	background-color: #E5E3D5;
}

tr.releaseRollOff {
	background-color: #EFEEE7;
}




.capTitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;

}

table.tblRollOn {
	background-color: #CFD8DF;
}

table.tblRollOff {
	background-color: #f2f3f4;
}

.hiddenBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

td.hiddenOn {
	background-color: #F3F3F3;
}

td.hiddenOff {
	background-color: #E8E8E8;
}





.leInput {
	background-color: #ffffff;
	border: 1px solid #8e8e8e;	
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	width: 150px;
}

.leInput2 {
	background-color: #ffffff;
	border: 1px solid #8e8e8e;	
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	width: 110px;
}
.leInput3 {
	background-color: #ffffff;
	border: 1px solid #8e8e8e;	
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	width: 60px;
}
.leInput4 {
	background-color: #ffffff;
	border: 1px solid #8e8e8e;	
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	width: 365px;
}

.leTextarea {
	background-color: #ffffff;
	border: 1px solid #8e8e8e;	
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	width: 194px;
}


.behind {
	z-index:5;
}










