﻿
body {
	background:#fff;
	font:12px/1.35 Arial,Helvetica,sans-serif; 
	color:#000;
	margin:0;
	padding:0;
}

#container   
{
    width: 705px;
    padding: 15px;
}

input, select 
{
    padding: 3px;
}

a, a:visited  
{
    color: #9A290E;
	text-decoration:none;	
}

a:hover 
{
    color: #9A290E;
	text-decoration:underline;
}

.tdHeader 
{
    font-size: 24px;
    color: #9B290F;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.tdRequired 
{
    color: Red;
    font-size: 11px;
    padding-bottom: 15px;
}

.tdFields 
{
    font-weight:bold;
    padding-bottom: 1px;
    padding-left: 1px;
}

.tdChange 
{
    padding-right: 58px;
    color: #5A5A5C;
}

.tdFields label 
{
    font-weight: normal;
}

.tdInput 
{
    padding-bottom: 13px;
}

.tdPrefHeader 
{
    color: #9B290F;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#topContent, #midContent 
{
    background-color: #F0F0F0;
    padding: 15px;
    margin-left: 5px;
}

#topOptions, #midOptions, #botOptions, #midContent, #botContent 
{
    margin-top: 25px;
    margin-left: 5px;
}

#topOptions label, #midOptions label, #botOptions label
{
    margin-left: 2px;
}

#content 
{
    margin-left: 8px;
}

#botContent td
{
    padding-bottom: 25px;
}

.btnSubmit 
{
    background: #9A290E;
    border: 1px solid #AB3015;
    padding: 5px;
    display: block;
    color: White;
    text-transform: uppercase;
}

a.button
{
    background: #9A290E;
    border: 1px solid #AB3015;
    padding: 5px;
    text-align: center;
    display: block;
    color: white;
    margin: 25px 0 0;
    width: 70px;
    text-transform: uppercase;
    text-decoration: none;
}

a.button:hover 
{
    text-decoration: underline;
}

.inline-error {
	background:#f6f6f6 url('/images/exclamation.png') 3px center no-repeat;
	border:1px solid #ddd;	
	color:#C22;
	font-size:10px;
	line-height:18px;
	margin:4px 8px 0 8px;
	padding:3px 8px 4px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
		
.inline-error {
	margin-left:8px;
}

div.InlineErrorMessage {
	background:#900;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-100px;
	left:-100px;
	width:120px;
}