@charset "UTF-8";

body {
	background-color: #b6b2a9;
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left;
	vertical-align: baseline;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	line-height: 14px;
}

a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #999;
}

h1, h2, h3, h4, h5, h6 {
	color: #c9252c;
}

img {
	border: none;
}

li {
	list-style: decimal outside;
}

#fullpage {
	width: 670px;
	margin: 20px auto;
	background-color: white;
	-webkit-box-shadow: 0 0 5px 4px #666;
	-moz-box-shadow: 0 0 5px 4px #666;
	box-shadow: 0 0 5px 4px #666;
}

.contentBox {
	padding: 10px;
}

.contentBox span {
	line-height: 16px;
}

.basicEntryBlock{
	min-height: 32px;
	margin-top: 15px;
}

.basicLabelinputBlock {
	display: inline-block;
	margin-right: 10px;
}

.basicButtonRed {
	display: inline-block;
	height: 32px;
	line-height: 33px;
	padding: 0 10px;
	color: white;
	font-size: 16px;
	text-decoration: none;
	border: none transparent;
	background: url(../images/buttonBackgrounds.png) repeat-x 0 -0px #C9252C;
	-moz-border-radius: 7px / 5px;
	border-radius: 7px 7px / 5px 5px;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

.basicButtonRed:hover {
	background: url(../images/buttonBackgrounds.png) repeat-x 0 -67px #C9252C;
	color: white;
}

#siteHeader {
	margin: 20px 0 0;
	color: black;
	text-align: left;
}

#siteHeader  a{
	text-decoration: underline;
	font-weight: 900;
}

.fieldsetLeft {
	float: left;
	width: 429px;
}

.fieldsetRight {
	float: right;
	width: 175px;
}

#footerLeft {
	float: left;
	font-size: 11px;
	color: #eee;
}

#footerLeft a {
	color: #eee;
}

#footerRight {
	float: right;
	font-size: 11px;
}

#loaderLayer {
	background: #FFF url('../images/ajax-loader-big.gif') no-repeat center 300px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

#formDifficultyBlock span {
	padding-right: 10px;
}

#formHalfTime {
	font-size: 100%;
}

#formSubmitButton {
	display: inline-block;
	max-width: 171px;
	margin-top: 20px;
	cursor: pointer;
}

#usageStatisticsInfoShow {
	cursor: pointer;
	text-decoration: underline;
	font-size: 10px;
}

#usageStatisticsInfoShow:hover {
	color: #999;
}

#usageStatisticsInfo {
	display: none;
	font-size: 10px;
}



#statisticBox  fieldset{
	font-family: "Lucida Console";
}

#statisticBox  .fieldsetLeft{
	width: 304px;
}

#statisticBox  legend{
	font: 12px Helvetica, Arial, Verdana, sans-serif;
}