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

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

.HPNews, .HPBBMessages, .HPEvents,  .HPLinks , .HPDirectory, .HPMemoirs  {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width:350px;
	
	
	
}


.HPNews a, .HPNews a:link, .HPNews a:visited, .HPBBMessages a, .HPBBMessages a:link, .HPBBMessages a:visited, .HPLinks a, .HPLinks a:link, .HPLinks a:visited, .HPDirectory a, .HPDirectory a:link, .HPDirectory a:visited, .HPMemoirs a, .HPMemoirs a:link, .HPMemoirs a:visited   { color: #000000;  }
.HPNews a:hover, .HPNews a:active, .HPBBMessages a:hover, .HPBBMessages a:active, .HPLinks a:hover, .HPLinks a:active, .HPDirectory a:hover, .HPDirectory a:active, .HPMemoirs a:hover, .HPMemoirs a:active { color: #950303; }

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

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

.neutral a, .neutral a:link, .neutral a:visited { color: #950303; }
.neutral a:hover, .neutral a:active { color: #950303; }

.contentIndex {
	padding: 0px 0px 0px 0px;
	font: 9pt "Arial", Times, serif;
	color: #FFFFFF;
	background: #FAF9F9;
	
}

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

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

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #ADC7E2;
}
.light  a, .light a:link, .light a:visited { color: #002E67; }
.light a:hover, .light a:active { color: #950303; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #1D5FAA;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #950303; }

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	
	vertical-align: middle;
	padding: 5px 0px 5px 10px;
	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: 26px;
}
#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: 26px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 77px;}
#topNav3Sub {left: 155px;}
#topNav4Sub {left: 245px;}
#topNav5Sub {left: 323px;}
#topNav6Sub {left: 394px;}
#topNav7Sub {left: 462px;}
#topNav8Sub {left: 539px;}
#topNav9Sub {left: 649px;}


#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: #0255A5;
	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;
	zoom:1;
}
#topNav .list a:hover {
	background-color: #950303;
	color:#FFFFFF;
}


#rightNav {
	font-size:12px;
	background-color: #ADC7E2;
	width:170px;
	border:1px solid #585858;
	margin-bottom:-2px!important;
	margin-bottom:2px;
	margin-left:10px;
	padding-bottom: 10px;
}

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

#rightNav a:hover {
/*	margin-left:0px;
	padding-left:0px;*/
	background-color:#1D5FAA;
	color:#950303;
}

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


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

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


/***  Optional  ***/
.HPQuickPoll {
     width: 350px;
     padding-bottom: 14px; /* same height as the bottom bg image */
     background: url('/pics/bottom_block.gif') no-repeat bottom;
}

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

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

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    width: 350px;
    display: table;
    background-image: url('/pics/news_bg.gif');
    /* padding-bottom: 5px;  */
    background-position: 0px -42px; 
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}





