html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: arial;
	font-size:0.9em;
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	color: #000000;
	line-height: 1.2em;
}

hr {
	color:white;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#949393;
}

h1 {
	font-size:1.5em;
	color:gray;
	font-weight:bold;
}

h1.greybox {
	font-size:1.2em;
	color: white;
}

h2 {
	font-size: 1.2em;
}

p {
	font-family: arial;
}

div.outer_document {
	width:850px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.inner_document {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	background:#FFFFFF;
}

div#header{
	padding: 0px;
	background: #FFFFFF;
	text-align:left;
}

div#logo {
	float:left;
	margin-left:12px;
	margin-top:7px;
}

div.contentholder {
	width: 840px;
	margin-top: 0px;
	padding: 0px;
	background:#FFFFFF;
	text-align:left;
}

div#content {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}

div#breadcrumb {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:0.9em;
	border-bottom: dashed gray 1px;
	padding-bottom:5px;
}

div#fancymenu {
	display: none;
}

div#mygalone {
	display: none;
}

.stripTransmitter {
	display: none;
}

div.half_page {
	width:390px;
}

div.left_box {
	float:left;
}

div.right_box {
	float:right;
}

div.light_box {
	background: #242323;
	padding: 15px;
}

div.light_box p {
	color: white;
}

div.third_page {
	width: 240px;
	padding-right: 20px;
}

div.quarter_page {
	width: 240px;
}

div.three_quarter_page {
	width: 540px;
}

div.whole_page {
	width: 100%;
}

/*
div.textarea {
	position: relative;
	width: 820px;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	bottom: 15px;
	background:#000000;
}

div.lefttext {
	position: relative;
	width:400px;
	float: left;
}

div.rightbox {
	position: absolute;
	top: 10px;
	left: 410px;
	width:400px;
	padding-right:10px;
	background: #e7e5e5;
	border-top:1px gray dashed;
}

div.rightwriting {
	top: 0px;
	width:380px;
	padding:10px;
	text-align: left;
}
*/

a{	
	color : #fc4a10;
}

a:hover {
	color: #fba082;
}

#footer {
	width:840px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:10px;
	text-align:right;
	color: #CCCCCC;
	background-color: #333333;
}

#footer a {
	color:#e5e5e5;
}

#footer a:hover {
	color:#ffffff;
	background-color: #333333;
}

img {
	border: 0px;
}

div.bottommenu p {
	color: #bababa;
	font-size:0.8em;
	margin: 0px;
}

div.bottommenu a {
	color: #fc4a10;
	font-size:0.9em;
}

div.bottommenu a:hover {
	color: #fba082;
	font-size:0.9em;
}

div.clear_left {
	clear:left;
}

.error {
	font-weight:bold;
	color:#990000;
}

/* Form elements */

/* General styles */

/* Form styles */
div.form-container { margin: 10px; padding: 5px; background-color: #000; border: #EEE 0px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: black; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #333;
	background-color: #999999;
}
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #990000; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #990000; }
div.form-container input.error { border-color: #990000; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #fff; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

/*
form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, select, textarea
{
}

select {
	background-color: #c0c0c0;
	background: #c0c0c0;
}

input
{
	padding: 2px;
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
}

textarea
{
	padding: 2px;
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	font-size: 1em;
}

textarea.transparent
{
	width: auto;
	border: 1px solid transparent;
	background-color: transparent;
}

input:focus, select:focus, textarea:focus
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

input.button, 
input.checkbox, 
input.radio
{
	border: 0px;
	background-color: #FFFFFF;
	width: auto;
}

input.image
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input.verification
{
	width: 100px;
}

input.half_width, textarea.half_width
{
	width: 50%;
}

input.default_width, textarea.default_width
{
	width: auto;
}

input.readonly, textarea.readonly
{
	color: #999999;
	border: 1px solid #FFFFFF;
}

input.button
{
	margin: 0px;
	padding: 2px;
	background-color: #FF7F00;
	background-image: url(../media/background_button.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-right-color: #D16800;
	border-bottom-color: #D16800;
	border-left-color: #FFD0A0;
	border-top-color: #FFD0A0;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
*/