@import "http://fonts.googleapis.com/css?family=Open+Sans:700,600,400";

body {
	background-image: url("../graphics/head-interior.png");
	background-repeat: repeat-x;
	background-color: #161616;
	background-position: 0 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}
body, html {
	height: 100%;
}
input, select, textarea, span, li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #00FFFF;
}

.clear-left, .first-in-row {
	clear: left;
}

button {
	border: 1px solid #AAAAAA;
	color: #191919;
	border-radius: 2px;
	padding: 5px 10px;
	background-color: #878787;
	cursor: pointer;
}
button:focus, button:hover {
	box-shadow: 0 0 2px rgba(255, 99, 0, 1);
	border: 1px solid rgba(255, 99, 0, 0.5);
}
div.wrapper {
	/*background-color: #222222;*/
	/*background-color: rgba(255, 255, 255, 0.05);*/
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	width: 1000px;
}

.footer {
	background-color: #131313;
	border-width: 0;
	/*border-radius: 3px;*/
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	height: 110px;
	width: 1000px;
	margin: auto;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #DBDBDB;
	/*background-image: url("../graphics/logouri5.png");*/
	background-repeat: no-repeat;
}
.push {
	height: 120px;
}

div.header {
	position: relative;
	top: 0;
	left: 0;
	height: 150px;
	width: 1000px;
	background-image: url("../graphics/background_header.png");
	/*background-color: rgba(0, 255, 0, 0.1);*/
	background-repeat: no-repeat;
	/*border: 1px solid green;*/
}
div.navigation {
	position: relative;
	left: 150px;
	width: 850px;
	height: 30px;
	top: 120px;
	/*background-color: rgba(19, 19, 19, 0.1);*/
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	border-radius: 2px;
}
div.navigation > ul > li {
	list-style: none;
	list-style-type: none;
	position: relative;
	display: inline-block;
	float: left;
	/*border-right: 1px solid rgba(68, 6, 6, 1);*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div.navigation > ul > li:hover {
	/*background-color: rgba(19, 19, 19, 0.3);*/
}
div.navigation li a {
	text-decoration: none;
	color: #DBDBDB;
	/*font-weight: bold;*/
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	white-space: nowrap;
	/*border-left: 1px solid rgba(255, 255, 255, 0.05);*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div.navigation li a:hover {
	color: #00FFFF;
	/*text-shadow:  0 1px 1px rgba(255, 255, 255, 1);*/
}
div.navigation ul li ul {
	display: none;
	opacity: 0;
	position: absolute;
	left: -5px;
	background-color: #131313;
	background-color: rgba(19, 19, 19, 1);
	min-width: 100px;
	max-width: 300px;
	padding: 3px 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 1000;
}

div.navigation > ul > li:hover ul {
	display: block;
	opacity: 1;
}
div.navigation ul li ul li {
	display: block;
	background-color: transparent;
	position: static;
	height: 0;
	line-height: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div.navigation > ul > li:hover ul li {
	height: 25px;
	line-height: 25px;
}

div.navigation ul li ul li a {
	background-color: transparent;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
}

div.navigation ul li ul li a:hover {
	color: #00FFFF;
}
div.navigation ul {
	padding: 0;
	margin: 0;
}

#organizers a {
	display: inline-block;
	float: left;
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#organizers a img {
	border-width: 0;
}

#organizers {
	margin: 5px;
}

#organizers a:hover {
	opacity: 1;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	bottom: 50px;
	width: 1000px;
	background-color: rgba(255, 255, 255, 0.01);
}
.home td {
	font-size: 13px;
	color: #DBDBDB;
	padding: 10px;
}

section {
	margin: 20px 0 10px 0;
}
section h1 {
	color: #AAAAAA;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

article {
	margin: 0;
}

article img {
	/*box-shadow: 0 0 -5px -5px rgba(110, 110, 110, 0.9);*/
	margin: 0 10px 0 0;
}
article table  {
	width: 100%;
}

article table th {
	text-align: left;
	color: #AAAAAA;
	vertical-align: top;
}
article table th h2 {
	font-size: 16px;
	font-weight: 600;
}

article table td {
	color: #AAAAAA;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	vertical-align: top;
}

article.presentation {
	margin-bottom: 15px;
	border: 1px solid rgba(110, 110, 110, 0.1);
	padding: 10px 10px 10px 30px;
}
article.presentation img {
	/*box-shadow: 2px 1px 4px 2px rgba(110, 110, 110, 0.9);*/
	margin: 0 30px 0 0;	
}

article.presentation table {
	 
}

article.presentation th {
	height: 30px;
}

article.presentation table th h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

table.grid {
	border-collapse: separate;
	border-spacing: 1px;
	border-radius: 2px;
	/*border: 1px solid #AAAAAA;*/

}

table.grid th {
	background-color: #222222;
	background-color: rgba(255, 255, 255, 0.1);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

table.grid td {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-align: center !important;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	text-align: justify;
}

table.grid tr td:first-child {
	text-align: left !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	border-radius: 2px 0 0 2px;
	border-width: 1px 0 1px 1px;
}

table.grid tr:hover td {
	color: #00FFFF;
	border-color: #00FFFF;
	border-color: rgba(0, 255, 255, 0.5);
}

table.grid tr td:last-child {
	border-radius: 0 2px 2px 0;
	border-width: 1px 1px 1px 0;
}

table.list {
	margin-bottom: 20px;
}

div.soon, div.message-error  {
	border: 1px solid rgba(255, 83, 0, 0.5);
	background-color: rgba(255, 83, 0, 0.2);
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 2px;
	color: #AAAAAA;
	margin-bottom: 10px;
}
div.message-success {
	border: 1px solid rgba(0, 255, 255, 0.5);
	background-color: rgba(0, 255, 255, 0.2);
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 2px;
	color: #AAAAAA;
	margin-bottom: 10px;
}

/* forms */
div.form-container {
	width: 960px;
	text-align: center;
	display: inline-block;
	/*border: 1px solid rgba(110, 110, 110, 0.5);*/
	padding: 20px;
	border-radius: 2px;
}
div.form-container table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(110, 110, 110, 0.5);
	width: 700px;
	border-collapse: separate;
	border-radius: 2px;
	border-spacing: 10px;
}

div.form-container select, input[type=text], input[type=date], input[type=tel], textarea {
	border: 1px solid #AAAAAA;
	border: 1px solid rgba(110, 110, 110, 0.5);
	border-radius: 2px;
	color: #AAAAAA !important;
	padding: 5px;
	font-size: 13px;
	min-width: 345px;
	min-height: 35px;
	background-color: #1E1E1E;
	background-color: rgba(110, 110, 110, 0.1);
	
}
div.form-container select:focus, div.form-container input[type=text]:focus, input[type=date]:focus,div.form-container textarea:focus {
	box-shadow: 0 0 2px rgba(0, 255, 255, 1);
	border: 1px solid rgba(0, 255, 255, 0.5);
	color: #00FFFF !important;
}

div.form-container select option {
	color: #AAAAAA;
	background-color: #1E1E1E;
	padding: 0 10px;
	font-size: 13px;
}
div.form-container label {
	padding: 5px;
	font-size: 13px;
	display: inline-block;
}

div.form-container h3.subtitle {
	padding: 7px 10px;
	font-size: 15px;
	font-weight: 700;
	border: 1px solid rgba(110, 110, 110, 0.5);
	border-radius: 2px;
}

div.form-container label.required:after {
	content: " *";
	color: #FF6300;
}

div.form-container td {
	vertical-align: middle;
}

div.form-container th {
	vertical-align: middle;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

div.form-container td.field {
	border: 1px solid rgba(110, 110, 110, 0.5);
	border-radius: 2px;
	background-color: #1E1E1E;
	background-color: rgba(110, 110, 110, 0.1);
	font-weight: 600;
	color: #00FFFF;
	padding: 5px 10px;
}
div.form-container td.buttons {
	text-align: right;
	padding: 10px 5px 0 0;
}

div.form-container label.error {
	color: #FF6600;
}

/*expandables */
a.expand {
	cursor: pointer;
}
div.expandable {
	display: none;
}
div.abstract {
	background-color: #FFFFFF;
	color: #161616;
	padding: 10px;
	margin-top: 10px;
}
#side-menu {
	/*border: 1px solid rgba(110, 110, 110, 0.2);*/
	border-radius: 2px 2px 2px 2px;
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	right: 20px;
	top: 165px;
	/*width: 30px;*/
	z-index: 1000;	
}
#side-menu .menus {
	background-color: #0E3535;
	float: left;
	width: 250px;
	margin: 2px 0 2px 2px;
	display: none;
	border-radius: 2px;
	padding: 3px;
	
}
#side-menu ul {
	list-style: none;
	margin: 5px 10px 5px 10px;
	padding: 0;
}

#side-menu ul li {
	width: 240px;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: rgba(110, 110, 110, 0.2);
	margin: 2px 0;
	padding-left: 5px;
	
}
#side-menu ul li:hover {
	border-color: #00FFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#side-menu ul li:hover a {
	color: #00FFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
#side-menu ul li a {
	list-style: none;
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
}

#side-menu a.button {
	float: right;
	margin: 3px;
	width: 28px;
	height: 28px;
	background-image: url("../graphics/link.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0E3535;
	border: 1px solid rgba(110, 110, 110, 0.2);
	border-radius: 2px;
	cursor: pointer;
	empty-cells: show;
	display: table-cell;
}
 article.award {
 	float: left;
	width: 446px;
	min-height: 315px;
 }
 
article.first-in-row {
	margin-right: 10px;
	
}

article.last-in-row {
	margin-left: 10px;
}
article.one-half {
	float: left;
	width: 49.99%;
}


article.last-in-row:after {
	clear: left;
}
div.announce {
	border: 1px solid rgba(0, 255, 255, 0.5);
	background-color: rgba(0, 255, 255, 0.2);
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 2px;
	color: #AAAAAA;
	margin-bottom: 10px;
}