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

body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: url('/pics/body_bg.gif');
	text-align: center;
}

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

.HPNews, .HPBBMessages {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 459px;
	padding: 15px;
}

.HPEvents {
	padding: 10px;
	width: 267px;
	font: 9pt "Arial", Times, serif;
	color: #fff;
}


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

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

.HPEvents a:hover {
	color: #065eb0
}

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

.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 {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: url('/pics/indexbg.gif');
	text-align: left
}

.content {
	padding: 20 10 10 10px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
	min-height: 400px;
	text-align: left;

}

/* min-height hack for IE */
/*\*/
* html .content {
height: 400px;
}
/**/

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

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #b9cbdc;
}
.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: #065eb0;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #ffffff; }

.pageTitle {
	display: block;
	width: 728px;
	height: 27px;
	padding: 10px;
	*width: 740px;
	*height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;                      
	font-size: 14px;
	font-weight: bold;
	background: url(/pics/PageTitle.gif) no-repeat;
	text-transform:uppercase;
}

#shadow{
	width: 793px;
	margin:0 auto;
	background: url('/pics/shadow.png') repeat-y;
	background-position: 0 0px;
}

#wrapper {
	width: 760px;
	margin:0 auto;
	background: #FFFFFF
}

#header {
	background: url('/pics/header.jpg');
	width: 760px;
	height: 192px;
	text-align: right
}

#footer {
	width: 760px;
	height: 73px;
	background: url('/pics/footerbg.jpg') no-repeat #FFFFFF;
	text-align: left
}

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

#topNav {
	position: relative;
	height: 22px;
}

#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 760px;
	height: 32px;
	background: #1c5f1f;
}

#menuCloser {
	position: absolute;
	visibility: hidden;
	left: 20px;
	top: -50px;
	z-index: 0;
}

#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 32px;
	margin: 0 4px 0 0;
	z-index: 100;
	text-align: left
}
#topNav2Sub {left: 112px;}
#topNav3Sub {left: 222px;}
#topNav4Sub {left: 332px;}
#topNav5Sub {left: 525px;}

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

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

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

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

#topNav .list a:hover {
	background: #fff;
	color: #065eb0;
}


/***   QuickPoll   ***/
.HPQuickPoll h2 {
    width: 459px;       /* header width  */
    padding-top: 42px;  /* header height */
	background-image:url('/pics/quick_poll_header.gif');
    /* default background image is /pics/pics/quick_poll_header.png  */
}
.HPQuickPoll .bar-color {
    background-color: #065eb0;   /* results bar color */
}
.HPQuickPoll {
     width: 459px;
     padding-bottom: 7px;
     background: url('/pics/whitebottom.jpg') no-repeat bottom;
}
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:80%;
	padding:2px;
}
.HPQuickPoll .question {
    padding: 2px;
    margin: 0 auto;
	width:80%;
	text-align:left;
}
.HPQuickPoll .quickpoll {
    background: url('/pics/whitebg.jpg') repeat-y;
	padding-top:15px;
    padding-bottom: 5px;
}


















