/* FORM BODY - CSS Document */

.filterWrapper
{
	margin-right: 25px;
	margin-bottom: 0px;
	padding: 5px;
}

.formWrapper
{
	margin-right: 25px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#formBody fieldset.radio
{
	margin: 0 0 0 -10px;
	border: 0 solid #FFF;
}

#formBody fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#formBody fieldset.radio label
{
	position: relative;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#formBody input
{
	position: relative;
	top: -1.4em;
	left: 11.75em;
	display: block;
	width: 250px;
	margin-bottom: -5px;
}


#formBody label.first
{
	margin-top: 10px;
}

#formBody img
{
	margin: 0px 15px 10px;
}

.formLabel
{
	text-align:right;
}

.formRequired
{
	text-align:center;
	color:#000;
}

.formField
{
	text-align:left;
}

.formField img
{
	margin-left:3px;
}


.textOr
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 50px;
	margin-top: 20px;
	float: left;
	margin-right: 1.25em;
}

#horizontalForm fieldset
{
	display: inline;
	margin: 0;
}

#horizontalForm fieldset.radio
{
	margin: -.75em 0 0;
}

*html #horizontalForm fieldset.radio
{
	margin: 0;
}



#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
	position: static;
}

#horizontalForm input
{
	display: block;
	width: 250px;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 0 0.5em -.25em 0;
}

#horizontalForm label.short input
{
	width: 75px;
	display: block;
	margin-right: 0;
	padding-right: 0;
}

.formSection
{
	margin: 15px;
}

.validationSummary
{
	margin-left:5px;
}

.formSection div
{
	padding: 5px;
}

/* -------- FORM FOOTER / ACTION BUTTONS -------- */

.formFooter
{
	margin-top: 0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	height: 20px;
	margin-left: 0px;
	margin-right: 25px;
	vertical-align:middle;
}

.Button
{
	width: 65px;
	margin-right:10px;
}

.WideButton
{
	width: 105px;
	margin-right:10px;
}

/* Search Form */

.SearchForm
{
	margin-top: 5px;
}

.SearchForm tr td
{
	padding-bottom:2px;
}

.SearchForm input
{
	width: 200px;
}

.SearchForm select
{
	width: 200px;
}

.accordionHeader
{
    color: black;
    background-color: #d2d1d1;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
    margin-top: 0px;
}

.accordionHeaderSelected
{
    color: red;
    background-color: #d2d1d1;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
    margin-top: 0px;
}

.accordionContent
{
    border: 1px black;               
    padding: 0px;
    padding-top: 0px;
}

/* Page elements */
