body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #4C4C4C;
  background-color: #FFFFFF;
}

table {
  border : none;
}

img {
  border : none
}

.title {
  font:14px Arial;
  font-weight: bold;
  color:#000000;
}

.headertab {
  font:11px Arial;
  font-weight:bold;
  color:#FFFFFF;
}

a {
  color: #0063AD;
}

a.sortLink {
  color: #0063AD;
  text-decoration: none;
  font-weight: bold;
}

a.formLink {
  text-decoration: none;
}

a:link, a:active, a:visited {
  text-decoration: underline; 
  color : #003366;
  font-weight:regular;
}

a:hover { 
  text-decoration: underline; 
  color : #003366;
  font-weight:regular;
}

li {
  list-style-type: disc;
  margin-left: 25px;
  text-indent : -15px;
}

div.verticalline {
  height: 1px;
  background-color: #FFFFFF;
}

div.verticalspacer {
  height: 20px;
  background-color: #FFFFFF;
}

div.containerheader {
  font-weight: bold;
  background-color:#CCCCCC;
  color:#4C4C4C;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-bottom: 1px white solid;
}

div.buttonline {
  margin-top: 10px;
}

div.headerline {
  width: 786px;
  background-color:#CDD2D8;
}

pre {
  color: #4C4C4C;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

td {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #4C4C4C;
  border: 0px;
  border-style:solid;
  border-color:black;
}

td.bold {
  font-weight: bold;
}

.bgGrey {
  background-color:#F3F3F3;
}

.bgWhite {
  background-color:#FFFFFF;
}

.bgDisabled {
    background-color:#D6EBF5;
}

.bgForm {
  background-color:#F3F3F3;
}

.bgFilter {
  background-color:#F3F3F3;
}

table.gridTable {
  margin-left: -1px;
  margin-right: -1px; 
  border-spacing: 0px;
  border-collapse:collapse;
}

td.dataTableHeader {
  padding: 1px 8px 1px 4px;
  color: #003366;
  background-color:#EFEFEF;
  height:20px;
  vertical-align:bottom;
  font-weight: bold;
}

td.dataTableRow0 {
  padding: 0px 8px 0px 4px;
  color:#000000;
  background-color: #FFFFFF;
  height:20px;
}

td.dataTableRow1 {
  background-color: #F3F3F3;
  color:#000000;
  padding: 0px 8px 0px 4px;
  height:18px;
}

td.detaildataTableRow0 {
  padding: 1px 8px 1px 4px;
  color:#4C4C4C;
  background-color:#E5E5E5;
  height:20px;
}

td.detaildataTableRow1 {
  background-color:#F2F2F2;
  color:#4C4C4C;
  padding: 1px 8px 1px 4px;
  height:18px;
}

td.unsignedCoRi {
  color: #7F7F7F;
}

input {
  color: #4C4C4C;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

input.button{
  height:19px;
  border: 0px;
  color: #FFFFFF;
  background-color: #003366;
  font-weight: normal;
  cursor: pointer;
  cursor: hand;
}

input.defaultbutton{
  height: 19px;
  border: 0px;
  color: #FFFFFF;
  background-color: #003366;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

input.text {
  margin-bottom:-1px;
  height:19px;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #FFFFFF;
}

input.textDisabled {
  margin-bottom:-1px;
  height:19px;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #E5E5E5;
}

input.password {
  margin-bottom:-1px;
  height:19px;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #FFFFFF;
}

input.checkbox {
  background-color:transparent;	
  margin-bottom:1px;
  margin-left:0px;
  border:none;
}

input.radio {
  background-color:transparent;	
  margin-bottom:3px;
  margin-left:-2px;
  border:none;
}

select {
  margin-bottom:0px;
  height:19px;
  color: #4C4C4C;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
}

select.selectDisabled {
  margin-bottom:0px;
  height:19px;
  color: #4C4C4C;
  background-color: #E5E5E5;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
}

textarea {
  color: #4C4C4C;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
  padding-left: 3px;
  padding-right: 3px;
}

textarea.textareaDisabled {
  color: #4C4C4C;
  background-color: #E5E5E5;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  border-top:1px solid #4A4D4A;
  border-left:1px solid #4A4D4A;
  border-bottom:1px solid #9C9A9C;
  border-right:1px solid #9C9A9C;
  padding-left: 3px;
  padding-right: 3px;
}

.footer{
  font-family: Arial;
  color:#999999;
  font-size: 10px;
  font-weight: normal;
}

.errorBox{
  font-family: Arial;
  color:#FF0080;
  font-size: 11px;
  font-weight: bold;
}

.infoBox{
  font-family: Arial;
  color:#4C4C4C;
  font-size: 11px;
  font-weight: normal;
}



