/* ================================
    CSS STYLES FOR Citab Portal 
    v1.1, 06/2002
   ================================
*/ 	

.MenuUnselected, .MenuUnselected:link, .MenuUnselected:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size:  8pt;
    font-weight: bold;
    text-decoration: none;
}

.MenuUnselected:hover
{
    color: blue;
    font-family: Verdana, Arial;
    text-decoration: underline;
}

.MenuSelected, .MenuSelected:link, .MenuSelected:visited
{
    color: white;
    font-family: Verdana, Arial;
    font-size:  8pt;
    font-weight: bold;
    text-decoration: none;
}

.MenuSelected:hover
{
    color: yellow;
    font-family: Verdana, Arial;
    text-decoration: underline;
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

/*
========================
Unsorted Styles Below
========================
*/

.Yellow
{
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

.YellowCenter
{
	text-align: center;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

.Normal
{
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

.NormalSmall
{
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial;
	letter-spacing: normal;
}

.GreenHeading
{
	font-size: 14pt;
	color: #008662;
	font-family: Verdana, Arial;
}

.GreenHeadingReverse
{
	font-size: 14pt;
	background-image: none;
	color: white;
	font-family: Verdana, Arial;
	background-color: #008662;
}

BODY
{
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Arial;
    text-decoration: none;
    color: #efa431;
    font-size: 11px;
}   

A.SiteLink:hover    
{
	text-decoration: overline;
    text-decoration: underline;
    color: #efa431;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color:  #efa431;
    font-family: Verdana, Arial;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: #efa431;
    text-decoration: overline;
    text-decoration: underline;
}


/* GENERAL */

/* text style used for most text rendered by modules */

.NormalDouble
{
    font-family: Verdana, Arial ;
    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, Arial;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Arial;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Arial;
    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, Arial;
    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, Arial;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Arial;
    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, Arial;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.GreyButton
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;

}

.NormalRed
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Verdana, Arial;
}


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
}

.Label_Text
{
    height: 20px;
    color: #315599;
    font-weight: normal;
    font-size: 8pt;
    font-family: verdana;
}
.PaddedLabelSmall
{
     padding: 2;
}
.PaddedLabel
{
      padding-bottom: 10;
       padding-top: 5;
	 
}
.PaddedLabelLarge
{
       padding: 10;
}