/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #62271F;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #203333;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #1C2D2D;
}

.odd11 td.t11 {
	background: #1C2D2D;
}

.odd11 td.t01 {
	background: #203333;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
		}

		.formcontainer p.title span.error {
			color: #AB311A;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #394848;
		border-left: 1px solid #394848;
		border-bottom: 1px solid #949C9C;
		border-right: 1px solid #949C9C;
		background: #626E6B;
		width: 60%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #394848;
		border-left: 1px solid #394848;
		border-bottom: 1px solid #949C9C;
		border-right: 1px solid #949C9C;
		background: #626E6B;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			background: #AB311A;
			border: 1px solid #AB311A;
			color: #D6CBA0;
			width: 100px;
			font-weight: bold;
			font-size: 100%;
			padding-bottom: 2px;
		}



#content h2 {
	font-size: 12px;
	color: #f4edd3;
	margin-bottom: 5px;
}

