/* generic styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #333;
	margin-bottom: 20px;
	background-image: url('../img/header-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

body#front {
	background-color: #F1F5F9;
}

a { 
	color: #369;
	font-weight: bold;
}

a.delete {
	color: #900;
}

h1 {
	font-family: Georgia, serif;
	font-size: 3.0em;
	font-weight: normal;
	margin: 30px 0;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.2em;
	margin-bottom: 5px;
}

img {
	border: 0;
}

label, small {
	display: block;
}

label {
	font-size: 1.1em;
	font-weight: bold;
}

small {
	font-size: 0.85em;
}

.signup table {
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-left: 100px;
}

.signup table th, .signup table td {
	text-align: center;
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px 20px;
}

.signup table td {
	font-family: Georgia, serif;
	font-size: 2.0em;
}

.signup table th {
	font-size: 0.9em;
}

.signup .checkbox label {
	font-weight: normal;
	margin-left: 5px;
	display: inline;
}

.clear-float {
	clear: both;
}

.column {
	float: left;
}

.column-2 {
	width: 50%;
	float: left;
}

.column-3 {
	width: 33%;
	float: left;
}

.dim, .dim * {
	opacity: 0.75;
}

.error-message {
	display: none;
}

.message {
	background-color: #FFF;
	color: #FF743B;
	font-weight: bold;
	border: 1px solid #C0D0D9;
	padding: 5px;
	margin-bottom: 10px;
}

#flashMessage {
	margin-top: 10px;
}

/* header styles */

#header {
	height: 59px;
}

#header #logo {
	margin: 5px 10px 0 0;
	display: block;
	float: left;
}

#header h1 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 18px;
	display: block;
	float: left;
}

.navigation {
	text-align: right;
	margin: 18px 10px 0 10px;
	float: right;
	list-style-type: none;
}

.navigation li {
	margin: 0 10px;
	display: inline;
}

.navigation li a {
	color: #fff;
	font-weight: normal;
}

/* body styles */

#content {
	margin-top: 20px;
}

.input {
	margin-bottom: 20px;
	position: relative;
}

.input input {
	font-size: 1.2em;
	border-width: 1px;
	padding: 2px;
	width: 100%;
}

.checkbox input {
	width: auto;
}

.input div.description {
	background: transparent url('../img/description-side.png') no-repeat top right;
	top: 18px;
	left: -305px;
	width: 300px;
	z-index: 2;
	display: none;
	position: absolute;
}

.input div.description span.highlight {
	color: #f60;
	font-weight: bold;
}

.input small {
	background-color: #FFF;
	border-color: #334;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 10px;
	margin-right: 10px;
	opacity: 0.95;
}

#recaptcha_area {
	margin-bottom: 10px;
}

.submit {
	text-align: center;
}

.bold a {
	font-weight: bold !important;
}

table {
	margin: 0 10%;
}

table.plans {
	border-color: #369;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

table.plans td, table.plans th {
	border-color: #369;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
}