a{
	color: #FF0000;
}
.faqTd{
background-color:#EEEEEE;
padding:5px;
}
.mainTable{
	padding:5px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color:#FFFFFF;
	border:2px solid #EEEEEE;
}
.mainFormBg{
	background-color:#F2F1F1;
	height:200px;
	padding:10px;
}
.mainMenu{
	padding:5px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color:#FFFFFF;
}
.publicForm {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	width: 95%;
	border: 1px solid #333333;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.leftTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	width: 20%;
	text-align:right;
}
.rightTd{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	width: 80%;
	text-align:left;
}
.txtBox {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:120px;
}
.txtArea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:300px;
	height: 50px;
}
.listMenu {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:300px;
}
.btnSubmit {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:120px;
}
.btnSubmit1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background:#EEEEEE;
	width:220px;
}

.trHeaderBg {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E3192;
	height: 20px;
}
.trLinedBg {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	height: 23px;
	background-image: url(../includes/images/td_lined_bg.gif);
}
.trLinedBg:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	height: 23px;
	background:#EEEEEE;
}
.boldHeading {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.ecmsProduct {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	background-image: url(../images/ccms_sulata.jpg);
	height:18px;
}
.ecmsLink {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.tableTitle {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E3192;
	height: 20px;
	padding-left:10px;
	background-image: url(../images/table_title_bg.jpg);
}
.leftLink {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: underline;
}
.leftLink:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
}
.redLink {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.redLink:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.tableBottomLine {
	background-color: #2E3192;
	height: 1px;
}


.ecmsLink:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.heading {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #330099;
	text-decoration:underline;
}
.link:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #330099;
	text-decoration:none;
}
td {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.note {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FF0000;
}
/*label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }*/
label.error {
	background: url('../images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	display: block;
}
select.error { border: 1px solid red; }
input.error { border: 1px solid red; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }