HTML, BODY {
    height: 100%;
}
BODY {
  color: #000000;
  margin: 0px;
  padding: 0px;
  font: 13px arial, helvetica, sans-serif;
  text-align:center;
  height:auto;
  overflow:-moz-scrollbars;
  min-width: 1000px;
  background:#ffffff;
}
P {
  line-height:16px;
  padding:5px;
  margin:0px;
  font-size: 12px;
}
A {
  text-decoration: none;
  color:#0000ff;
}
A:hover {
  text-decoration: underline;
}

FORM {
  margin:0px;
  padding:0px;
  line-height:17px;
}

IMG {
  margin:0px;
  padding:0px;
  border:0px;
}
H1 {
   clear: both;
   padding:0px;
   margin:0px 0px 5px 0px;
   font-size: 20px;
   line-height:20px;
   font-weight: bold;
   color: #a84e00;
}
H2{
  font-size: 18px;
  font-weight:bold;
  text-align:left;
  margin:0px;
  padding:0px;
  color:#a84e00;
}
H3{
  font-size: 16px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px;
  color:#a84e00;
}
H4{
  font-size: 14px;
   line-height:20px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px;
  color:#868686;
}
td {
   font-size: 12px;
    line-height:16px;
}
h4 {
   clear: both;
   color:#111111;
   font-weight:bold;
   font-size: 16px;
   padding:0px;
   margin:0px 0px 10px 0px;
}
input, select {
    color:#000000;
}
.leftContent li,.rightContent ul {
   text-align:left;
   padding:1px 0px 0px 10px;
}
.leftContent li,.rightContent li {
  list-style:none;  
  padding:5px 0px;
}
/* styles for div */

#mainContainer {
  width:1000px;
  height:auto;
  margin:0px auto;
  padding:0px;
  text-align:center;
  background:#ffffff;
}
#borderContainer {
  width:100%;
  margin:0 auto;
  padding:0;
}

#centerContainer {
  width:1000px;
  margin:0 auto;
  padding:0px;
  display:table;
  text-align: center;
  border:1px solid #868686;
}

#contentContainer {
  width:99%;
  margin:0px auto;
  padding:10px 0px 5px 0px;
  text-align: left;
  background:#FFFFFF;
  overflow:visible;
  min-height:440px;
  font-size:13px;
  line-height:17px;
  z-index:1px;
  height:expression(this.scrollHeight < 440? "440px" : "auto" );
}
#logoContainer {
  border-bottom:0px solid #868686;
}
#stageIndicator {
    float:left;
}
.clsErrorMsg {
    color:#ff0000;
}
.clear {
  clear:both;
  overflow:hidden;
  height:2px;
}
.divPadding {
    padding:5px;
}
.divInfo {
    padding:5px;
  font-size:13px;
  line-height:17px;
  width:800px;
  margin:0 auto;
}
.divInfo p,.divInfo li  {
  font-size:13px;
  line-height:20px;
}
.clsMandatory {
    border:1px solid #868686;
   background:#cccccc;
}

.clsText {
    border:1px solid #868686;
}
.clsTableBorder_left {
    border-left: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_right {
    border-right: 1px solid #868686;
    padding:0px;
}
.clsTableBorder_bottom {
    border-bottom: 1px solid #868686;
    padding:0px;
}
.clsTableHeader_left,.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_left.gif") no-repeat;
    height:auto;
    padding:0px;
    width:7px;
}
.clsTableHeader_right {
    background: url("../images/tab/bg_table_header_right.gif") no-repeat;
}
.clsTableHeader {
    background: url("../images/tab/bg_table_header.gif");
    height:auto;
    border-bottom:0px solid #E4D2A4;
    padding:0px 0px 0px 10px;
    color:#ffff00;
    text-align:left;
    font-size:14px;
    line-height:40px;
    font-weight:bold;
}
.clsTableBorder_bottom td {
    padding:0px;
    margin:0px;
}

.gridHeading td{
    background-color:#080400;
    color:#ffffff;
    font-weight:bold;
    border-right:1px solid #ffffff;
    text-align:center;
    padding:3px;
}
.gridData td{
    border-bottom:1px dotted #868686;
    color:#000000;
    padding:2px;
}


/*************Rounded Corners Styles Starts ***************/
.topLeftCurve, topRightCurve , .bottomLeftCurve, .bottomRightCurve {
    width:18px;
    height:15px;
    background:url(../images/tab/top_left_curve.gif) no-repeat;
}
.topRightCurve {
    background:url(../images/tab/top_right_curve.gif) no-repeat;
}
.topCenterCurve {
    background:url(../images/tab/top_center_curve.gif) repeat-x;;
}
.centerLeftCurve {
    background:url(../images/tab/center_left_curve.gif) repeat-y;
}
.centerRightCurve {
    background:url(../images/tab/center_right_curve.gif) repeat-y;
}
.bottomLeftCurve {
    background:url(../images/tab/bottom_left_curve.gif) no-repeat;
}
.bottomCenterCurve {
    background:url(../images/tab/bottom_center_curve.gif) repeat-x;
}
.bottomRightCurve {
    background:url(../images/tab/bottom_right_curve.gif) no-repeat;
}
