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

body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: #193773;
	text-align: left;
}

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

.HPEvents{
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	width: 204px;
	text-align: left;
}

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

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

.rightSection {
	width: 521px;
/*	height: 150px; */
	background: url('/pics/right_section_bg.gif') top repeat-x #b4cbf5;
	border-left: 4px solid #dae4f6;
	border-right: 4px solid #dae4f6;
	border-bottom: 4px solid #dae4f6;
	text-align: left;
}

.linksSection {
	width: 278px;
	*width: 286px;
/*	height: 150px; */
	background: url('/pics/right_section_bg.gif') top repeat-x #b4cbf5;
	border-left: 4px solid #dae4f6;
	border-right: 4px solid #dae4f6;
	border-bottom: 4px solid #dae4f6;
	text-align: left;
}

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

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

.HPNews #l, .HPBBMessages #l, .HPLinks #l, .HPEvents #l {
	padding-left: 0px;
	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 {
	padding: 0px 0px 0px 0px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #FFFFFF;
	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: #FFE374;
}
.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: #193773;
}
.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: 28px!important;
	height: 29px;
	padding: 7px 0px 5px 20px;
	text-transform:uppercase;
}

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

#topNav {
	position: relative;
	height: 26px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 760px;
	background: url('/pics/topnav_bg.gif') repeat-x;
}
#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: 142px;}
#topNav3Sub {left: 259px;}
#topNav4Sub {left: 388px;}
#topNav5Sub {left: 503px;}

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

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

#topNav .extendedList li {
	width: 215px;
	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;
}
#topNav .list a:hover {
	background: #ffffff;
	color:#0043c0;
}
/* Quick Poll */
.HPQuickPoll .quickpoll {		
	width: 521px;
	background: url('/pics/right_section_bg.gif') top repeat-x #b4cbf5;
	border-left: 4px solid #dae4f6;	
	border-right: 4px solid #dae4f6;
	border-bottom: 4px solid #dae4f6;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: left;
}

.HPQuickPoll h2 {
    width: 529px;       /* header width  */
    padding-top: 29px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

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