﻿@charset "utf-8";
@import url(/css/topnavigation.css);
@import url(/css/leftnavigation.css);
@import url(/css/documents.css);
@import url(/css/elections.css);
@import url(/css/checkenrolment.css);
@import url(/css/homepage.css);

body  {
	background: #324152;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	min-width:800px;	
	margin: 0px;
	padding: 0px;
	color: #000000;	
}

#container {
	float:left;
	width:100%;
	min-width:1000px;
	background: #FFFFFF;
	text-align: left;
	margin:0 auto;
	margin-left:0px;
	margin-right:0px;

}

.waecsite #header {
	position:relative;
	width:100%;
	background:#324152;
	height:110px;
	padding: 0px;
	clear: both;	
}


#logo {
	float:left;
	width:100%;
	width:575px;
	margin-right:-50px;
}

#topnavigation{
	float: right;
	margin-left:575px;
	right:6px;
	font-size: 10px;
	border-left:1px #4c637d dotted;	
	white-space:nowrap;
	height:80px;
	width:225px;
	padding-top:30px;
}
#topnavigation a:link, #topnavigation a:visited, #topnavigation a:active {
	color:#CCCCCC;
	text-decoration:underline;
	padding-right:6px;
	padding-left:5px;
	padding-bottom:4px;
	border-right:1px #4c637d dotted;
}

#topnavigation a:hover {
	color:#9eb5ff;
	text-decoration:underline;
}

#topnavigation a.endlink {
	border-right:none;	
}

#search {
	color:#FFFFFF;
	padding-top:0px;
	margin-left:5px;
}

.searchButton {
	width: 59px;
	font-size:9px;
	height: 21px;
	vertical-align:middle;
	text-indent:-8px;
	background-image: url(/images/btn_search.gif);
	background-repeat: no-repeat;
	background-color: #121212;
	border: 0px;
	color: #d9d9d9;	
	font-weight: bold;
	padding-left: 0px;
	padding-bottom:4px;
	margin-left: 0px;
	margin-top: 2px;
}



#topnavigation .searchbox {
	padding:0px;
	padding-top:2px;
	white-space:nowrap;
	height:14px;
	margin:0px;
	font-size:11px;
	vertical-align: middle;	
	
}
#search .searchimage{
	vertical-align: middle;
}


.waecsite #leftnav {
	float:left;
	height:100%;
	width:190px;
	padding-bottom:0px;
	left:0px;
}

#mainContent {
	left:0px;
	padding:0px;
	margin-right:5px;
	margin-left:200px;
	padding-top:5px;
	font-size:1.0em;
}

#ElectionmainContent {
    left:0px;
    padding:0px;
    margin-right:5px;
    padding-top:5px;
    font-size:1.0em;
}
#pagetitle {
	padding-top:11px;
	padding-bottom:2px;	
}

#pagefunctions {
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#555555;
	vertical-align:middle;
	margin-top:-5px;
	margin-left:3px;
	display:block;
}
#pagefunctions img {
	margin-bottom:4px;
	vertical-align:middle;
	border:none;
}

#breadcrumb {
	left: 0px;
	padding-top:0px;
	margin-top:3px;
	padding-bottom:15px;	
	font-size:12px;
}


.waecsite #footer {
	position:relative;
	width:100%;
	background:#324152;
	height:54px;
	padding: 0px;
	clear: both;
	color:#FFFFFF;
	font-size:10px;
	padding-top:10px; 			
}


#QAlogo {
	float:left;
	width:100%;
	width:180px;
	margin-right:-50px;
	padding-left:5px;
	
}


#footerinfo {
	float:right;
	margin-left:190px;
	width:100%;
	width:605px;
	padding-right:10px;
	text-align:right;
	white-space:nowrap;
	font-size:0.95em !important;
}

.waecsite #footer p {
	margin: 0;
	padding-top:15px;
}

#footerinfo a:link, #footerinfo a:visited, #footerinfo a:active {
	color:#CCCCCC;
	text-decoration:underline;
	padding-right:6px;
	padding-left:5px;
	padding-bottom:4px;
	border-right:1px #4c637d dotted;
}

#footerinfo a:hover {
	color:#9eb5ff;
	text-decoration:underline;

}

#footerinfo a.endlink {
	border-right:none;
	padding-right:0px;	
}

#lastmod {
	text-align: right;
	margin-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-size: 11px;
	color: #666666;
}

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}


.anchorlist { /* this class is used for the list of anchors at the top of the page and spaces them to make it more readible*/
	
	line-height:1.8em;	
}


	/* start table styles (e.g. reslts tables) */

	/* RichEdit label="waecModTable" tag="table" */		
	table.waecModTable
	{
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
		border-right: solid 1px #FFFFFF;
		width:100%;	
	}
	
		.waecModTable td, .waecModTable th
		{
			padding: 3px;	
			border-left: solid 1px #FFFFFF;
			text-align: right;
		}	
		
		/* RichEdit label="waecModTableHeader" tag="tr" */				
		.waecModTableHeader
		{
			background-color: #0f3063;
			font-weight: bold;
			color: #FFFFFF;		
		}
				
		.waecModTable .leftAlign
		{		
			text-align: left;
		}
				
		/* RichEdit label="waecModTableFooter" tag="tr" */				
		.waecModTableFooter
		{
			background-color: #0f3063;
			font-weight: bold;
			color: #FFFFFF;		
			font-weight: bold;
		}
		
		.waecModTableFooterBorderTop
		{
			background-color: #0f3063;
			font-weight: bold;
			color: #FFFFFF;		
		}
		
		.waecModTableFooterBorderTop td
		{
			border-top: solid 1px white;	
		}
		
		.waecModTableHeader td, .waecModTableHeader th
		{
			text-align: left;		
		}

		/* RichEdit label="backGroundLightBrown" tag="tr" */	
		.backGroundLightBrown
		{
			background-color: #ECE1C1;
		}

	/* RichEdit label="keyDateAndDeadLinesTable" tag="table" */
	table.keyDateAndDeadLinesTable
	{
		border-bottom: solid 1px #C3A559;
		border-right: solid 1px #C3A559;
	}

	.keyDateAndDeadLinesTable td
	{
		padding: 3px;
		border-left: solid 1px #C3A559;
		border-top: solid 1px #C3A559;
	}


.waecModTable .leftalign {
	text-align: left;
}

	/* end table styles (e.g. reslts tables) */

#glossary {
	
	padding-bottom:20px;
}

#glossary a:link, #glossary a:visited, #glossary a:active {
	font-size:1.1em;
	padding-right:5px;
	padding-left:2px;
	padding-bottom:4px;
	border-right:1px dotted #222222;
}

#glossary a.endlink {
	border-right:none;	
}

#glossary .currentlink {
	font-weight:bold;
}

#glossary .nolink {
	color:#222222;
	text-decoration:none !important;
	font-size:1.1em;
	padding-right:5px;
	padding-left:2px;
	padding-bottom:4px;
	border-right:1px dotted #222222;
}

.pollingPlaceContainer {
	padding: 0.3em 0em 0.3em 0em;
	margin-bottom: 0.2em;
	float: left;
	clear: both;
	width: 30em;
}

.pollingPlaceText {
	width: 21em;	
}

.pollingPlaceContainer td {
	padding-bottom: 0.8em;
}

.pollingPlaceImages {
	margin-left: 1.5em;
	width: 6em;
}

.pollingPlaceLegendContainer {
	margin-top: 0.3em;
	float: left;
	clear: both;
	width: 12em;
}

#elModContent .pollingPlaceLegendContainer {
	width: 30em !important;
}

.pollingPlaceLegendImage {
	margin-top: 0.15em;
	float: left;
}

.pollingPlaceLegendText {
	margin-left: 26px;
	width: 9.5em;
}

.formsheading {
	display:block;
	background-color:#0f3063;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:2px;
}

.formsinline {
	
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	list-style:square;
}

#formspubs ul{
	list-style:square;
	color:#0f3063;
}

#sitemap li {
	list-style:none;	
}

.sitemapT1 {
	font-weight:bold;
	line-height:2.00em;
}

.sitemapT2 {
	font-weight:normal;
}

.sitemapT3 {
	font-weight:normal;
}


.Elected
{
	font-weight:bolder;
}

.NotElected
{
	font-weight:normal;
}


.whiteHeadingText {
	text-align:left !important;
	font-weight:bold !important;
	padding-bottom:6px !important;
}

.ElectionTitle {
	text-align:left !important;
	font-weight:bold !important;
	padding-top:15px !important;
	padding-bottom:6px !important;
}

