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

.HPEvents, .HPLinks, .HPDirectory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	width: 312px;
	background-color:#FFFFFF;
	border:10px solid #88CEFF;
	text-decoration: none;
}

.HPEvents #l, .HPLinks #l, .HPDirectory #l {
	padding-left:31px;
}

.HPEvents #r, .HPLinks #r, .HPDirectory #r {
	padding-right:12px;
}

.HPEvents #r b a, .HPLinks #r b a, .HPDirectory #r b a {
	display:block;
	text-align:right;
}

.HPNews, .HPBBMessages, .HPMemoirs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	width: 411px;
	background-color:#FFFFFF;
	border:10px solid #88CEFF;
	border-right-width:11px;
	text-decoration: none;
}

.HPNews #l, .HPBBMessages #l, .HPMemoirs #l {
	padding-left:31px;
}

.HPNews #r, .HPBBMessages #r, .HPMemoirs #r {
	padding-right:12px;
}

.HPNews #r b a, .HPBBMessages #r b a, .HPMemoirs #r b a {
	display:block;
	text-align:right;
}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.neutral, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #276A28; }
.neutral a:hover, .neutral a:active { color: #B30000; }

.contentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
}

.content {
	padding:20px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
	height: 500px;
	background-color:#FFFFFF;
}

a, a:link, a:visited {
	color: #112538;
}
a:hover, a:active { color: #1C529E; }

.light {
	background-color: #88CEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.light  a, .light a:link, .light a:visited {
	color: #000000;
}
.light a:hover, .light a:active {
/*	background-color:#000000;
	padding: 5px;
	color: #F3F30C;
*/
	text-decoration:none;	
	color: #000000;
	background-color: #FFFFFF;
}

.dark {
	background-color: #D2E833;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.dark a, .dark a:link, .dark a:visited { color: #000000; }
.dark a:hover, .dark a:active { color: #FF0000;; }

body {
	margin: 0px;
	color: #1E227C;
	background-image: url('/pics/bg.jpg');
	background-repeat:repeat-xy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-top:-10px!important;
	margin-top: -10px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	background-image: url(/pics/pg_title.gif);
	background-repeat:no-repeat;
	text-align:center;
	height: 58px!important;
	height: 64px;
	padding: 6px 0px 0px 0px;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF;
}
.bottomNav a:hover, .bottomNav a:active {
	color: #ffffff;
}

#topNav {
	position: relative;
	height: 30px!important;
	height: 29px;
	background-image:url('/pics/topNavBG.gif');
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -20px;
	top: -40px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 29px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 74px;}
#topNav3Sub {left: 193px;}
#topNav4Sub {left: 313px;}
#topNav5Sub {left: 433px;}
#topNav6Sub {left: 541px;}
#topNav7Sub {left: 596px;}

#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding:18px 0px 0px 0px;
	background-image: url('/pics/subNavBG.gif');
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

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


#topNav .list a {
	background-image: url('/pics/subNavItemBG.gif');
	background-repeat:no-repeat;
	display: block;
	width: auto!important;
	width: 100%;
	padding: 0px 0px 2px 23px;
	color: #000000;
	text-decoration: none;
	z-index: 100;
}


#topNav .list a:hover {
	text-decoration: none;
	background-image: none;
	background-color: #D2E833;
}

/* ##### CUSTOM FORM START ##### */
form.customForm {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: #eee;
	border: #ddd 1px solid;
	}
	
form.customForm p {
	padding: 0;
	margin: 13px 0;
	}

form.customForm fieldset {
	background: #eee;
	border: #999 1px solid;
	_padding: 4px 5px 8px 9px;
	color: #000;
	}

form.customForm fieldset legend {
	color: #00;
	text-transform: uppercase;
	font-weight: bold;
	_margin: 0 0 3px -4px;
	}

form.customForm fieldset input,
form.customForm fieldset textarea {
	border: 1px solid #DDD;
	margin: 0 10px 0 0;
	}

form.customForm input#submit {
	background: #FFC;
	margin: 3px 0 0 163px;
	border: none;
	}

form.customForm fieldset input:focus,
form.customForm fieldset textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
	}

form.customForm fieldset textarea {
	overflow: auto;
	height: 60px;
	width: 64%;
	}

form.customForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-variant: small-caps;
	text-align: right;
	margin-right: 3px;
	}

form.customForm ol {
	margin: 0;
	padding: 0;
	}
	
form.customForm li {
	list-style: none;
	padding: 1px;
	margin: 0;
	}
	
form.customForm fieldset fieldset {
	border: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 163px;
	}
	
form.customForm fieldset fieldset legend {
	color: #000;
	padding: 0;
	margin: 3px 0 0 -161px;
	_margin: 3px 0 0 -169px;
	font-size: 13px;
	text-transform: none;;
	font-variant: small-caps;
	font-weight: normal;
	}

form.customForm fieldset fieldset label {
	width: auto;
	text-align: left;
	margin-right: 3px;
	}

form.customForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
form.customForm div.note {
	margin: 3px 0 0 163px;
	font-variant: small-caps;
	}

form.customForm fieldset label#firstField { width: 155px;  } /* Width of first label */
form.customForm fieldset fieldset label#firstField { width: 450px;  } /* Width of first label in a secondary fieldset, use for multiple columns */
form.customForm fieldset fieldset input { margin-right: 5px; }
form.customForm fieldset fieldset p { margin: 0 0 0 30px; padding: 0; }

form.customForm input[type='text'] { width: 110px; }
form.customForm input { _width: 110px; }

/*\*//*/ form.customForm legend { display: inline-block; } /* IE Mac legend fix */
/* ##### CUSTOM END START ##### */


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

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


/***  Optional  ***/
.HPQuickPoll {
	width: 291px;
	background-color:#FFFFFF;
	border-bottom:10px solid #88CEFF;
	border-right:10px solid #88CEFF;
	border-left:10px solid #88CEFF;
	padding-bottom: 9px;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	margin:0 auto;
	width:80%;
}

.HPQuickPoll .question {
    padding: 9px;
    margin: 0;
}