body {
  background-color: #FFFFFF; 
  margin: 0px;
  padding: 0px;
}

span, h1, p, a {
  font-family: Verdana;
  font-size: 10px;
  color: #787878;
  text-decoration: none;
  line-height: 13px;
}

#menu table, tr, td, div {
  font-size: 0px;
}

#main_table {
  height: 100%; 
  width: 861px; 
  background-color: #FFFFFF;
}

#bg_top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 181px;
  width: 416px;
  background-repeat: no-repeat;
  background-image: url('/img/bg_top.jpg');
  z-index: 0;
}

#bg_bottom {
  position: absolute;
  top: 181px;
  left: 0px;
  height: 371px;
  width: 106px;
  background-repeat: no-repeat;
  background-image: url('/img/bg_bottom.jpg');
  z-index: 0;
}

#menu {
  position: relative;
  height: 45px;
  width: 728px;
  background-image: url('/img/bar_top.gif'); 
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 10;
}

#menu .green {
  font-family: Verdana;
  font-size: 9px;
  color: #50902E;
  text-decoration: none;
}

#menu .orange {
  font-family: Verdana;
  font-size: 9px;
  color: #EE9925;
  text-decoration: none;
}


#logo {
  position: absolute;
  top: 43px;
  left: 598px;
}

#container {
  padding-top: 169px;
  padding-bottom: 20px;
  margin-left: 117px;
  width: 728px;
  z-index: 10;
}

#content {
  margin-top: 17px;
  margin-left: 31px;
  width: 668px;
}

#innercontent {
   width: 515px;
}

#header {
  padding-bottom: 15px;
}

#sl_cell {
  width: 2px;
  /**background-repeat: y-repeat;
  background-image: url('/img/stripline.gif');**/
}

.grey {
  font-family: Verdana;
  font-size: 10px;
  color: #787878;
  text-decoration: none;
  line-height: 13px;
}

.orange {
  font-family: Verdana;
  font-size: 10px;
  color: #EE9925;
  text-decoration: none;
  line-height: 13px;
}

.purple {
  font-family: Verdana;
  font-size: 10px;
  color: #E6307D;
  text-decoration: none;
  line-height: 13px;
}

.label {
  font-family: Verdana;
  font-size: 10px;
  color: #787878;
  text-decoration: none;
}

select, textarea {
  font-family: Verdana;
  font-size: 9px;
  color: #787878;
  border: 1px solid #7AC7D9;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
}

.i {
  font-family: Verdana;
  font-size: 9px;
  color: #787878;
  border: 1px solid #7AC7D9;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
}

.fi {
  font-family: Verdana;
  font-size: 9px;
  color: #787878;
  text-decoration: none;
  width: 253px;
  margin-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid #7AC7D9;
}

.mandatory {
  font-family: Verdana;
  font-size: 9px;
  color: #787878;
  text-decoration: none;
  width: 253px;
  margin-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px;
  border: 1px solid #E6307D;
}

.cs {
  margin: 0px:
  padding: 0px;
}

.error_message {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #787878;

}

