/*RAP*/

A:active
{
color: #003C58;
text-decoration: none;
}
A:link
{
color: #003C58;
text-decoration: none;
}
A:visited
{
color: #003C58;
text-decoration: none;
}
A:hover
{
color: #003C58;
text-decoration: underline;
}
body
{
font-size: 10pt;
font-family: arial,verdana,helvetica;
}
table
{
font-size: 10pt;
font-family: arial,verdana,helvetica;
}
td
{
font-size: 10pt;
font-family: arial,verdana,helvetica;
}
b
{
font-family: arial,helvetica,sans-serif;
}
.darkbacktext
{
font-size: 10pt;
font-family: arial,verdana,helvetica;
color: #ffffff;
}
.darkbacksmalltext
{
font-size: 8pt;
font-family: arial,verdana,helvetica;
color: #ffffff;
}
.menu
{
font-size: 9pt;
font-weight: bold;
font-family: arial,helvetica,sans-serif;
}
.smallmenu
{
font-size: 8.5pt;
font-weight: bold;
font-family: arial,helvetica,sans-serif;
}
.sidemenu
{
font-size: 8pt;
font-weight: bold;
font-family: arial,verdana,helvetica;
}
.sidetext
{
font-size: 8pt;
font-family: arial,verdana,helvetica;
}
.adminmenu
{
color: #ffffff;
font-size: 8pt;
font-weight: bold;
font-family: arial,verdana,helvetica;
}
.smalltext
{
font-size: 8pt;
font-family: arial,verdana,helvetica;
}
.smallboldtext
{
font-size: 8pt;
font-family: arial,verdana,helvetica;
font-weight: bold;
}
.blacklink
{
color: #000000;
}
.bluebullet
{
color:#000080;
font-size:14pt;
}
.specialInput
{  
font-family: arial,verdana,helvetica;
font-size: 12px;
}
.boldwhite
{
font-size: 10pt;
font-family: arial,helvetica,sans-serif;
font-weight:bold;
color: #ffffff;
}
.regularwhite
{
font-size: 10pt;
font-family: arial,verdana,helvetica,sans-serif;
color: #ffffff;
}

/*==================================================================== Cascading Menus ================================================================== */

.Bar
{
    float: left;
    width: 200px;
    cursor: hand;
}
.menuBar
{
    position: relative;
    background-color: Transparent;
    text-align: center;
}
.cascadingmenu
{
    border-left: buttonhighlight thin outset;
    border-right: buttonhighlight thin outset;
    border-top: buttonhighlight thin outset;
    border-bottom: buttonhighlight thin outset;
    visibility: hidden;
    width: 220px;
    line-height: 140%;
    position: absolute;
    background-color: #f5f6f4;
    font-size:8pt;
    color:#7b8485;
}
.cascadingmenuadmin
{
    border-left: buttonhighlight thin outset;
    border-right: buttonhighlight thin outset;
    border-top: buttonhighlight thin outset;
    border-bottom: buttonhighlight thin outset;
    visibility: hidden;
    width: 240px;
    line-height: 140%;
    position: absolute;
    background-color: #f5f6f4;
    font-size:8pt;
    color:#7b8485;
}
.menuItem
{
    padding-right: 15px;
    padding-left: 10px;
    cursor: hand;
    line-height: 20px;
    font-size:8pt;
}
.ItemMouseOver
{
    padding-right: 15px;
    padding-left: 10px;
    cursor: hand;
    color: HighlightTxt;
    line-height: 20px;
    background-color: #cccccc;
}
.ItemMouseOut
{
    width: 100%
}
.Arrow
{
    font-family: Webdings;
    font-size: 10pt;
}
.barOver
{
    float: left;
    width: 200px;
    cursor: hand;
    position: relative;
    /*background-color: white;*/
}

.extranetHeader a, .extranetHeader a:hover, .extranetHeader a:visited
{
	color:#ffffff;
	font-size:8pt;
}
