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

body {
margin: 0;
color: #FFFFFF;
font: 9pt "Arial", Times, serif;
background-color:#DBDCE6;

}

.HPNews, .HPBBMessages, .HPEvents {
padding: 5px 5px 5px 5px;
font: 9pt "Arial", Times, serif;
color: #000000;
width: 431px;
background-color:#ffffff;
background-image:url(../pics/news_bg.gif);
background-repeat:repeat-y;



}

.HPLinks, .HPMemoirs, .HPDirectory {
padding: 5px 5px 5px 5px;
width: 299px;
font: 9pt "Arial", Times, serif;
color: #000000;
background-color:#FFFFFF;
background-image:url(../pics/links_bg.gif);
background-repeat:repeat-y;

}

.neutral, table {
font: 9pt "Arial", Times, serif;
color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #833333; }
.neutral a:hover, .neutral a:active { color: #8C1706; }

.contentIndex {
padding: 0px 0px 0px 0px;
font: 9pt "Arial", Times, serif;
color: #000000;
background: #6699CC;
}

.content {
padding: 10px 10px 10px 10px;
height: 300px;
font: 9pt "Arial", Times, serif;
color: #333;
background: #FFF1C9;
border-left:solid 4px #2A2B8A;
border-right:solid 4px #2A2B8A;

}

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

.light {
font: 9pt "Arial", Times, serif;
color: #000000;
background: #F2BD19;
}
.light a, .light a:link, .light a:visited { color: #2A2B8A; }
.light a:hover, .light a:active { color: #2A2B8A; }

.dark {
font: 9pt "Arial", Times, serif;
color: #ffffff;
background: #2A2B8A;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #FCFC47; }

.pageTitle {
display: block;
width: auto!important;
width: 100%;

vertical-align: middle;
padding: 5px 0px 5px 5px;
margin-bottom: 10px;
font: bold 11pt "Arial", Times, serif;
color: #ffffff;

background-image:url(/pics/page_title.jpg);
background-position:left;
background-repeat:no-repeat;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
font: 9pt "Arial", Times, serif;
color: #fff;
text-decoration: none;
}
.bottomNav a:hover, .bottomNav a:active {
text-decoration: underline;
}


.bgTopBar {
height: 2px;
background: url(/pics/bgTopBar.gif) repeat-x;
}

#topNav {
position: relative;
height: 38px;
}
#topNavButtons {
position: absolute;
z-index: 95;
top: 0;
left: 0;
width: 760px;
}
#menuCloser {
position: absolute;
visibility: hidden;
left: 20px;
top: -50px;
z-index: 0;
}
#topNav .subNav {
position: absolute;
visibility: hidden;
top: 38px;
margin: 0 4px 0 0;
z-index: 100;
}
#topNav2Sub {left: 95px;}
#topNav3Sub {left: 198px;}
#topNav4Sub {left: 309px;}
#topNav5Sub {left: 415px;}
#topNav6Sub {left: 517px;}
#topNav7Sub {left: 608px;}
#topNav8Sub {left: 757px;}


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

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

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

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

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

.HPQuickPoll {
     width: 431px;
     padding-bottom: 0;
     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") repeat-y;
    padding-bottom: 5px;
}


