/*
	CSS
*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body, div, p, th, td, li, dd {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small
}

html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
	font-size: small
}

html {
	color: #536482;
	background: #fff;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #536482;
	background: #fff url(images/trials_hd_rider.png) top right no-repeat;
	font-size: 62.5%;	/* This sets the default font size to be equivalent to 10px */
	margin: 10px 15px;
	height: 100%;
}

#container {
	margin 0;
	padding: 3px;
}
#header, #footer {
	margin: 0 auto;
	width: 600px;
	height: 24px;
	background-color: #0080c0;
	font-family: Tahoma,arial,Verdana,Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#footer {
	margin-top: -12px;
	height: 20px;
	font-size: 1.0em;
}
#form-outer {
	margin: 0 auto;
	width: 600px;
}

/* General page styles
----------------------------------------*/
p {
	padding-left: 4px;
	padding-right: 4px;
	font-family: Tahoma,arial,Verdana,Sans-serif;
	font-size: 1.0em;
	color: #000;
}
p.note {
	font-size: 0.9em;
	font-weight: bold;
	color: #900;
}
p.copyright {
	padding-top: 3px;
	font-size: 0.8em;
	color: #444;
	text-align: center;
}
hr {
	margin: 0 auto;
	border: 0;
	height: 1px;
	width: 95%;
	color: #009;
	background-color: #009
}

/* General form styles
----------------------------------------*/
input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	cursor: text;
	vertical-align: middle;
	padding: 2px;
	color: #111111;
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #D5D5C8;
	border-bottom: 1px solid #D5D5C8;
	background-color: #E3DFD8;
}
input.radio {
	cursor: pointer;
}
input:hover {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-right: 1px solid #AFAEAA;
	border-bottom: 1px solid #AFAEAA;
	background-color: #E9E9E2;
}

input:focus {
	border: 1px solid #BC2A4D;
	background-color: #E9E9E2;
	color: #BC2A4D;
}

/* Submit button fieldset or paragraph
---------------------------------------- */
p.submit-buttons {
	text-align: center;
	margin: 0;
	padding: 4px;
	margin-top: 10px;
}

p.submit-buttons input {
	cursor: pointer;
	padding: 3px 2px;
}

/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3,
a.button2, input.button2 {
	width: auto !important;
	padding: 1px 3px 0 3px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 0.85em;
	background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
	cursor: pointer;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

/* Alternative button */
a.button2, input.button2 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 4px 8px;
}

/* Hover states */
a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover {
	border: 1px solid #BC2A4D;
	background: #EFEFEF url("../images/bg_button.gif") repeat bottom;
	color: #BC2A4D;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

