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

.HPNews, .HPBBMessages, .HPEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 501px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.HPBBMessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 501px;
	margin-top:-3px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.HPLinks, .HPDirectory, .HPMemoirs, .WorkProgram {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 201px;
	background-color: #FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	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: #005B3D; }
.neutral a:hover, .neutral a:active { color: #B30000; }

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

.content {
	padding:8px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #081120;
	height: 250px;
}

a, a:link, a:visited {
	color: #005B3D;
	font-weight: bold;
}
a:hover, a:active { color: #B30000; }

.light {
	background-color: #ECE7E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
.light  a, .light a:link, .light a:visited {
	color: #005B3D;
}
.light a:hover, .light a:active {
	color: #B30000;
}

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

body {
	margin: 0px;
	color: #1E227C;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	background-color: #004F42;
	background-image: url(/pics/pg_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px!important;
	height: 30px;
	padding: 6px 0px 0px 15px;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFE201;
	text-decoration: none;
	font-weight: bold;
}
.bottomNav a:hover, .bottomNav a:active {
	color: #ffffff; text-decoration: underline;
}

#topNav {
	position: relative;
	height: 26px!important;
	height: 25px;
}
#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: 25px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 44px;}
#topNav3Sub {left: 103px;}
#topNav4Sub {left: 182px;}
#topNav5Sub {left: 251px;}
#topNav6Sub {left: 312px;}
#topNav7Sub {left: 424px;}
#topNav8Sub {left: 519px;}
#topNav9Sub {left: 576px;}
#topNav10Sub {left: 596px;}

#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 10px  Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#topNav .list li {
	background-color: #005B3D;
	width: 160px;
	line-height: 18px;
}

#topNav2Sub .list li{width: 190px;}
#topNav3Sub .list li{width: 210px;}
#topNav4Sub .list li{width: 180px;}
#topNav5Sub .list li{width: 180px;}
#topNav6Sub .list li{width: 180px;}
#topNav9Sub .list li{width: 180px;}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 0px 0px 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}
#topNav .list a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #01A387;
}

table.sitewide {
	width:99%;
	text-align:justify;
}

/***   Quick Poll Styles  ***/
/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 201px;       /* header width  */
    padding-top: 33px;  /* header height */
    *height: 33px;
    /* default background image is /pics/quick_poll_header.png  */
}

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


/***  Optional  ***/
.HPQuickPoll {
     width: 201px;
     padding-bottom: 9px;
     background: url(/pics/poll_right_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: 10px;
}

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

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