BODY
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Sans-Serif;
    FONT-SIZE: small;
    MARGIN-LEFT: 7px;
    MARGIN-TOP: 1px;
    margin-right: 7px;
    CURSOR: default;
}

.label
{
  font-size:10px;
  color: dimgray;
  font-family: Verdanda, Arial, Sans-Serif;
}

TD
{
  color: dimgray;
  font-family: Verdana, Arial, Sans-Serif;
  FONT-SIZE:8pt;
}

A
{
  font-size: 8pt;
  color: darkblue;
  font-family: Verdana, Arial, Sans-Serif;
  text-decoration: underline;
}

HR
{
  BORDER-RIGHT: #eae7fe 1px solid; 
  BORDER-TOP: #eae7fe 1px solid; 
  BORDER-LEFT: #eae7fe 1px solid; 
  BORDER-BOTTOM: #eae7fe 1px solid; 
  text-align:left;  
}

dataGridControlButtonsHR
{  
  BORDER-RIGHT: dimgray 1px solid; 
  BORDER-TOP: dimgray 1px solid; 
  BORDER-LEFT: dimgray 1px solid; 
  BORDER-BOTTOM: dimgray 1px solid;  
}


.button
{
  border-right: #005a9c 1px solid;
  border-top: #afc4d5 1px solid;
  font-size: 11px;
  background: #ccc9e1;
  border-left: #afc4d5 1px solid;
  cursor: hand;
  color: #373737;
  border-bottom: #005a9c 1px solid;
  font-family: Verdana, Arial, Sans-Serif;
  height: 19px;
  text-decoration: none;
}
.titlebar
{
  font-weight: normal;
  font-size: 14pt;
  background-image: none;
  text-transform: lowercase;
  color: #cc3333;
  font-family: Verdana, Arial, Sans-Serif;
}
footerBar
{
  padding-right: 2px;
  padding-top: 2px;
  text-align: right;
}
H1
{
  font-size: small;
  font-weight: bold;
}
H2
{
  font-size: x-small;
  font-weight: bolder;
  margin: 0 0 1 0;
}



.adminLogoBar
{
  font-size: 12pt;
  color: #3300ff;
  font-family: Verdana, Arial, Sans-Serif;
  font-variant: small-caps;
}

.clientLogoBar
{
  font-size: 12pt;
  color: #009999;
  font-family: Verdana, Arial, Sans-Serif;
  font-variant: small-caps;
}

.messagesDataListStyle
{
  border-right: gray 1px;
  padding-right: 10px;
  border-top: gray 1px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: gray 1px;
  padding-top: 0px;
  border-bottom: gray 1px;
  background-color: #fbf8fe;
  width:100%

} 

..messagesDataListHeaderStyle,
.messagesDataListHeaderStyle a,
.messagesDataListHeaderStyle a:link,
.messagesDataListHeaderStyle a:visited,
.messagesDataListHeaderStyle a:hover
{
  font-weight: bold;
  font-size: 13px;
  color: #646464;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #eae7fe;
  text-align: left;  
}

.messagesDataListSeparatorStyle
{
  background-color: white;
}

.messagesDataListItemStyle
{
  font-size: 12px;
  color: dimgray;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: white;
}

.messagesDataListAltItemStyle
{
  font-size: 12px;
  color: dimgray;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #f9f6fe;
}

.priorityTableCell
{
  font-size: 14px;
  color: white;
  font-family: Verdana, Arial, Sans-Serif;
  text-align: center;
}


.dataGridStyle
{
  border-right: gray 1px solid;
  padding-right: 2px;
  border-top: gray 1px solid;
  padding-left: 2px;
  padding-bottom: 2px;
  border-left: gray 1px solid;
  padding-top: 2px;
  border-bottom: gray 1px solid;
  width: 100%;
}

.dataGridHeaderStyle,
.dataGridHeaderStyle a,
.dataGridHeaderStyle a:link,
.dataGridHeaderStyle a:visited,
.dataGridHeaderStyle a:hover,
.dataGridHeaderStyle td
{
  font-size: 12px;
  font-weight:bold;
  color: white;
  font-family: Verdana, Arial, Sans-Serif; 
  background-color: #37298b;
  text-align: center;
}

.addEditTableStyle
{
    border:0;
  border-right: #f9f6fe 15px solid;
  border-top: #f9f6fe 15px solid;
  border-left: #f9f6fe 15px solid;
  border-bottom: #f9f6fe 15px solid;
  background-color: #f9f6fe;
  padding:1;
  margin:1;

}


.dataGridFooterStyle,.dataGridPagerStyle
{
  font-size: 12px;
  color: #646464;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: white;
  text-align: center;  
}

.dataGridItemStyle
{
  font-size: 12px;
  color: dimgray;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #f9f6fe;
  border-color:#dcdcdc;
  padding-left:10px;
}

.dataGridAltItemStyle
{
  font-size: 12px;
  color: dimgray;
  font-family: Verdana, Arial, Sans-Serif;
  background-color: #f9f6fe;
  border-color: #dcdcdc;
  padding-left:10px;
  margin-left:10px;
}


.pageBodySectionTitleLabels
{
  font-weight: bold;
  font-size: 10pt;
  color: gray;
  font-family: Verdana, Arial, Sans-Serif;
}

.validationError
{
  font-weight: normal;
  font-size: 8pt;
  color: red;
  font-family: Verdana, Arial, Sans-Serif;
}
