body#main {
  padding: 0px; margin: 0px 0px 0px 0px;
  background:#FFFFFF url(../images/styles/adminbg.gif) repeat-x top left;
}
#maincontainer {
  margin: 0px auto 0px auto;
  width: 655px;
  border: 0px solid red;
  overflow: hidden;
}
#headcontainer_cp {
  width: 655px;
  height: 102px;
  margin-top: 61px;
  background: url(../images/styles/adminhead.gif) no-repeat top left;
}
#headcontainer_login {
  width: 655px;
  height: 102px;
  margin-top: 61px;
  background: url(../images/styles/adminloginhead.gif) no-repeat top left;
}
#navcontainer {
  border: 0px solid red;
  width: 635px;
  height: 87px;
  background: url(../images/styles/navbg.gif) no-repeat top left;
  text-align: right;
  padding-right: 20px;
}
#contentcontainer {
  width: 615px;
  background: url(../images/styles/contentbg.gif) repeat-y top left;
  padding: 10px 20px 10px 20px;
}
#footercontainer {
  width: 655px;
  height: 32px;
  background: url(../images/styles/footerbg.gif) no-repeat top left;
}
#footer {
  font-family: Arial, Verdana, Tahoma;
  font-size: 11px;
  color: #969696;
  text-align: center;
}

.txtutilities {
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  color: #969696;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

A IMG {
  border-width: 0px;
}

TABLE, P, DIV{
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
}
tr:hover {
  background-color: lightyellow;
}
TABLE th{
  background-color: #4da30e;
  color: #FFFFFF;
  font-size: 14px;
  border-collapse: collapse;
}
#contentcontainer a, .testicontent a {
  font-family: Arial, Verdana, Tahoma;
  color: #008000;
  text-decoration: none;
}
#contentcontainer a:hover, .testicontent a:hover {
  text-decoration: underline;
}

.miscinfo {
  font-family: Arial, Verdana, Tahoma;
  font-size: 11px;
}
.highlighted {
  background-color: #f3f0f0;
}
.buttons {
  font-family: Arial, Verdana, Tahoma;
 background-color: #4da30e;
 color: #FFFFFF;
 font-weight: bold;
 font-variant: small-caps;
 border-bottom: 2px solid #008000;
 border-right: 2px solid #008000;
 border-top: 2px solid #99CC00;
 border-left: 2px solid #99CC00;
}
.txtbox {
 border: 2px solid #4da30e;
}
.label {
  color: #969696;
}
.testicontent p{
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
}
.testicontent span {
  display: block;
  text-align: right;
  width: 495px;
}
.testicontent {
  padding: 20px;
}
/*ERRROR MSSG START*/
#divmssg {
  width: 600px;
  margin: 5px 0px 10px 0px;
  border: 2px solid #d0edae;
  background-color: #e8fad3;
  padding-right: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  //padding-bottom: 5px;
  overflow: visible;
}
#divmssgicon {
  width: 16px;
  height: 16px;
  border: 0px solid #000000;
  float: left;
}
#divmssgtxt {
  margin: 2px 0px 0px 20px;
  border: 0px solid #000000;
  overflow: visible;
  width: 350px;
}
#divmssgtxt b.errormssg {
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #CC0000;
}
#divmssgtxt b.successmssg {
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #0083C1;
}
/*ERROR MSSG END*/


