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

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

.HPNews, .HPEvents {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	width: 440px;
	background-color:#ffffff;
	background-image:url(/pics/news_bg.gif);
	background-repeat:repeat-y;
}

.HPLinks, .HPMemoirs, .HPDirectory, .HPBBMessages {
	padding: 5px 5px 5px 5px;
	width: 309px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	background-color:#FFFFFF;
	background-image:url(/pics/links_bg.gif);
	background-repeat:repeat-y;
	
}

.neutral, table {
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
}

.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: #6699CC;
}

.content {
	padding: 10px 10px 10px 10px;
	height: 300px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	background: #5D6872;
	border-left:solid 1px #CA0D0D;
	border-right:solid 1px #CA0D0D;
	
}

select, option {
	color: #000000;
}

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

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #9FC4F0;
}
.light  a, .light a:link, .light a:visited { color: #263C85; }
.light a:hover, .light a:active { color: #263C85; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #263C85;
}
.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: 5px 0px 5px 80px;
	margin-bottom: 10px;
	font: bold 11pt "Arial", Times, serif;
	color: #ffffff;
	
	background-image:url(/pics/pagetitle.gif);
	background-position:left;
	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;
}


.bgTopBar {
	height: 2px;
	background: url(/pics/bgTopBar.gif) repeat-x;
}

#topNav {
	position: relative;
	height: 35px;
}
#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: 35px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 90px;}
#topNav3Sub {left: 193px;}
#topNav4Sub {left: 301px;}
#topNav5Sub {left: 399px;}
#topNav6Sub {left: 493px;}
#topNav7Sub {left: 633px;}
#topNav8Sub {left: 757px;}


#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: #263C85;
	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;
}
#topNav .list a:hover {
	background-color: #FB0000;
	color:#263C85;
}

#rightNav {
	font-size:12px;
	background-color: #C7DFF4;
	width:140px;
	height:100%;
	border:1px solid #585858;
	margin-bottom:-2px!important;
	margin-bottom:2px;
	margin-left:5px;
}

#rightNav a:link, #rightNav a:visited, #rightNav a:active, #rightNav #noLink {
	display:list-item;
	color:#000000;
	margin-left:23px;
	padding:5px 2px 5px 5px;
}

#rightNav a:hover {
/*	margin-left:0px;
	padding-left:0px;*/
	background-color:#144995;
	color:#FFD84C;
}

#rightNav .header {
	background-color: #144995;
	color:#FFFFFF;
	margin-bottom:-6px;
	padding-bottom:7px;
	font-size:12px;
}

/* Quick Poll Styles */

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

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


/***  Optional  ***/
.HPQuickPoll {
    width: 309px;
    padding-bottom: 13px;
    background: url(/pics/links_bottom.gif) no-repeat bottom;
    text-align: left;
}

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

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

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



