@charset "UTF-8";
/* CSS Document */
/*
	darkblue  #0D161F
	lightblue #DBEDFF
*/

body {
	background: #0D161F;
	color: #DBEDFF;
	overflow: hidden;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #DBEDFF;
}

div {
	margin: 0;
	padding: 0;
}

div#lang {
	text-align: right	;
}

div#circleLayer {
	position: fixed;
	top: 50%;
	left: 0;
	width : 100%;
	text-align: center;
	vertical-align: middle;
}

div#circle {
	width : 561px;
	margin: -280px auto;
}

div#panelsLayer {
	position: absolute;
	bottom: 0;
	left: 0;	
	min-height: 40px;
	width : 100%;
}

div.pane {
	float: left;
	width: 33%;
	height: 320px;
}

div.pane h2,
div.pane div
{
	margin: 4% 6% 0% 6%;
}

div.pane h2 {
	height: 10%;
}

div.pane div.text {
	height: 50%;
}

div.infos {
	font-size: 1.3em;
	line-height: 130%;
}

div.pane div.links {
	height: 20%;
}

div.links a {
	display: block;
	padding : 3px 0px 3px 20px;
	height : 16px;
	background: url(../images/arrow_right.png) no-repeat scroll 0 0;	
}

div#photos {
	height: 500px;
	overflow: scroll;	
}

div.photo_info {
	height: 250px;
	float : left;
	clear : none;
	margin: 0px 8px 8px 0px;
	padding : 2px;
}

div.photo_unchecked {
	background-color: #74346b;
}

div.photo_rejected {
	background-color: #780a00;
}

div.photo_accepted {
	background-color: #00685d;
}

h1 {
	font: 18px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 0px 0px 0px 16px;
	display: block;
}

h2 {
	font: 22px/22px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: block;
}

div {
	font: 11px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: justify;
}

label {
	font: 12px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
}

label.break {
	display: block;
}

input
{
	font: 11px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
	border: 1px solid #DBEDFF;
	background: none;
	color: #DBEDFF;
}

input.wide {
	width: 98%;
}

input.submit {
	border: 0px;
	font: 18px/22px Verdana, "Lucida Grande", Lucida, sans-serif;
}

