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

.HPEvents, .HPBBMessages {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 298px;
}

.HPNews, .HPLinks {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 421px;
}

.HPNews #l, .HPEvents #l {
padding-left: 10px;
padding-top: 5px;
}

.HPLinks #l, .HPBBMessages #l {
padding-left: 10px;
padding-top: 5px;
}

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

.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: #081120;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.content {
padding:10px;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 9.5pt;
color: #081120;
height: 250px;
text-align:justify;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

a, a:link, a:visited {
color: #2D3B70;
font-weight: bold;
}
a:hover, a:active { color: #FCC265; }

.light {
background-color: #E7E7E7;
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: #B30000;
}

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

body {
margin: 0px;
color: #000000;
background-color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.pageTitle {
display: block;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
background-image: url(/pics/page_title.gif);
background-position: top;
background-repeat: no-repeat;
background-color: #f87b00;
height: 17px!important;
height: 20px;
padding: 3px 0px 0px 10px;
margin-bottom:15px;
display: table;
text-transform:uppercase;
}

#topNav {
position: relative;
height: 22px;
}
#topNavButtons {
position: absolute;
z-index: 95;
top: 0;
left: 0;
}
#menuCloser {
position: absolute;
visibility: hidden;
left: -20px;
top: -40px;
z-index: 0;
}
#topNav .subNav {
position: absolute;
visibility: hidden;
top: 22px;
margin: 0 4px 0 0;
z-index: 100;
}
#topNav2Sub {left: 70px;}
#topNav3Sub {left: 190px;}
#topNav7Sub {left: 300px;}

#topNav4Sub {left: 413px;}
#topNav5Sub {left: 522px;}

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

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

#topNav2Sub .list li{width: 200px;}
#topNav3Sub .list li{width: 180px;}

#topNav7Sub .list li{width: 180px;}


#topNav4Sub .list li{width: 205px;}
#topNav5Sub .list li{width: 180px;}


#topNav .list a {
display: block;
width: auto!important;
width: 100%;
padding: 2px 0px 0px 6px;
color: #FFFFFF;
text-decoration: none;
z-index: 100;
}
#topNav .list a:hover {
text-decoration: none;
background-color: #5F5F5F;
color: #FFFFFF;
}

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

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

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

.HPQuickPoll h2 {
    width: 298px;       /* header width  */
    padding-top: 47px;  /* header height */
    /* default background image is /pics/quick_poll_header.png  */
}
 
.HPQuickPoll .bar-color {
    background-color: #10296B;   /* results bar color */
}

.HPQuickPoll {
     width: 298px;
     padding-bottom: 9px;
     background: #E7E7E7;
	 margin: 0px auto !important;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:70%;
}
 
.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
}
 
/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url(/pics/bg_index_right.gif) repeat-y;
    padding-bottom: 5px;
}


