.NavText {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CDE8FF; text-decoration: none;cursor:hand;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHeadWhite {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #ffffff;
}

.SubHeadWhite {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
    line-height: 14px
}

.SubHead {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.nav 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:Black;
    text-decoration:none;
}

/* style for module titles */
.Head   {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:  normal;
    color: #000000;
}

.HeadWhite   {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:  bold;
    color: #ffffff;
}

.SubHeadWhite   {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  bold;
    color: #ffffff;
    text-decoration:none;
}

.Borders 
{
	 border-left:1px solid #000000;
	 border-right:1px solid #000000;
	 border-top:1px solid #000000;
	 border-bottom:1px solid #000000;
}

.NavBorderTop { border-color: #006699 #6699CC #6699CC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.NavBorderBottom { border-color: #6699CC #6699CC #006699; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.NavBorderTopBottom { border-color: #006699 #6699CC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.NavTextSmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000A0F; text-decoration: none }


.ToolBarLink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CDE8FF; text-decoration: none }

.ToolBarLinkSelected { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none }

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: black;
    border-color: black;
    height: 10px;
}

A:hover   {
    text-decoration: underline;
    color:#CDE8FF;
}

.NavDiv {display:block;}

