﻿body
{
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888888;
  background-color: #FFFFFF;
}
img
{
  
  border: none;
}
.LeftMenuRow
{
  vertical-align: middle;
  height: 20px;
  text-align: right;
  border-bottom: dotted 1px #CCCCCC;
}
.MainLink
{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.MainLink:Hover
{
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
}
.hyperlink
{
  text-decoration:none;
  cursor:pointer;  
}
a:link.hyperlink
{
    text-decoration:none;
}
a:hover.hyperlink
{
    text-decoration:none;
}
.NoUnderline
{
    text-decoration:none;
    }
.HrBreak
{
  color: #CCCCCC;
  height: 1px;
}
.EditFields
{
  width: 200px;
  font-size: 11px;
  color: #000000;
}
.BottomButtons
{
  width: 120px;
  font-size: 11px;
  color: #000000;
}
.ButtonsWidth
{
    width: 150px;
    font-size: 11px;
    color: #000000; 
}

.ButtonsWidthSmall
{
    width: 30px;
    font-size: 11px;
    color: #000000; 
}
.BottomButtonsNew
{
  width: 120px;
  font-size: 11px;
  color: #000000;
  padding-left:50px;
}
.WideButtons
{
  width: 190px;
  font-size: 11px;
  color: #000000;
}
.LeftColumn
{
  width: 150px;
  text-align: right;
  vertical-align: top;
}
.LeftColumn250
{
  width: 250px;
  text-align: right;
  vertical-align: top;
}
.RightColumn
{
  text-align: left;
}

.FieldValidators
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
}
.QuestionText
{
  font-size: 14px;
}
.MainTable
{
  width: 90%;
}
.MainTableHeader
{
  width: 90%;
  font-size: 12px;
  color: #000000;
}
.ReportHeader
{
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #000000;
  vertical-align: bottom;
 
}
.ReportHeaderSub
{
  background-color: #E6E6E6;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  vertical-align: bottom;
}
.ReportBody
{
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  vertical-align: bottom;
  text-align: left;
}
.ReportContent
{
    width:100%;
    padding-left:5px;
}
.hidden
{
    visibility:hidden;
    width: 120px;
    font-size: 11px;
    color: #000000;
}
.TextAlign
{
    padding-left:50px;
}
.TextAligned
{
    text-align:right;
}
.Cursor
{
    cursor:pointer;
}
.dxeListBoxItem
{
    font-size:24px;
    background:yellow;
}