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

body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: #ffffff;
	background-image:url(/pics/bodybg.gif);
	background-repeat:repeat-x;
}

.HPNews, .HPBBMessages {
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	width: 507px;

}
.HPDirectory {
	width:217px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;

}
.HPMemoirs {
	width:290px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;

}

.HPNews a, .HPNews a:link, .HPNews a:visited,
.HPMemoirs a, .HPMemoirs a:link, .HPMemoirs a:visited,
.HPBBMessages a, .HPBBMessages a:link, .HPBBMessages a:visited,
.HPDirectory a, .HPDirectory a:link, .HPDirectory a:visited {
	color: #FFFFFF;
}

#l {
	padding-left: 15px;
}

.HPEvents, .HPLinks {
	width: 330px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
}

.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: #F9F6E5;*/
	background-image:url(/pics/contentback.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.content {
	padding: 10px 10px 10px 10px;
	height: 300px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
	
}
a, a:link, a:visited { color: #000000; }
a:hover, a:active { color: #cc0000; }

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #C7E0F4;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #01002A; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #006eb4;
}
.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%;
	vertical-align: middle;
	padding: 13px 0px 5px 7px;
	margin-bottom: 5px;
	font: bold 11pt "Arial", Times, serif;
	color: #ffffff;
	height: 45px;
	height: 32px!important;
	background-image:url(/pics/page_title.gif);
	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;
}
#enCountdownDiv {
	color:#055600;
	padding-top: 3px;
	text-align: center;
}
.bgTopBar {
	height: 2px;
	background: url(/pics/bgTopBar.gif) repeat-x;
}

#topNav {
	position: relative;
	height: 31px;
	margin-left:5px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 890px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: 20px;
	top: -50px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 31px;
	margin: 0 4px 0 00px;
	z-index: 100;
}
#topNav2Sub {left: 138px;}
#topNav3Sub {left: 260px;}
#topNav4Sub {left: 400px;}
#topNav5Sub {left: 524px;}
#topNav6Sub {left: 640px;}
/*#topNav7Sub {left: 729px;}*/
/*#topNav8Sub {left: 770px;}*/

#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: #006eb4;
	width: 160px;
	line-height:20px;

}
#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 0px 5px 1px 13px;
	min-height:20px;
	color: #ffffff;
	text-decoration: none;
	z-index: 100;
	border-bottom:1px solid #FFffff;
}
#topNav .list a:hover {
	background-color:cc0000;
	color:#ffffff;
}
.bottomborder {
	background-image:url(/pics/bg_shadow_bottom.png);
	background-repeat:repeat-x;
	}
.rightborder {
	background-image:url(/pics/bg_shadow_right.png);
	background-repeat:repeat-y;
	}
img, div, td { behavior: url(/shared/iepngfix.htc) }



/***   Quick Polls   ***/
.HPQuickPoll h2 {
    width: 351px;       /* header width  */
    padding-top: 57px;  /* header height */
	background: url(/pics/quick_polls_header.gif) ;

	/* default background image is /pics/pics/quick_poll_header.png  */
}

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


/***  Optional  ***/
.HPQuickPoll {
     width: 351px;
     background: url(/pics/quick_polls_bg.gif) repeat-y;
	 margin-top: 10px;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:70%;
}
.HPQuickPoll .choices ul {
	margin:0 2px;	
}
.HPQuickPoll .question {
    padding: 9px 54px;
	margin-left:1px;
	text-align:left;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url(/pics/quick_polls_footer.gif) no-repeat bottom;
    padding-bottom: 19px;
}
