@charset "utf-8";
/*
 Site: Future Voters
 Author: Albert Krasniqi, www.albedo.info
 Created: 26-09-08
*/

/* Basic Elements  ---------------------------------------------------------------------------------------------------------------*/
body { margin: 0; color: #999; font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; background: #fff url('../img/images/system/body-bg.gif') repeat-x;}
ul { list-style: none;	margin: 0; padding: 0; }
p {	font-size: 12px;	}
#general {height: 900px;}
#total { width: 960px; margin: 0 auto;}

/* Language Bar ---------------------------------------------------------------------------------------------------------------*/
#top { text-align: right; font-size: 10px;margin: 4px 0 5px 0;color: #76767c; z-index: -1;}
#top a{ font-weight: 800; color: #76767c; text-decoration: none;}
#top a:hover { text-decoration:underline; }
#top span { color: #a6a6ab; }

/* Logo Header ---------------------------------------------------------------------------------------------------------------*/
#header { background: url('../img/images/system/fv_logo.gif') no-repeat; width: 960px; height: 105px; float: left;}

/* Site Structure ---------------------------------------------------------------------------------------------------------------*/
#main {	float: right; width: 726px;	margin-left: 10px;}
#main-header-flash{ background: url(../img/images/system/toon_hdr.jpg) no-repeat; height: 266px; padding: 0 0 0 0; margin-bottom: 0px; position: relative;}
h4.hdr-grey { height: 32px; background:  url(../img/images/system/header-grey.gif) repeat-x; color: #fff; font-size: 12px; padding: 5px 0 0 15px; margin: 5px 0px 0px 0px;}
h4.hdr-org { height: 32px; background:  url(../img/images/system/header-org.gif) repeat-x; color: #fff; font-size: 12px; padding: 7px 0 0 15px; margin: 5px 0px 0px 0px;}
h4.hdr-blue { height: 32px; background:  url(../img/images/system/header-blue.gif) repeat-x; color: #fff; font-size: 12px; padding: 7px 0 0 15px;}

#container { float: right; width: 695px; background: url('../img/images/system/main-text-bg.gif') repeat-x; color: #6e6e74; line-height: 1.5; height: auto; text-align: left; margin: 0px; padding:15px; }


#sidebar { float: left;	width: 224px; background: #f0f0f0; height: 400px; text-align: left;	padding-top: 0px;}

/* Menu Navigation ---------------------------------------------------------------------------------------------------------------*/
#menu3 { width: 224px; margin: 0px;	font-size: 12px;}
#menu3 li a { height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; text-decoration: none;}	
#menu3 li a:link, #menu3 li a:visited {	color: #5d5d64;	display: block;	background: url('../img/images/system/nav-bg.jpg'); padding: 8px 0 0 30px;}
#menu3 li a:hover, #menu3 li a:active {	color: #283A50; background: url('../img/images/system/nav-bg.jpg') no-repeat 0 -33px; color: #fff; text-decoration: none;	padding: 8px 0 0 30px; }
#menu3 li a.current, #menu3 li a.current:hover{background:url("../img/images/system/nav-on.gif") repeat-x; color: #fff; text-decoration: none;}


#donors { width:187; height: 120px; border: 1px solid #dddddf; padding: 70px 0px 10px; background: url('../img/images/system/donors_logo.gif') no-repeat center 10px; text-align: center; margin: 0px 0 50px 0;}

p.normal {margin:0 0 1px; padding:4px; text-align:left; line-height:18px;}
span.bold {font-weight:bold;}

/* Table ---------------------------------------------------------------------------------------------------------------*/
#hor-minimalist-b {	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; background: #fff; margin: 0px; width: 680px; border-collapse: collapse; text-align: left;}
#hor-minimalist-b th { font-size: 14px; font-weight: normal; color: #039; padding: 10px 8px; border-bottom: 2px solid #6678b1;}
#hor-minimalist-b td { border-bottom: 1px solid #ccc; color: #669; padding: 6px 8px;}

/* Footer ---------------------------------------------------------------------------------------------------------------*/
#footer { clear:both; width: auto; height: 35px; background: url('../img/images/system/footer-bg.gif') repeat-x; line-height:200%;}
#subtxt { position: relative; width: auto;}
#footer_left, #footer_right { position: absolute; width: 424px; font-size: 10px; }
#footer_left { left: 10px; text-align: left; color: #6c6c72;}
#footer_right { right: 10px; text-align: right;}
A.link { color:#1177b5;; text-decoration: none;}
A.link:hover { color: #1177b5; text-decoration: underline;}

/* Contact  ---------------------------------------------------------------------------------------------------------------*/
p { padding-bottom: 1em; }
iframe, img { border: none; }
fieldset, form { border: 0px solid #FFFFFF; }
img { vertical-align: bottom; }

/* Form Structure ------------------------------------------------*/
div#CContainer { margin: 0 auto; width: 500px; position: relative; }
div#CContent { color:#909090; font-size: 14px; clear: both;  }

div#CContentPrimary legend { font-size: 2em; color: #68bcdf; font-weight: bold; }
div#CContentPrimary div.frow { margin: 5px 0 0 0; padding: 8px 0 13px 0; background: transparent url(../img/images/system/HorizontalDivider.gif) left bottom repeat-x; height: 2.1em; }
div#CContentPrimary div.frow-textarea { height: 7.8em; }
div#CContentPrimary div.frow-action { background: none; padding-left: 195px; }
div#CContentPrimary div.frow span.label { width: 195px; display: block; float: left; padding-top: 4px; }
div#CContentPrimary div.frow span.field input { border: 1px solid #70caf0; width: 240px; padding: 4px; float: left; }
div#CContentPrimary div.frow span.field textarea { border: 1px solid #70caf0; width: 240px; height: 100px; padding: 4px; float: left; }
div#CContentPrimary div.frow span.field { padding: 5px; display: block; overflow: hidden; width: 250px; }
div#CContentPrimary div.frow-active span.field { background-color: #fed8d8; }
div#CContentPrimary div.frow em.frow-required { color: #70caf0; }
/* End of Contact ---------------------------------------------------------------------------------------------------------------*/

/* Photos  ---------------------------------------------------------------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/images/system/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/images/system/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End of Photos  ---------------------------------------------------------------------------------------------------------------*/