body {
  padding: 0px;
  margin: 0px;
  border : 0px;
  background: #ffffff url(/images/DCSI-Subside-cell-BG.gif) repeat-y left top;
  font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a:link {
  color: #000099; /*#333366; /* #FF6600; */
  text-decoration: none;
}

a:visited {
  color: #FF6600; /*#f5510a; /*#000066;*/
  text-decoration: none;
}

a:hover {
  color: #FF6600;/*#f5510a;*/
  text-decoration: underline;
}

a:active {
  color: #003366;
  text-decoration: none;
}

.dialog_title {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}


a.dialog_title:link {
  color: #ffffff;
  text-decoration: none;
}

.tblhtcenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tblhcenter {
  margin-left: auto;
  margin-right: auto;
}

.etleft {
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}

.thleft {
  text-align: left;
}

.thcenter {
  text-align: center;
}

.tblvcenter {
  margin-top: auto;
  margin-bottom: auto;
}

.dialog {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 8px;
  padding: 0px;
  text-align: left;
  background-color: #000066;
  border: 0px;
}

.dialog_in_dialog {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 8px;
  padding: 0px;
  text-align: left;
  background-color: #000066;
  border: 2px solid #000066;
}

.page_dialog {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 8px;
  padding: 0px;
  text-align: left;
  background-color: #000066;
  border: 0px;
}

.frontpage_dialog {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  background-color: #000066;
  border: 0px;
}

.error {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 8px;
  padding: 0px;
  text-align: center;
  background-color: #c80000;
  border: 0px;
}

.message {
  color: #c80000;
  background-color: transparent;
  text-align: center;
  font-size: 12pt;
}

.dlgHeading {
  background-color: transparent;
  color: transparent;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  white-space: nowrap;
}

.dlgTitle {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  white-space: nowrap;
}

.dlgBody {
  background-color: #ffffff;
/*  font-size: 10pt;*/
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}


  .flat_button {
    background-color: white;
    border: 1px solid silver;
    width: 65px;
  }
  


form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
/*  white-space: nowrap; */
  overflow: hidden;
}
/*
input, select, textarea {
  font-family: Tahoma,Verdana,Arial,Helvetica;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 0px;
  overflow: hidden;
}

input.submit {
  border: 1px solid #C0C0C0;
  padding: 0px 4px 2px 4px;
}
  */
img {
  border: 0; 
}

.flat {
  border: 1px solid #808080;
  white-space: nowrap;
  overflow: hidden;
}

a.menuitem {
  color: #000000;
  text-decoration: none;
}

.required {
  border: 1px solid #ff0000;
  background: #ffedeb;
}

.normal_field {
  border: 1px solid #808080;
}

.required_field {
  border: 1px solid #ff0000;
  background: #ffedeb;
}

.align_bottom_right {
  position: relative;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
}

#dropmenudiv {
  position: absolute;
  border: 1px solid black;
  font: normal 10px Verdana;
  line-height: 12px;
  z-index: 100;
  background: #000066 url(/images/page/menu_bg.gif) repeat-y left top;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 10px;
  border-bottom: 0px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
  text-indent: 4px;
  margin-left: 6px;
  background-color: #FF6600;
  width: 142px;
}

input.username {
  padding-left: 18px;
  background-image: url('/images/site/username.png');
  background-repeat: no-repeat;
  border: 1px solid #808080;
  white-space: nowrap;
  overflow: hidden;
}

input.password {
  padding-left: 18px;
  background-image: url('/images/site/password.png');
  background-repeat: no-repeat;
  border: 1px solid #808080;
  white-space: nowrap;
  overflow: hidden;
}


  .style1 {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: bold;
          font-size: 14px;
          color: #FFFFFF;
  }
  .style29 {font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          color: #000066;
  }
  .style2 {
    font-size: 10px
  }

  .button {
    background-color: white;
    border: 1px solid silver;
    width: 65px;
    font-weight: bold;
  }
