﻿html {
	font-family: Verdana,Arial,sans-serif;
	background-color: #C6DFF9;
	font-size: 0.8em;
}

body {
	cursor: default;
}

legend {
	color: #357ed3;	
}

a {
  color: #357ED3;
}

fieldset {
	border: solid 2px #357ed3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;	
}

form {
	margin: 0;
	padding: 0;	
}

table {
	width: 100%;	
}

th {
	font-weight: bold;
	text-align: center;
	background-color:	#82B9F0;
	color: #fff;
	font-size: 1.1em;
	padding: 6px 0px 6px 0px;
}

.code-box {
	white-space: pre;
	font-family: Consolas, Courier New, Monospace;
	font-size: 11pt;
	color: #000;
	background-color: #EAF3FD;
	border: solid 2px #357ed3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;	
}

.footnote {
	margin: 5px 0 5px 0;
	font-size: 0.7em;
	color: #333;
	background-color: #EAF3FD;
	border: solid 2px #357ed3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px;	

}

.page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
}

.google-leaderboard {
	text-align:center;
	margin: 15px 0 15px 0;	
}

#login_search_header {
	clear:both;	
	height: 34px;
	margin: 2px 0px 15px 0px;
}

#title {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.8em;
	font-weight: bold;
	position: absolute;	
	margin: -18px 10px 5px 0px;
	height: 48px;
	padding: 4px 2px 0px 50px;
	color: #000;
}

#main {
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	
	border: solid 2px #357ed3;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	clear: both;
}

#logindisplay {
	font-size: 1em;	
	font-weight: bold;
	color: #222;
}

#logindisplay a {
	color: #222;
	text-decoration: none;
}

#logindisplay a:hover {
	text-decoration: underline;
	color: #444;	
}

#logindisplay .profile-image {
	border: none 0;	
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.site-search {
	float:right;	
}

#footer {
	color: #9c9c9c;
	font-size: 0.8em;
	text-align: center;	
	height: 75px;
	margin: -2px 0 0 0;
}

#footer .copyright {
	background-color:Transparent;
	padding: 20px;
}

#footer .footer-right,
#footer .footer-left {
	background-color:#fff;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: solid 2px #357ed3;
	border-top-width: 0px;
	min-width: 250px;
	min-height: 50px;
}

#footer .footer-left {
	float: left;
	border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
}

#footer .footer-right {
	float:right;	
	border-bottom-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomleft: 50px;
}

.text-box {
	border: solid 2px #357ed3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 2px;
}

.clear {
	clear: both;
}

.error {
	color: Red;
}

.no-hide-message,
.status-message,
.message {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	border: solid 2px #357ed3;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px 20px 0px;
	
}

.qrcode-left, .qrcode-right {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	border: solid 2px #357ed3;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	
	
	/*background: #fff url(../images/gallery/h300.png) repeat-x;
	background-position: left bottom;*/
	
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px 20px 0px;
	float:left;
	clear: left;
}

.qrcode-right {
	float:right;	
	clear:right;
}


.hidden {
	display:none;	
}
