@import url("/apps/js/polls/polls-pack.css");

.HPLinks, .HPCounseling {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 356px;
background-color: #FFFFFF;
text-align:left;
}

.HPNews, .HPEvents {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 355px;
background-color: #FFFFFF;
text-align:left;
}

.HPLinks #l, .HPCounseling #l {
padding-left: 20px;
padding-top: 5px!important;
padding-top: 6px;
}



.HPNews #l, .HPEvents #l {
padding-left: 20px;
padding-top: 5px!important;
padding-top: 6px;
}

.HPEvents a, .HPEvents a:link, .HPEvents a:visited,
.HPNews a, .HPNews a:link, .HPNews a:visited{
color: #000000;
}

.HPCounseling a, .HPCounseling a:link, .HPCounseling a:visited,
.HPLinks a, .HPLinks a:link, .HPLinks a:visited {
color: #000000;
}

.HPNews a:active, .HPNews a:hover,
.HPEvents a:active, .HPEvents a:hover,
.HPCounseling a:active, .HPCounseling a:hover,
.HPLinks a:active, .HPLinks a:hover {
color: #FE0000;
}

.neutral {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #081120;
}

.neutral, table {
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #081120;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #2D3B70; }
.neutral a:hover, .neutral a:active { color: #B30000; }

.contentIndex {
padding: 0px;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #000000;
height: 450px;
}

.content {
padding:10px;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #000000;
height: 450px;
text-align:justify;
}

a, a:link, a:visited {
color: #000000;
font-weight: bold;
}
a:hover, a:active { color: #FE0000; }

.light {
background-color: #EF8585;
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #000000;
}
.light a, .light a:link, .light a:visited {
color: #000000;
}
.light a:hover, .light a:active {
color: #FE0000;
}

.dark {
background-color: #FE0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #FFFFFF;
}
.dark a, .dark a:link, .dark a:visited { color: #FFFFFF; }
.dark a:hover, .dark a:active { color: #000000; }

body {
margin: 0px;
color: #FFFFFF;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url('/pics/bg.gif');
background-repeat: repeat-x;
}

.pageTitle {
display: block;
width: auto!important;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 13px;
font-weight: bold;
background-image: url(/pics/page_title.gif);
background-position: top;
background-repeat: no-repeat;
height: 24px!important;
height: 35px;
padding: 11px 0px 15px 0px;
text-transform: uppercase;
}

#topNav {
position: relative;
height: 27px;
}
#topNavButtons {
position: absolute;
z-index: 95;
top: 0;
left: 0;
width: 754px;
}
#menuCloser {
position: absolute;
visibility: hidden;
left: -20px;
z-index: 0;
}
#topNav .subNav {
position: absolute;
visibility: hidden;
top: 27px;
margin: 0 4px 0 0;
z-index: 100;
}

#topNav2Sub {left: 56px;}
#topNav3Sub {left: 133px;}
#topNav4Sub {left: 209px;}
#topNav5Sub {left: 275px;}
#topNav6Sub {left: 356px;}
#topNav7Sub {left: 435px;}
#topNav8Sub {left: 501px;}
#topNav9Sub {left: 557px;}

#topNav .list {
position: absolute;
z-index: 200;
list-style: none;
margin: 0;
padding: 0;
font: 10px Arial, Helvetica, sans-serif;
}

#topNav .list li {
background-color: #FFFFFF;
width: 160px;
line-height: 16px;
}

#topNav .list a {
display: block;
width: auto!important;
width: 100%;
padding: 2px 0px 2px 6px;
color: #000000;
text-decoration: none;
font-weight:normal;
z-index: 100;
border-bottom: 1px solid #000000;
zoom:1;
}
#topNav .list a:hover {
text-decoration: none;
background-color: #FFFFFF;
color: #FE0000;
}

.heading18 {
font-size:18px;
font-weight:bold;
}

.heading16 {
font-size:16px;
font-weight:bold;
}

.heading14 {
font-size:14px;
font-weight:bold;
}

#rightNav{
display:block;
width:170px;
background-color:#fff;
border:1px solid #f00;
}
#rightNav .header
{
color:#fff;
text-align:center;
background:#FF0000;
border-bottom:1px solid #000;
padding:5px 0 5px 0;
}
#rightNav a{
display:list-item;
color:#000;
letter-spacing:1px;
padding:0 0 10px 0;
margin:0 0 0 25px;
text-decoration:none;
}
#rightNav a:hover{
color:#f00;
text-decoration:none;
background:#f00;
color:#fff;
}

/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 355px;       /* header width  */
    padding-top: 56px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll {text-align:left;}

.HPQuickPoll .bar-color {
    background-color: #10296B;   /* results bar color */
}


