BODY,UL,Table,TD,INPUT,H1,H2,H3,H4,H5 {font-family: arial,arial MT,helvetica,sans-serif;} 
BODY,UL,Table,TD,INPUT {font-size:9pt; color: #444; }

form, div { margin: 0; padding: 0; }
#rightWidgets img { margin: 0; padding: 0; }

A {color: #b10707;  text-decoration:none;}
A:visited {color: #b10000;  text-decoration:none; }
A:active {color: #bb0000;  text-decoration:none; }
A:hover {color: #bb0000; text-decoration:underline;}

H1{ font-size: 13pt; color:#b10707; vertical-align: middle; font-family: arial,helvetica,sans-serif;  } 
H2{ font-size: 12pt; color:#b10707; vertical-align: middle;} 
H3{ font-size: 11pt; color:#b10707; vertical-align: middle;} 
H4{ font-size: 10pt; vertical-align: middle;} 

.calendarEvent { border: solid 1px #CCCCCC; display: block; } 

.homepageminilinks A { color: #555; font-size: 8pt;} 
.homepageminilinks A:visited {color: #666;  text-decoration:none; }
.homepageminilinks A:active {color: #000;  text-decoration:none; }
.homepageminilinks A:hover {color: #000; text-decoration:underline;}
.homepageminilinks P {margin: 0; padding: 0; font-size: 8pt;} 

#rightlogonform { padding: 1px; margin: 0px } 

#login_email { margin:0; padding:0; width: 110px; height: 18px; font-size: 8pt; }

#login_password { margin:0; padding:0; width: 70px; height: 18px; font-size: 8pt; }

.loginheading { padding: 0px; height: 20px; margin: 0px; color: white; font-size: 8pt;   } 
.loginprompttext {padding: 2px; margin: 0px; font-size: 9px;}
A.loginforgotpw , A.loginforgotpw:visited {font-size: 9px; color: black; }

p.sessionLoggedIn { border: 1px dashed red ; padding: 5px;}

.box_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.price { color: green; } 


.homepage_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.emaillogintext { width: 100px; height: 12px; }
.searchtext { padding: 0; margin: 0; width: 100px; height: 14px; font-size: 8pt; line-height: 12px;}
.rightcoltd {padding-bottom: 1em;}



#cmsHelpTopics{
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 10px;
        font-weight:normal;
        background-color: #ffffff;
        color: #000000;}

        #cmsHelpTopics ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #cmsHelpTopics li {
border-bottom: 0px solid #000000;
margin-bottom: 0;
list-style: none;}

        #cmsHelpTopics li a {
                display: block;
                padding: 5px 5px 5px 5px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #f3f3f3;
                color: #777777;
                text-decoration: none;
                width: 100%;
                }
 #cmsHelpTopics li a {
                width: auto;}

        
        #cmsHelpTopics li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #000000;
                color: #fff;
                }

        #cmsHelpTopics li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }


#tooltipmenu {
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 8pt;
        font-weight:normal;
        background-color: #transparent;
        color: #000000;
width:100%;
}

        #tooltipmenu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #tooltipmenu li {
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
margin-bottom: 0;
list-style: none;}

        #tooltipmenu li a {
                display: block;
                padding: 2px 2px 2px 2px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #transparent;
                color: #000;
                text-decoration: none;
                                }

#tooltipmenu li a:hover {
                border-bottom: 0px solid #999999;
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #b10707;
                color: #fff;
                }

        #tooltipmenu li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #020390;
                color: #fff;
                }
#tooltipmenu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 100px;  /* width of the entire dropdown */
 margin-left: 140px;  /* relative position of the menu to the button... 0=tight on bottom.. */
margin-top:-28px;
 background-color: #666666; /* color of the entire dropdown */}

#tooltipmenu li ul a {  /* override colours for drop down buttons */
background-color:#666666;
 width: 100px;
 text-align:left;
 font-size: 10pt;
 border-right:1px;
border-left:1px solid #ffffff;
 color:#ffffff;
 border-bottom: 0.5px  solid #ffffff;
padding: 5px 5px 5px 5px;
}

#tooltipmenu li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #000000;
border-right:1px;
border-left:1px solid #ffffff;
}
#tooltipmenu ul li:hover, #tooltipmenu ul li.sfhover {
 color: blue;
}
#tooltipmenu ul ul ul {
 position: absolute;
 background-color: #666666; /* color of the entire dropdown */
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 100;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}
#tooltipmenu li:hover ul ul, 
#tooltipmenu li:hover ul ul ul, 
#tooltipmenu li.sfhover ul ul, 
#tooltipmenu li.sfhover ul ul ul 
{
 left: -999em;
}
#tooltipmenu li:hover ul, 
#tooltipmenu li li:hover ul, 
#tooltipmenu li li li:hover ul, 
#tooltipmenu li.sfhover ul, 
#tooltipmenu li li.sfhover ul, 
#tooltipmenu li li li.sfhover ul {
 left: auto;
}
