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

.HPBBMessages, .HPDirectory, .HPEvents, .HPLinks, .HPMemoirs, .HPMinien, .HPNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

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

.contentIndex {
	padding: 8px 0px 8px 0px;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.content {
	padding: 8px 8px 8px 8px;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

a { color: #2B60DE; }
a:link { color: #2B60DE; }
a:visited { color: #2B60DE; }
a:hover { color: #2B60DE; }
a:active { color: #2B60DE; }

.dark {
	background-color: #7998D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.dark a { color: #FFFFFF; }
.dark a:link { color: #FFFFFF; }
.dark a:visited { color: #FFFFFF; }
.dark a:hover { color: #FFFFFF; }
.dark a:active { color: #FFFFFF; }

.light {
	background-color: #E9EDF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.light a { color: #2B60DE; }
.light a:link { color: #2B60DE; }
.light a:visited { color: #2B60DE; }
.light a:hover { color: #2B60DE; }
.light a:active { color: #2B60DE; }

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-bottom: 10px;
	font-family: Georgia, Palatino, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	background-image: url(/pics/header_bg.gif);
	background-repeat: no-repeat;
	height: 32px!important;
	height: 42px;
	padding: 10px 0px 0px 10px;
}

.navButts a, .navButts a:visited, .navButts a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(/pics/navbutt.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 17px;
}
.navButts a:hover, .navButts a:active {
	background-image: url(/pics/navbutt_f2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
  
.bottomNav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; }
a.bottomNav:link { color: #333333; text-decoration: none; }
a.bottomNav:visited { color: #333333; text-decoration: none; }
a.bottomNav:hover { color: #333333; text-decoration: underline; }
a.bottomNav:active { color: #333333; text-decoration: none; }


/***  Quickpolls  ***/
.HPQuickPoll h2 {
    width: 160px;       /* header width  */
    padding-top: 29px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}
.HPQuickPoll .bar-color {
    background-color: #255697;   /* results bar color */
}
.HPQuickPoll {
     width: 160px;
     padding-bottom: 9px;
     background: url(/pics/bg_index_right_bottom.gif) no-repeat bottom;
}
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	padding:2px;
	width:90%;
}
.HPQuickPoll .question {
	width:90%;
	text-align:left;
    padding: 9px;
    margin: 0;
}
.HPQuickPoll .quickpoll {
    background: url(/pics/bg_index_right.gif) repeat-y;
    padding-bottom: 5px;
}
