BODY
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
BODY.View
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	background-color: buttonface;
}
TH
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
TD
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
TD.Separator
{
	background-color: #fffdf4;
}
HR 
{
	color: GrayText;
	height: 1pt;
	text-align: left;
}

/* */
.HomeHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 14pt;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
	font-weight: bold;
	font-size: 14pt;
	color: #666666;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: #dddddd;
}

/* */
.SubContentHead
{
    background-color: #dddca3;
    color: GrayText;
    font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
    height: 20px
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 8pt;
    line-height: 16pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #666666;
    font-size: 8pt;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  8pt;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: Orange;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  8pt;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  8pt;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* TABLE */

.NormalTable
{
	border-width: 2px;
	border-style: Solid;
	border-color: Blue;
	border-collapse: collapse;	  
}

.NormalCell
{
	border-width: 1px;
	border-style: Solid;
	border-color: darkgray;
	text-align: left;
	font-weight: normal;
	/*white-space: nowrap;*/
}

.BoldCell
{
	border-width: 1px;
	border-style: Solid;
	border-color: darkgray;
	text-align: left;
/*	font-weight: bold;	*/
	font-weight: normal;
	/*white-space: nowrap;*/
	font-size: 7pt;
}

.XCell
{
	border-width: 1px;
	border-style: Solid;
	border-color: darkgray;
	text-align: center;
	width: 12px;
	max-width: 12px;
	font-weight: normal;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-indent: -5px;
}

.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
/*    text-indent: -5px; */
    border-style: outset;
/*    border-width: 2px;
    border-color: #cccc99; */
    border-width: 1px;
    border-color: White;
    background-color:buttonface;    
/*    background-color:#ccccaa; */   
	padding:0 .25em 0 .25em;
	width:auto;
	height:20px;
	overflow:visible;
	cursor:pointer;
}

.NormalButton2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border-style: outset;
    border-width: 1px;
    border-color: White;
    background-color:buttonface;    
	cursor:pointer;
}

.NavButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight:normal;
/*    text-indent: -5px; */
    border-style:none;
/*    border-width: 2px;
    border-color: #cccc99; */
    background-color:buttonface;    
/*    background-color:#ccccaa; */   
/*	padding:0 .25em 0 .25em; */
	width:auto;
	overflow:visible;
	cursor:pointer;
}

.ColumnHeaderButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight:normal;
/*    text-indent: -5px; */
    border-style:none;
/*    border-width: 2px;
    border-color: #cccc99; */
    background-color:Transparent;    
/*    background-color:#ccccaa; */   
/*	padding:0 .25em 0 .25em; */
	width:auto;
	overflow:visible;
	cursor:pointer;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 16px    
}

.Title2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial;
	text-transform: uppercase;
	background-color: #99A992;
	vertical-align: top;
}

.errormessage
{
	font-size: 8pt;
	font-weight: bold;
	color: Maroon;
}
/*
.errordisplay
{
	font-size: 8pt;
	font-weight: normal;
	color: darkred;
	border:solid 2px darkred;
	background-color:Cornsilk;
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}

.errordisplay hr
{
	color: darkred;
}
*/
A:link  {
    /*text-decoration: none;*/
    color:  black;
}

A, A:hover {
    /*text-decoration: underline;*/
    color:  black;
}

SMALL   {
    font-size:  8pt;
}

BIG {
    font-size:  10pt;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
