/* lightbox */
#lightbox{
	background-color:#fff;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-weight: bold; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay {
	background:#000000;
	width:100%;
	filter:alpha(opacity=75); /* for IE */
	-moz-opacity:.75; /* for FF and Moz */
	opacity:.75	; /*CSS2 that works in Safari */
}





div.logout {
	position: relative;
	top: 40px;
	left: 630px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

div.logout ul {
	margin: 0px;
	padding: 0px;
}

div.logout li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	background-color: #CC0000;
}

div.logout li a {
	width: 130px;
}

div.logout ul li a {
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	font-size: 12px;
	line-height: 28px;
	border: none;
}

div.logout ul li a:hover,
div.logout ul li a:active {
	color: #FFFFFF;
	background-color: #4B9F35;
	border: none;
}

div.logout li.selected a:link,
div.logout li.selected a:visited,
div.logout li.selected a:hover,
div.logout li.selected a:active {
	background-color: #EEEEEE;
	color: #4B9F35;
	font-weight: bold;
}




body {
	margin: 0;
	background-color: #EEEEEE;
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 12px;
	text-align: center;
}

hr {
	margin: 15px 0 -10px 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
}



table.screenshots {
	width: 100%;
	padding: 10px 0;
}

table.screenshots td {
	vertical-align: top;
	width: 180px;
}

table.screenshots td img {
	border: 1px solid #CCCCCC;
}

div.download {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #4B9F35;
	background-color: #C9E2C2;	
	margin: 25px 0 35px 0;
	line-height: 22px;
}

div.download a {
	color: #4B9F35;
	font-weight: bold;
	font-size: 18px;
}

div.code {
	border: 1px dashed #999999;
	background-color: #DDDDDD;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 5px;
	margin: 15px 0;
}

span.note {
	background-color: #CC0000;
	color: #FFFFFF;
}

div.headercontainer {
	background-color: #13325F;
	height: 100px;
}

div.header {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

div.footer {
	clear: both;
	margin: 0 auto;
	width: 740px;
	text-align: left;
	font-size: 9px;
	color: #999999;
}

div.headersubtitle {
	position: relative;
	top: 20px;
	text-align: right;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
}

div.headersubtitle a {
	color: #FFFFCC;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.headertitle {
	position: absolute;
	top: 15px;
}

div.headertitle span.univote {
	font-size: 32px;
	color: #FFFFFF;
	padding-right: 10px;
}

div.headertitle span.title {
	font-size: 22px;
	color: #FFFFCC;
}

div.headertitle span.subtitle {
	font-size: 14px;
	color: #FFFFCC;
}

div.contentcontainer {
	padding-top: 10px;
	width: 760px;
	margin: 0 auto;
}

div.contentinnercontainer {
	float: left;
}

div.contenttop {
	width: 760px;
	background: url("../images/content_top.jpg") no-repeat;
}

div.content {
	width: 760px;
	background: url("../images/content_bg.jpg") repeat-y;
	padding: 10px 0;
}

div.contentbody {
	text-align: left;
	margin: 0 30px 0 30px;
}

div.contentbody h1 {
	color: #4B9F35;
	font-size: 16px;
	margin: 0 0 20px 0;
}

div.contentbody h2 {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0 0 0;
}

div.contentbody p {
	line-height: 20px;
	text-align: justify;
}

div.contentbody table td a,
div.contentbody p a,
div.contentbody ul li a {
	color: #4B9F35;
	text-decoration: none;
	border-bottom: 1px dotted;
}


table.nested {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

table.nested tr td {
	margin: 0;
	padding: 2px 0 2px 0;
	border-bottom: 0;
	vertical-align: top;
}

table.nested td.radio {
	width: 30px;
}


table.form {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

table.form td {
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.form td.label {
	font-weight: bold;
	padding-right: 20px;
	width: 140px;
	vertical-align: top;
}

table.form tr.highlightdark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #254B7F;
	vertical-align: middle;
}

table.form tr.highlightdark td {
	padding: 5px;
}

table.form tr.highlight {
	background-color: #EEEEEE;
}



table.list {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

table.list td {
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	
}

table.list td.top {
	vertical-align: top;
}

table.list tr.highlightdark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #254B7F;
	vertical-align: middle;
}

table.list tr.highlightred {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	vertical-align: middle;
}

table.list tr.highlight {
	background-color: #EEEEEE;
}

table.list tr.heading {
	background-color: #DDDDDD;
}

table.list tr.heading td {
	white-space: nowrap;
	font-weight: bold;
}

table.list tr.spacer td {
	height: 15px;
}

span.highlightred {
font-size: 8px;
	color: #CC0000;
}

div.submit {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	margin-right: -30px; /* for IE's benefit */
}


span#groupDesc, span#themeInfo, span#screenDesc {
	line-height: 20px;
	font-size: 10px;
}

 

div.contentbottom {
	width: 760px;
	background: url("../images/content_bottom.jpg") no-repeat;
	padding-bottom: 10px;
}

div.side {
	float: right;
	width: 130px;
	text-align: left;
	padding-top: 10px;
	font-size: 10px;
}

div.side h1 {
	font-size: 12px;
	color: #333333;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #999999;
}




/********
 * MENU *
 ********/
div.menu {
	position: absolute;
	top: 70px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
}

div.menu li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	background-color: #254B7F;
}

div.menu li.menu1 a {
	width: 60px;
}

div.menu li.menu2 a {
	width: 150px;
}

div.menu li.menu3 a {
	width: 100px;
}

div.menu li.menu4 a {
	width: 90px;
}

div.menu li.menu5 a {
	width: 120px;
}

div.menu ul li a {
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, sans-serif;
	font-size: 12px;
	line-height: 28px;
	border: none;
}

div.menu ul li a:hover,
div.menu ul li a:active {
	color: #FFFFFF;
	background-color: #4B9F35;
	border: none;
}

div.menu li.selected a:link,
div.menu li.selected a:visited,
div.menu li.selected a:hover,
div.menu li.selected a:active {
	background-color: #EEEEEE;
	color: #4B9F35;
	font-weight: bold;
}