/****************************

Copyright the David Turner

Design CSS

Coded by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*/

form.AutoForm {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	font-size: 62.5%;
	position: relative;
}

form.AutoForm input{
	margin-left: 7.5em;
	margin-bottom: 1em;
	
}
*html form.AutoForm input {
	margin-left: 9em;
}

form.AutoForm label {
	display: block;
	height:auto;
	float: left;
	margin-bottom: 1em;
}

form.AutoForm label sup {
	color: #CC0000;
	display: inline;
}


form.AutoForm fieldset{ width: 100%; }

form.AutoForm br { clear: both;}

form.AutoForm fieldset {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 1em 0px;
	border: none;
	width: 100%;
	border-bottom: 1px solid #51779B;
}

form.AutoForm fieldset legend {
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	position: relative;
	display: block;
	float: left;
	color: #900;
	width: 100%;
}

form.AutoForm fieldset h2 {
	color: #900;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	margin-top: -14px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	float: left;
	width: 100%;
}


* html form.AutoForm fieldset legend {
	margin-left: -8px;
}

form.AutoForm label span{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0.5em 1em .2em 0em;	
	line-height: normal;
	color: #333;
}

form.AutoForm label span b{
	width: 7em;
	float: left;
}

form.AutoForm label span.no-width b{
	width: auto;
	margin-right: 0px;
}

form.AutoForm label span.no-width{
	width: auto;
	margin-right: .20em;
	padding: 0px;
}

form.AutoForm label input{
	display: block;
	float: left;
	margin:0px;
	font-size: 11px;
	padding: 0.5em 0.5em 0.4em .2em;
	text-indent: .3em;
	background: #EAF1F4;
	border: 1px solid #CCCCCC;
}

form.AutoForm table {
	background: #333;
	float: left;
	font-size: 11px;
	margin-bottom: 15px;
}

form.AutoForm table tr td, form.AutoForm table tr th {
	background: #FFF;
}

form.AutoForm table tr td label {
	padding: 0px;
	margin: -9px 0px -7px 0px;
}

form.AutoForm table input {
	margin: 0px;
	width: 100%;
}

form.AutoForm table input.disabled {
	background: #EEE;
	color: #BBB;
	font-style:italic;
}

form.AutoForm div label input {
	width: auto;
}
form.AutoForm select {
	float: left;
	padding: 0.1em;
	font-size: 11px;
	margin-right: 1.2em;
}

* html form.AutoForm select {margin-bottom: 1em;}

form.AutoForm textarea {
	float: left;
	padding: 0.5em;
	font-size: 11px;
	margin-right: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

form.AutoForm label.checkbox {
	margin-bottom: 1em;
	margin-left: 10%;
	width: 90%; 
}
* html form.AutoForm label.checkbox { margin-bottom: .5em; margin-left: 0%;}

form.AutoForm label.checkbox input {
	margin-left: 7.7em;
	margin-right: 1em;
	width: 14px;
	font-size: 1.3em;
	background: none;
	border: none;
	float: left;
	margin-left: -10%;
}
*html form.AutoForm label.checkbox input {
	margin-lefT: 0px;

}
form.AutoForm label.checkbox span {
	padding: 0px;
	padding-top: 0.15em;
}

* html form.AutoForm label.checkbox span {
	padding-top: .5em;
}

form.AutoForm table input, form.AutoForm label input, form.AutoForm select , form.AutoForm textarea{
	background: #EAF1F4;
	border: 1px solid #CCCCCC;
}

form.AutoForm table input:focus, form.AutoForm label input:focus, form.AutoForm select:focus , form.AutoForm textarea:focus {
	background: #FFF;
}

form.AutoForm input.submit {
background-color: transparent;
background-image: url(/images/layout/submitbutton.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #ffffff;
border: none;
float: right;
width: 63px;
height: 20px;
cursor: pointer;
text-indent: -99999999px;
}

form.AutoForm input.submitbg {
background-color: transparent;
background-image: url(/images/layout/buttonbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0px 0px;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 13px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
text-transform: uppercase;
color: #ffffff;
padding: 0px 3px 0px 3px;
border: none;
float: right;
height: auto;
cursor: pointer;
margin-top: 0px;
z-index: 10000;
display: block;
position: absolute;
right: 0px;
bottom: 10px;

}


div.ErrorMessage {
	border: 3px solid #CC3733;
	color: #CC3733;
	margin: 12px 0px 12px 12px;
	padding: .7em .7em .7em .7em;
	background-image: url(/images/icons/hazard_sign.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	
}	
div.ErrorMessage h2, div.ErrorMessage p{
	margin: 0px;
	padding: 0px 0px 0px 50px;
}	

div.ErrorMessage h2{
	margin-bottom: .7em;
}	

div.ErrorMessage p {
	font-size: 1.2em;
}

form.AutoForm span.detail {
	font-size: 13px;
	margin-top: -3px; 
	color: #53799E;
}

form.AutoForm p {
	float: left;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 12px;
}

form.AutoForm h4 { 
	font-size: 13px; font-weight: bold;
	margin: 10px 0 5px;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
}

form.AutoForm div.details {
	display: block;
	float: left;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

form.AutoForm div.details h2 {
	margin: 0;
}

table.AdminTable th, table.AdminTable td { padding: 1px 3px 1px 3px; text-align: left;} 

table.AdminTable th {
	background: #A72829;
	background-image:url(/images/layout/buttonbg.gif);
	color: #FFF;
}

table.AdminTable th a { 
	color: #FFFFFF; 
	width: 100%;
	display: block;
	position: relative;
	background-image:url(/images/layout/TableFilter.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
	}

table.AdminTable th a.Desc {	background-position: right -22px;}
table.AdminTable th a.Asc { 	background-position: right -42px;}

table.AdminTable td {
	background: #EEE;
}

table.AdminTable tr:hover td {
	background: #CCC;
}

table.AdminTable td a img {
	border: none;
	margin-right: 3px;
}

fieldset.team-application-link {
	border: 1px solid #5C83AC !important;
	background: #EEE;
	position: relative;
	display: block;
	font-size: 12px;
	padding: 10px !important;
	width: 391px !important;
	margin-left: 10px;
	margin-bottom: 14px;
	
}

fieldset.team-application-link p {
	margin: 0px;
}

form fieldset.team-application-link input.submitbg {
	float: left;
	margin: 0px;
	margin-right: 13px;
	padding: 0px;
}

label.wide {
	width: 100%;
}

label.wide span, label.wide span b{
	width: 100% !important;
	clear: both;
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
}

label.wide textarea, label.wide input {
	width: 98.5%;
}

label.wide.checkbox input{
	float: left !important;
	margin-right: 10px;
}

label.wide.checkbox {
	font-size: 11px;
}

form.TeamApp fieldset p {
	font-size: 11px;
	padding: 0px;
	margin-bottom: 9px;

}

form.TeamApp fieldset p label {
	padding-right: 10px;
	display: block;
	float: right;
	clear: none;
	font-size: 11px;
}

label.check {
margin-right: 10px;
}

form.AutoForm ul { font-size: 1.4em; line-height: 1.6em;}