body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	background-color: #DDD;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

/* GENERAL STYLES
--------------------------------------------------------------------*/
a, a:visited {
	color: #0e85ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #0e85ff;
	color: #fff;
}

h1 {
	margin: 12px 42px 0 42px;
}

a img {
	border: 0;
}

label {
	font-weight: bold;
	display: block;
	margin: 15px 0 0 0;
}

ul {
	margin: 10px 0;
}

li {
	margin: 0 0 10px 30px;
}


/* HEADER
--------------------------------------------------------------------*/
#header {
	background: #00476e url(../images/header_bg.gif) repeat-x top left;
	padding: 12px;
	color: #FFF;
}

#header .title {
	background: url(../images/logo.png) no-repeat top left;
	padding: 6px 0 0 58px;	
}

#header h1 {
	margin: 0;
	font-size: 32px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	font-weight: normal;
	font-size: 13px;
	margin: 0;
}

#header .links {
	color: #6699AA;
	float: right;	
}

#header .links a {
	color: #ffdd3e;
}

#main {
	background: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;	
	padding: 16px 32px 32px 32px;
	margin: 0 15px;
	min-width: 500px;
}

#main h1 {
	margin: 12px 0 16px 0;
}

#footer {
	color: #AAA;
	text-align: center;
	padding: 8px 16px;
	font-size: 12px;
}	

.title {
	font-size: 24px;
}

.dataTable {
	width: 100%;
	clear: both;
	empty-cells: show;
	border: 1px solid #CCC;
}
.dataTable th {
     background-color: #555;
     color: #FFF;
     padding: 3px 9px;
     vertical-align: top;
     text-align: left;
}
.dataTable td {
     text-align: left;
     vertical-align: top; 
     border-bottom: 1px #EEE solid;
     padding: 3px 9px;
}
tr.highlight {
     background-color: #ffff80;
     cursor: pointer;
}

.dataTable th a, .dataTable th a:visited  { color: #FFF; }
.dataTable th a:hover { color: #EFCB73; }

.leftTable {
	border: 2px solid #FEE19F;
	background-color: #FDF9EE;
	padding: 8px;
}
.leftTable td, .leftTable th {
	text-align: left;
	vertical-align: top;
	padding: 6px 4px;
	font-size: 12px;
}

.leftTable th {
	text-align: right;
}

.leftTable td .dataTable th {
	text-align: left;
}

.leftTable td .dataTable td {
	background-color: #FFF;
}

.emailUpdate {
	font-size: 11px;
	margin: 4px 0 0 0;
}

/* OTHER CLASSES
--------------------------------------------------------------------*/
.feature {
	border-top: 1px solid #ffe704;
	border-bottom: 1px solid #ffe704;
	padding: 24px 16px;
	background-color: #fffdec;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 32px;
}

.buttons {
	margin: 12px 0;
	color: #888;
	font-size: 11px;
	clear: both;
}

.buttons a {
	font-size: 12px;
}

.inline {
	display: inline;
}

.inline form {
	display: inline;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.large {
	font-size: 14px;
}

.med {
	font-size: 11px;
}

.big {
	font-size: 15px;
	line-height: 1.5em;
}

.new {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #090;
	padding: 1px 3px;
	margin: 0 0 0 4px;
}

.optional {
	color: #AAA;
	font-size: 11px;
}

.required-text {
	color: #c00;
	font-weight: normal;
}

#flash {
	background: #090;
	color: #fff;
	margin: 8px 0 18px 0;
	padding: 4px 10px;	
}

#flash.error {
	background: #900;
}

#flash a {
	color: #ff0;	
}

#flash a:hover {
	color: #ff0;	
	background: transparent;
	text-decoration: underline;
}


/* HOME
--------------------------------------------------------------------*/
#home {
	width: 650px;
	margin: 0 auto;
}

.file {
	margin: 10px 0 0 0;
}


/* FORM
--------------------------------------------------------------------*/
.form_tip {
	font-size: 11px;
	color: #555;
	margin: 0 0 5px 0;
}

.form-submit {
	border-top: 2px solid #FEE19F;
	border-bottom: 2px solid #FEE19F;	
	background-color: #FDF9EE;
	padding: 0 15px;
	margin: 15px 0;
}

.form-section {
	padding: 5px 0 15px 15px;
	background: #FDFDFD;
	margin: 15px 0 10px;
	border: 1px solid #EEE;
}



/* ERRORS
--------------------------------------*/
.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

.validation-advice {
	width: 300px;
	padding: 5px;
	color: #fff;
	background-color: #900;	
}


/* FAQS
--------------------------------------------------------------------*/
.question, .answer {
	width: 700px;
}

.question {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 2px 0;
}

.answer {
	color: #333;
}

/* CLEARFIX HACK
--------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
