/* ================================
    CSS STYLES FOR ITNT Public web site
   ================================
*/   

BODY
{ 
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	font-family:Verdana, Helvetica, sans-serif;
}

.ValueHelperText 
{
	font-size:x-small;
}
.ErrorMsg 
{
	font-weight:bold;
	color:Red;
}

.ConfirmMsg
{
    color: #999966;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:medium;
    font-weight: bold;
    HEIGHT: 35px;
}
TABLE.HeaderTable 
{
	width:100%;
	padding:0px;
}
TD.LogoContainer
{
	Width:107px;
	Height:80px;
}
TD.MenuCell
{
	vertical-align:top;
	width:165px;
}
TABLE.HeaderRightPanel
{
	width:100%;
	height:80px; 
	padding:0;
	Border:0; 
}

TD.DELabel
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:x-small;
	color: #8F8F8F;
	width: 150px;
}
TD.DERequiredLabel
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:x-small;
	width: 150px;
}
.OptionalField
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:x-small;
	color: #8F8F8F;
}
TD.DEValue
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:x-small;
	width:350;
}
TD.ContentLeftMargin 
{
	width:20;
	text-align:left;
}
TD.ContentContainer
{
	width:580;
	vertical-align:top;
    font-size:  x-small;
}
TD.ContentBody
{
	width:580;
	vertical-align:top;
    font-size:  x-small;
}
.ContentBodyText
{
    font-size:  x-small;
}
TD.ContentBodyTextOffset
{
	width:430;
    font-size:  x-small;
}
TD.ContentBodyPic
{
	width:150;
}
/* */
.HomeHead
{
    color: #999966;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color:#C4DCCF;
    color: dimgray;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: Medium;
    font-weight: bold;
    height: 30px;
    /*width: 600px;*/
}

/* */
.SubContentHead
{
    background-color: #C4DCCF;
    color: dimgray;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    height: 20px
}


/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: white;
}   

A.SiteLink:hover    
{
    color: #8F8F8F;
}

A.MainMenuLink, A.MainMenuLink:link, A.MainMenuLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:none;
    font-size: x-small;
	font-weight:bold;
    color: #8F8F8F;

}   

A.MainMenuLink:hover    
{
    text-decoration: underline;
    color: white;
}
A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #F9FA77;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;    
    text-decoration: none;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #F9FA77;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  x-small;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: #8F8F8F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  x-small;
    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
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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: 11px;
    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: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: none;
    font-size:x-small;
    color:  white;
}

A, A:hover {
    text-decoration: underline;
    color:  #8F8F8F;
}

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;
}

HR {
    height:1pt;
    text-align:left
}

