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

body {
margin: 0;
color: #FFFFFF;
font: 9pt "Arial", Times, serif;
background: url('/pics/body_bg.jpg') repeat-x left top #4D4D4F;
}

img, div, td, table {
behavior: url('/shared/iepngfix.htc');
}

.HPNews {
padding: 5px 5px 5px 5px;
font: 9pt "Arial", Times, serif;
color: #0e387b;
width: 312px;
}

.HPEvents {
padding: 5px 5px 5px 5px;
font: 9pt "Arial", Times, serif;
color: #0e387b;
width: 312px;
}

.HPNews a, .HPNews a:link, .HPNews a:visited {
color: #ffb400;
font-weight: bold;
}

.HPEvents a, .HPEvents a:link, .HPEvents a:visited {
color: #ffb400;
font-weight: bold;
}

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

.contentIndex {
padding: 0px 0px 0px 0px;
font: 9pt "Arial", Times, serif;
color: #000000;
background: url('/pics/index_bg.jpg') left top no-repeat #17376c;
height: 400px;
}

.content {
padding: 10px 10px 10px 10px;
height: 400px;
font: 9pt "Arial", Times, serif;
color: #333;
background: #ffffff;
}

a, a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }

.pageTitle {
display: block;
width: auto!important;
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;
height: 30px!important;
height: 45px;
padding: 8px 0px 5px 5px;
text-transform:uppercase;
}

#enCountdownDiv {
color:#055600;
padding-top: 3px;
text-align: center;
}

#topNav {
position: relative;
height: 27px;
background: url('/pics/topnav_bg.gif');
}
#topNavButtons {
position: absolute;
z-index: 95;
top: 0;
left: 0;
height: 27px;
width: 900px;
}
#menuCloser {
position: absolute;
visibility: hidden;
left: 20px;
top: -50px;
z-index: 50;
}
#topNav .subNav {
position: absolute;
visibility: hidden;
top: 27px;
margin: 0 4px 0 0;
z-index: 100;
}
#topNav2Sub {left: 82px;}
#topNav3Sub {left: 156px;}
#topNav4Sub {left: 217px;}
#topNav5Sub {left: 340px;}
#topNav6Sub {left: 476px;}
#topNav7Sub {left: 616px;}
#topNav8Sub {left: 685px;}
#topNav9Sub {left: 716px;}
#topNav10Sub {left: 730px;}

#topNav .list {
position: absolute;
z-index: 200;
list-style: none;
margin: 0;
padding: 0;
font: 11px Arial, Tahoma, Verdana,Geneva, sans-serif;
background: #CFD6E9;
}

#topNav .list li {
width: 170px;
line-height: 18px;
}

#topNav .list a {
display: block;
width: auto!important;
width: 100%;
padding: 2px 5px 1px 7px;
color: #000000;
text-decoration: none;
z-index: 100;
background: #CFD6E9;
}
#topNav .list a:hover {
background: #5592FD;
color:#000000;
}

#video {
text-align: center;
font: 9pt "Arial", Times, serif;
color: #0e387b;
width: 213px;
}

#video a {
color: #ffb400;
font-weight: bold;
}

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

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


/***  Optional  ***/
.HPQuickPoll {
     width: 210px;
     padding-bottom: 9px;
     background: url(/pics/bg_index_right_bottom.gif) no-repeat bottom;
}

/* 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: #FFFFFF url(/pics/news_bg.gif) no-repeat;
    padding: 20px 0 5px 0;
}

