@import url("/apps/js/polls/polls-pack.css");
body {
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #bb0303;
}

.HPBBMessages, .HPDirectory, .HPEvents, .HPLinks, .HPMemoirs, .HPMinien, .HPNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	background-repeat: repeat-y;
	background-position: left bottom;
	background: #e7dab0;
}

.neutral, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #833333; }
.neutral a:hover, .neutral a:active { color: #8C1706; }

.contentIndex {
	padding: 18px 0 10px 0;
	color: #000000;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #d9c69d url(/pics/bgContentIndex.gif) no-repeat;
}

.content {
	padding: 0px 0 10px 10px;
	color: #000000;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #d9c69d;
}

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

.light {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #e7e7e7;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #01002A; }

.dark {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #526E75;
}
.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%;
	margin-bottom: 10px;
	padding: 7px 7px 7px 17px;
	font: bold 12pt Tahoma, Times, Times New Roman, serif;
	color: #ffffff;
	background: #BB0303;
}


.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.bottomNav a:hover, .bottomNav a:active {
	text-decoration: underline;
}

/*Elements by Ozgur*/

/*Left Navigation*/
#leftNav {
	position: relative;
	margin:8px 0 0 0;
}
#leftNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
}
#menuCloser {
	position: absolute;
	visibility:hidden;
	left: -20px;
	top: -20px;
	z-index: 0;
}
#leftNav .subNav {
	position: absolute;
	visibility: hidden;
	left: 151px;
	z-index: 100;
}
#leftNav2Sub {top: 25px;}
#leftNav3Sub {top: 50px;}
#leftNav4Sub {top: 75px;}
#leftNav5Sub {top: 100px;}
#leftNav6Sub {top: 125px;}
#leftNav7Sub {top: 150px;}
#leftNav8Sub {top: 175px;}
#leftNav10Sub{top: 225px;}

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

#leftNav .list li {
	width: 195px;
	line-height: 20px;
	background-color: #BFDAE1;
}

#leftNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 0px 0px 4px;
	color: #333;
	text-decoration: none;
	z-index: 100;
zoom: 1;
}
#leftNav .list a:hover {
	text-decoration: none;
	color: #333;
	background-color: #9EACC0;
}

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

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

.HPQuickPoll {
	color: white;
}

