/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

}
.container {
	margin: auto;
	text-align:left;
}
a img {
	border: none;
}
.headerlinks {
	background-color: #F9F9F9;
	height: 18px;
	padding-left: 10px;
}
.headerlinks a{
	color: #FF0000;
	font-size: .8em;
	text-decoration: none;
}
.headerlinks a:hover {
	text-decoration: underline;
}

.headerlinks_white{
	color:#FFFFFF;
	text-decoration: none;
}




.border {
	height: 15px;
	background-image:url(border_bg.gif);

}
.formHeader {
	color: #454545;
	padding: 10px 0px 3px 0px;
	text-align: center;
	font-size: .9em;
	font-weight: 600;
}
.mainHeader {
	color: #454545;
	font-size: .9em;
	font-weight: 600;
}
.formHeader1 {
	color: #454545;
	text-align: center;
	font-size: .8em;
	font-weight: 600;
}
.headerText {
	font-size: .8em;
	color: #454545;
	padding:3px 30px ;
	text-align: center;

}
table.contents {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
p.text {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.contentHeader {
	padding-top: 15px;
	padding-bottom: 5px;
}
.smallmaroon {
	font-size: .75em;
	color: #454545;
}

.smallmaroonBold {
	font-size: .75em;
	color: #454545;
	font-weight: 600;

}
.smallmaroon_undeline {
	font-size: .75em;
	color: #454545;
	text-decoration: underline;
}
.smallRed {
	font-size: .75em;
	color: #C60202;
	font-weight: 600;
}

.smallchange {
	font-size: .75em;
	color: #FF0080;
	font-weight: 600;
}
.linkImage {
	margin-top: 200px;
	margin-left: 5px;
}
.rulerRed {
	height: 2px;
	background-color: #BE0000;
}
.ruler1 {
	height: 10px;
	background-image:url(../images/hor_ruler.gif);
	background-repeat: repeat-x;
	background-position:center;
}
.vertRuler {
	background-image: url(../images/vert_ruler.gif);
	background-repeat: repeat-y;
	background-position:center;
	width: 5px;
}
a.bodylinks {
	font-size: 12px;
	text-decoration: none;
	color: #2B95FF;

}
a.bodylinks:hover {
	text-decoration: underline;
 }
.button {
	background-color: #595959;
	font-weight: 600;
	color: #FFFFFF;
	border: 1px solid #595959;
	font-size: .75em;
	margin: 3px 0px;
}
.lineHight {
	height: 15px;
}
.lineHight1 {
	height: 10px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.leftWithPdng {
	text-align: left;
	padding-left: 10px;
}
.right {
	text-align: right;
}

/*table styles*/
.paging {
	text-align: right;
	font-size: .7em;
	height: 20px;

}
.tableHeader {
	background-color: #CE4040;
	color: #FFFFFF;
	font-weight: 600;
	font-size: .7em;
}
.tableHeader td {
	height: 20px;
}

.row1 {
	background-color: #FFD7D7;
	font-size: .75em;
	color: #110E0E;
	height: 20px;
}
.row2 {
	background-color: #FFFFFF;
	font-size: .75em;
	color: #110E0E;
	height: 20px;
}
a.table_link {
	color: #026AD1;
	font-weight: 600;
}
a.table_link:hover {
	text-decoration: none;
}
a.form_links {
	color: #135AC7;
	text-decoration: none;
}
a.form_links:hover {
	text-decoration: underline;
}

/*end of table classess*/
/*tab links*/
.tab-selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
	padding:5px 10px;
	background-color:#595959;
	border:1px solid #595959;

}
.tab-not-selected {
	padding:3px 10px;
	font-size:0.75em;
	background-color:#F5F5F5;
	border:1px solid #595959;
	border-bottom:none;

}
a.tablinks {
	text-decoration: none;
	color: #F5F7F9;
	background-color: inherit;
	font-weight: bold;

}
a.tablinks:hover {
	text-decoration:underline;
}
a.tablinks-ns {
	text-decoration: none;
	color:#050400;
	background-color: inherit;
	font-weight: bold;
}
a.tablinks-ns:hover {
	text-decoration:underline;
}
/*End of Tab links*/
/*curves */
.borderTop {
	border-top: 1px solid #B4B4B4;
	background-color: #F5F5F5;
	font-size: .1em;
	height:11px;
}
.borderbtm {
	border-bottom: 1px solid #B4B4B4;
	background-color: #F5F5F5;
	font-size: .1em;
	height:11px;
}
.borderLt {
	border-left: 1px solid #B4B4B4;
	background-color: #F5F5F5;
	font-size: .1em;
}
.borderRt {
	border-right: 1px solid #B4B4B4;
	background-color: #F5F5F5;
	font-size: .1em;
}
.grayBg {
	background-color:  #F5F5F5;
}
/*curves ends */
/*show hide */
div.menu1  {
  position:absolute;
  visibility:hidden;
  width:390px;
  left:0; top:0;
  z-index:500;
  height:205px;
  padding: 5px;
  color: #454545;
  background-color:#F5F5F5;
  border: 1px solid #999999;

}
div.menu1 ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	padding-left: 10px;
}
/*show hide ends*/
/*footer*/
a.smallMenuText {
	 font-size: 11px;
	 text-decoration: none;
	 color: #000000;
	 font-weight: bold;
 }
a.smallMenuText:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#FF0000;
 }
.footerTxt {
	font-size: .7em;
	color: #454545;
}
/* added by vidya on 30-04-07*/
.tyMessage {
	color: #2D95FF;
	font-weight: bold;

}
/* added by vidya on 12-05-07*/
.mandatory {
	color: orange;
}
/*new addtions for phase 2*/
.popoutReport {
	text-align: left;
	background-color: #d49595;
}
.popoutReport td{
	background-color: #fcf1f1;
}

.popoutLabel {
	font-size: .75em;
	color: #454545;
	font-weight: 900;
	text-align: right;
	padding-right: 5px;

}

.borderAll {
	border: 1px solid #B4B4B4;

}
.nameHeader {
	font-size: 14px;
	font-weight: 900;

}
.msgs {
	color: #FF0000;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
}

.normal_msgs {
	color:#2D95FF;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
}

.alert {
	font-size: 13px;
	font-weight: bold;
}

.alertrow {
	text-align: right;
}

.alertrow span {
	display: none;
}

.heading {
	font-size: .75em;
	color: #110E0E;
	height: 20px;
}

.payment_digit {
	background:url("../images/payment_digits.gif") bottom right no-repeat;
	height:auto;
}

h3 {
	font-size:14px;
}