@charset "utf-8";

/* Login page css by lerk08.  Tableless design */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/* Used by AJAX calls. */
html.busy-cursor,
html.busy-cursor *
{
	cursor: wait !important;
}

body {
	background: url(bg.png) bottom left repeat-x fixed, url(tile.png) top left repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
	color: rgb(255,255,255);
}

a {
	color: rgb(150,150,150);
	text-decoration: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

a:hover {
	color: rgb(255,49,44);
	text-decoration: none;
}

.hidden {
	display: none;
}

#header {
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: rgb(255,255,255);
}

#header div {
	padding: 2px 0px;
}

.notification_error
{
	color: rgb(255,49,44);
}

#maincontent {
	position: relative;
	top: 50px;
	width: 512px;
	height: 240px;
	margin: 0 auto;
	font-size: 1.3em;
	text-align: center;
}

#navigation {
	width: 100%;
	text-align: center;
	display: none;
}

#navigation ul li {
	display: inline-block;
	margin: 5px 10px;
}

#content {
	position: relative;
	width: 100%;
	margin-top: 5px;
}

#welcomel {
	text-align: center;
}

#loginform,
#loginfields ul,
#recoverform,
#codeform,
#regform {
	width: 100%;
}

#loginform,
#recoverfields,
#codefields,
#regfields {
	text-align: left;
}

#recoverfields,
#codefields {
	width: 100%;
	margin-top: 15px;
}

#regfields {
	width: 100%;
	margin-top: 5px;
}

#loginfields ul:last-child
#recoverfields ul:last-child
#codefields ul:last-child,
#regfields ul:last-child {
	margin-top: 8px;
}

#loginfields ul li,
#recoverfields ul li,
#codefields ul li,
#regfields ul li {
	display: inline-block;
	margin: 4px 0;
}

.formlabel {
	width: 110px;
	text-align: right;
}

.note {
	text-align: center;
	font-size: .8em;
}

.email {
	width: 100%;
	text-align: center;
	padding-left: 17px;
}

.password {
	display: inline;
}

.password .formlabel {
	width: 100px;
}

.password .formlabelsmall {
	width: 80px;
}

.password li {
	display: inline;
	text-align: right;
}

.password input {
	width: 80px;
}

.terms {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: .8em;
}

.terms input {
	margin-left: 4px;
	vertical-align: middle;
}

#regform .button {
	width: 100%;
	text-align: center;
}

input {
	background: rgb(34,34,34);
	padding: 3px;
	font-size: 1.2em;
	color: rgb(204,204,204);
	border: solid thin rgb(48,48,48);
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

input:hover,
input:focus {
	background: rgb(50,50,50);
	border: solid thin rgb(75,75,75);
}

.inputtext {
	width: 200px;
	max-width: 200px;
	padding-left: 5px;
}

input[type="checkbox"] {
	background: none;
	padding: 0;
}

.button {
	text-align: right;
	width: 95px;
}

#recoverform .button,
#codeform .button {
	width: 324px;
}

#lost {
	margin-top: 20px;
}

#disabled p,
#disabled form {
	margin-top: 5px;
}

#recoverform p,
span.warning {
	padding-bottom: 15px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 20px;
	padding: 5px 0 0 5px;
	font-size: 1.1em;
}

/* Errors */
.alert {
	background: rgba(0,0,0,.7);
	padding: 5px;
	border: solid thin rgba(255,255,255,.4);
}

#incorrect
{
	text-align: center;
	font-size: 1.2em;
	border: solid thin rgb(255,49,44);
	padding: 2px;
	margin-bottom: 10px;
}

.warning,
.info {
	color: rgb(255,49,44);
}

#loginfail p {
	margin-bottom: 5px;
	text-align: center;
	font-size: .85em;
}

body.body_wide #maincontent
{
	position: relative;
	width: 715px;
	margin: 25px auto 0 auto;
	font-size: 1.3em;
	text-align: center;
	top: 0;
	height: auto;
}

body.body_wide div.alert
{
	background: rgba(0,0,0,.7);
	padding: 8px;
	border: solid thin rgba(255,255,255,.4);
	text-align: left;
}

body.body_wide div.alert a
{
	color: rgb(252,251,255);
	font-weight: bold;
}

body.body_wide div.alert a:hover
{
	color: rgb(255,49,44);
}

body.body_nowidth #maincontent
{
	width: auto;
}

li
{
	margin: 5px 15px;
}

span.size1
{
	font-size: 0.75em;
}

span.size2
{
	font-size: 1em;
}

span.size3
{
	font-size: 1.25em;
}

span.size4
{
	font-size: 1.5em;
}

#rules_questionnaire_ol
{
	padding: 8px 8px 0px 8px;
}

#rules_questionnaire_ol li
{
	padding-bottom: 8px;
	font-size: 1.25em;
}

#flexible_clapboard_top
{
	background: url(overlay2.png) no-repeat 0 0 scroll;
	height: 172px;
}

#flexible_clapboard_middle
{
	background: url(overlay2_tile.png) repeat-y 0px 0px scroll;
	width: 512px;
}

#flexible_clapboard_middle_content
{
	padding: 10px 50px 0px 50px;
	min-height: 215px;
}

#flexible_clapboard_bottom
{
	background: url(overlay2.png) no-repeat 0px -397px scroll;
	height: 50px;
	padding-bottom: 125px;
}

#tfa-title,
#tfa-title-backup
{
	text-align: center;
	margin: 10px 0;
}
