 /*********************************************
 *     (C) 2009 Julien Bonnier, virtu-oz      *
 *            j.bonnier@gmail.com             *
 *          http://www.virtu-oz.com           *
 *********************************************/

 /* Begin Typography & Colors */
 body {
	background-color: #dbdbdb;
	font-size: 8pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

 html {
	height: 100%;
	}
	
 #header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	border: 0px;
	border-spacing: 0px;
	background-color: #636363;
	}
	
 #footer {
	height: 25px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	border: 0px;
	border-spacing: 0px;
	background-color: #636363;
	color: #fff;
	vertical-align: bottom;
	}
	
 #overall, .overall {
	width: 960px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	border-spacing: 0px; 
	background-color: #fff;
	}
 
 #page {
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	padding: 0px 15px 0px 15px;
	background-color: transparent;
	position: relative;
	top: 0px;
	}
 
 #ajax_loading {
	position: absolute;
	z-index: 1;
	border: 0px;
	visibility: hidden;
	background-color: #fff;
	width: 150px;
	height: 30px;
	display: none;
	}
 
 #info_box {
	width: 98%;
	text-align: left;
	/*border: 1px solid #c1c1c1;*/
	padding: 4px;
	margin: 0px;
	background-color: #f00;
	}
	
 .error_box {
	width: 90%;
	text-align: left;
	/*border: 1px solid #c1c1c1;*/
	padding: 4px;
	margin: 7px;
	border: 1px solid #f00;
	background-color: #fdd;
	}
 .no_box {
	display: none;
	visibility: hidden;
	}
	
 td.dark {
	width: 100%;
	white-space: nowrap;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	background-color: #636363;
	color: #fff;
	border: 0px;
	padding: 0px 7px 0px 7px;
	}
	
 label {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	}

 table {
	background-color: transparent;
	border: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	}

 h1 {
	font-size: 15pt;
	text-align: left;
	padding: 0px;
	font-weight: bolder;
	}
	
 h2 {
	font-size: 12pt;
	text-align: left;
	padding: 0px;
	}

 input, select {
	font-size: 8pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
	}
	
 input.file {
	font-size: 8pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	}
	
 input#submit, input.submit {
	font-size: 8pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	width: auto;
	}
	
 input.radio {
 	background-color: transparent;
	padding: 0px;
	border: 0px;
	color: #000;
	width: 15px;
	}
	
 input.login {
	width: 150px;
 }
	
 .align_right {
	text-align: right;
	}
	
 .align_left {
	text-align: left;
	}
 
 img.header {
	border: 0px;
	}
	
 a.head, a.head:link, a.head:visited, a.head:active, a.head:hover {
	color: #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	}

 .mini, a.mini, a.mini:link, a.mini:visited, a.mini:active {
	color: #000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	}
 a.mini:hover {
	text-decoration: underline;
	}
 div.contest_conditions {
	padding: 5px;
	margin: 0px;
	width: 712px;
	max-height: 300px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	}
 div.contest_content {
	padding: 5px;
	margin: 0px;
	width: 712px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	}
 table.contest {
	vertical-align: top;
	border: 1px solid #BBB;
	width: 98%;
	}
 th.contest {
	background-color: #efefef;
	border-bottom: 1px solid #BBB;
	font-size: 11pt;
	text-align: left;
	padding: 5px;
	}
 td.contest {
	padding: 0px;
	}
 td.contest_footer {
	text-align: left;
	background-color: #efefef;
	border-top: 1px solid #BBB;
	padding: 5px;
	}
	
 td.right_menu {
	width: 180px;
	border-left: 1px solid #737373;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	}
	
 a, a:link, a:visited, a:active {
	color: #00f;
	text-decoration: none;
	}
 a:hover {
	text-decoration: underline;
	}
	
 div.hr {
	height: 1px;
	width: 100%;
	background-color: #333;
	}
 div.hr hr {
	display: none;
	}