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

body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: url('/pics/body_bg.jpg') repeat-x left top #FFFFFF;
}

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

div#left {
	behavior: url('/shared/iepngfix_crop.htc');
}

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

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

.HPMemoirs, .HPDirectory {
	padding: 5px 5px 5px 5px;
	width: 270px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
}

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

.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: #365296;
	font-weight: bold;
}

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

.HPNews #l, .HPBBMessages #l {
	padding-left: 20px;
	padding-top: 5px;
}

.HPDirectory #l, .HPMemoirs #l {
	padding-left: 20px;
	padding-top: 5px;
}

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


.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: url('/pics/index_gradient.jpg') repeat-x left top #e1a021;
	height: 400px;
}

.content {
	padding: 10px 10px 10px 10px;
	height: 400px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
}

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

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #FCF8EE;
}
.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: #304C8B;
}
.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: #000000;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px!important;
	height: 45px;
	padding: 15px 0px 5px 10px;
	text-transform:uppercase;
}

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

#topNav {
	position: relative;
	height: 33px;
	background: url('/pics/topnav_bg.gif');
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	height: 31px;
	width: 900px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: 20px;
	top: -50px;
	z-index: 50;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 31px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 155px;}
#topNav3Sub {left: 255px;}
#topNav4Sub {left: 355px;}
#topNav5Sub {left: 455px;}
#topNav6Sub {left: 555px;}
#topNav7Sub {left: 655px;}

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

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

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

/* QUICK POLL STYLES */

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

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


/***  Optional  ***/
.HPQuickPoll {
    width: 585px;
    padding-bottom: 22px;
    background: url(/pics/left_section_bottom.gif) no-repeat bottom;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
    margin:0 auto;
    width:80%;
    text-align: left;
    *padding-left: 25px;
}

.HPQuickPoll .question {
    padding: 9px;
    padding-left: 25px;
    margin: 0;
    text-align: left;
}

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


