@import url("/apps/js/polls/polls-pack.css");
body {
	margin: 0;
	color: #00182F;
	font: 9pt "Arial", Times, serif;
	background: #ffffff;
	background-image:url(/pics/bodybg.jpg);
}


.HPNews, .HPBBMessages, .HPMemoirs, .HPDirectory {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background:url(/pics/pointbg.gif) repeat-x bottom #FFFFFF;
	width: 426px;
	border-left: 3px solid #003366;
	/*border-right: 1px solid #000000;*/
}

#l {
	padding-left: 10px;
	padding-top: 6px;
}

.HPEvents, .HPLinks {
	padding: 5px 5px 5px 5px;
	width: 276px;
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background-image:url(/pics/events_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
/*	background-color:#FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

.HPLinks a, .HPLinks a:link, .HPLinks a:visited,
.HPEvents a, .HPEvents a:link, .HPEvents a:visited {
	color: #ffcc00;
}

.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: #ffffff;
	background: #003366;
}

.content {
	padding: 10px 10px 10px 10px;
	height: 300px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
	
}

a, a:link, a:visited { color: #004b96; }
a:hover, a:active { color: #004b96; }

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #F5D100;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #000000; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #001F45;
}
.dark a, .dark a:link, .dark a:visited { color: #FFFFFF; }
.dark a:hover, .dark a:active { color: #FFFFFF; }

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 26px!important;
	height: 34px;
	padding: 6px 0px 6px 12px;
	text-transform:uppercase
}

.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;
}

#enCountdownDiv {
	color:#055600;
	padding-top: 3px;
	text-align: center;
}

.bgTopBar {
	height: 2px;
	background: url(/pics/bgTopBar.gif) repeat-x;
}

#topNav {
	position: relative;
	height: 26px;

}
#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: 26px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 71px;}
#topNav3Sub {left: 168px;}
#topNav4Sub {left: 272px;}
#topNav5Sub {left: 363px;}
#topNav6Sub {left: 424px;}
#topNav7Sub {left: 504px;}
#topNav8Sub {left: 626px;}

#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: #003e7f;
	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;
	zoom: 1;
}
#topNav .list a:hover {
/*	background-color: #F1B40E;*/
	color:#ffcc00;
	background-image:url(/pics/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:4px center ;

}
.pointleftbg {
	background-image:url(/pics/pointleftbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:10px;
	background-color:#FFFFFF;
	}
.pointrightbg {
	background-image:url(/pics/pointrightbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	background-color:#FFFFFF;
	width:10px;
	}
img, div, td { behavior: url(/shared/iepngfix.htc) }

/* Quick Poll */
.HPQuickPoll h2 {
    width: 278px;       /* header width  */
    padding-top: 28px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #FFCC00;   /* results bar color */
}
.HPQuickPoll .quickpoll {
	width: 278px;
	text-align: left;
    background: #335C85 url(/pics/eventsbg.gif) repeat-x;
    padding: 5px 0 10px 0;
	color: white;
}
.HPQuickPoll {
	margin-bottom: 10px;
}

.HPQuickPoll .question {
	color: white;
}
p.govote a, a.see_results {
	color: #FFCC00;
}