BODY
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
}

a:active 
{
	color: #000000;
} 
a:hover 
{
	color: #000000;
} 
a:link 
{
	color: #000000; 
} 
a:visited 
{
	color: #000000;
} 

.Normal{
    font:  8pt Tahoma, Arial;
    color: #333333;
	font-weight: normal;
}
.NormalBold{
    font:  8pt Tahoma, Arial;
    color: #333333;
	font-weight: bold;
}
.NormalWhite{
    font:  8pt Tahoma, Arial;
    color: #FFFFFF;
	font-weight: bold;
}

/* ContentText: use this for all textual content */
.ContentText{
    font:  8pt Tahoma, Arial;
    color: #333333;
	font-weight: normal;
	line-height: 1.5em;
}
/* HeaderText: use this for head in the inspection report */
.HeaderText{
    font:  12pt Tahoma, Arial;
    color: #333333;
	font-weight: normal;
	line-height: 1.5em;
}

A.ContentText:link    
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
}

A.ContentText:visited 
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
}

A.ContentText:active  
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
 }

A.ContentText:hover   
{
	font:  8pt Tahoma, Arial;
    color: #72ABCB;
    text-decoration: underline;
}


.LabelText{
    font:  8pt Tahoma, Arial;
    color: #333333;
	font-weight: bold;
}
A.LabelText:link    
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
}

A.LabelText:visited 
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
}

A.LabelText:active  
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    text-decoration: underline;
 }

A.LabelText:hover   
{
	font:  8pt Tahoma, Arial;
    color: #72ABCB;
    text-decoration: underline;
}


.HeaderNav{
    font:  8pt Tahoma, Arial;
    color: #333333;
	font-weight: bold;
}
A.HeaderNav:link    
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

A.HeaderNav:visited 
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

A.HeaderNav:active  
{
	font:  8pt Tahoma, Arial;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
 }

A.HeaderNav:hover   
{
	font:  8pt Tahoma, Arial;
    color: #72ABCB;
    font-weight: bold;
    text-decoration: underline;
}

.CommandButton     {
    font-family: Tahoma, Arial;
    font-size: 10pt;
    font-weight: BOLD;
    color: #E4F1F8;
    CURSOR: hand;
   /* BACKGROUND-color: #495DAC; */
   background:#FFFFFF url("images/btnbgrnd.gif");
   width:120;
   height:40;
   border:none; 
    
}

.CommandButton2     {
    font-family: Tahoma, Arial;
    font-size: 10pt;
    font-weight: BOLD;
    color: #E4F1F8;
    CURSOR: hand;
   BACKGROUND-color: #495DAC;
   /*background:#FFFFFF url("../images/btnbgrnd.gif"); */
   /* width:105;
   height:42; */
   border:1; 
    
}
    
.Header 
{
	font:  13pt Tahoma, Arial;
    color: #3588b4;
	font-weight: bold;
}
.BlackHeader 
{
	font:  11pt Tahoma, Arial;
    color: #000000;
	font-weight: bold;
}
.WhiteHeader 
{
	font:  10pt Tahoma, Arial;
    color: #FFFFFF;
	font-weight: bold;
}

.DataGridHeader 
{
	background-color: #72ABCB;
    font: 8pt Tahoma, Arial;
    font-weight: bold;
    color: #FFFFFF
}
A.DataGridHeader:link    {
    background-color: #72ABCB;
    text-decoration: underline;
    color:#3587B4
}

A.DataGridHeader:visited {
    background-color: #72ABCB;
    text-decoration: underline;
    color:#3587B4
}

A.DataGridHeader:active  {
    background-color: #72ABCB;
	text-decoration: underline;
    color:#3587B4
}

A.DataGridHeader:hover   {
    background-color: #72ABCB;
	text-decoration: underline;
    color:#000000
}


.DataGridItem {
    font: 8pt Tahoma, Arial;
    color: #000000
}
A.DataGridItem:link    {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridItem:visited {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridItem:active  {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridItem:hover   {
    text-decoration: underline;
    color:#000000
}

.DataGridAltItem {
    font: 8pt Tahoma, Arial;
    color: #000000;
    background-color: #EEEEEE
}
A.DataGridAltItem:link    {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridAltItem:visited {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridAltItem:active  {
    text-decoration: underline;
    color:#3587B4
}

A.DataGridAltItem:hover   {
    text-decoration: underline;
    color:#000000
}
   
/* hyperlink style for buttons and link buttons */
A.CommandButton:link {
    text-decoration: underline;
    color: #3587B4;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #3587B4;
}

A.CommandButton:active   {
    text-decoration: underline;
    color: #3587B4;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #000000;
}

.ErrorText
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
    font-weight: normal;
    color: red;
}

.SiteLink {
    color: #72ABCB;
	font-family: Tahoma, Arial;
    font-size: 8pt;
    font-weight: bold
}   

A.SiteLink:link
{
	color: #72ABCB;
	text-decoration: none;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#72ABCB
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#72ABCB
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: #67AF93
}
.ColoredTable 
{
	font-family: Tahoma, Arial;
	font-size: 9pt; 
	color: #111111; /* 3587B4 */
	background-color: #D3DEE4; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px
}
.BorderedTable 
{
	font-family: Tahoma, Arial;	
	font-size: 9pt; 
	border-style: solid; 
	border-color: #3587B4;	/*buttonface;*/
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px
}

td,p,li,input,select {font-size:12px;}

.P16 {  font-family: "verdana,sans-serif"; font-size: 16px; color: #00AAAA}
.HeadCell {  font-family: "verdana,sans-serif"; font-size: 12px; color: #FFFFFF; background-color: #D1DDFF}
.FootCell {  font-family: "verdana,sans-serif"; font-size: 12px; color: #00AAAA; background-color: #4B5991}
.Tabcell1 {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #F6F8FF}
.Tabcell2 {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #E8EEFF}
.SelectCell {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #E7E7E7}
.EditCell {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #E7E7E7}
.PagerCell {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #FFFFFF; border-width: 0px;}
.TextBox {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.TextBoxM {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
.HeadCellIndex {  font-family: "verdana,sans-serif"; font-size: 12px; color: #FFFFFF; border-color: #4E91DF; background-color: #4E91DF}
.TextBoxPrint {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; overflow:hidden}
.TextBoxPrintM {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; overflow:hidden}
.HeadCellP {  font-family: "verdana,sans-serif"; font-size: 12px; color: #000000; background-color: #FFFFFF}
.WelcomeText {  font-family: "verdana,sans-serif"; font-size: 16px; color: #ffffff;}
