﻿html, body { margin: 0px; padding: 0px; }

body
{
	background-repeat: repeat-x;
	background-color: #f6f6f1;/*#f0f0ce;/**/
	font-family: Tahoma;
	font-size: small;
	color: white;
}

h1 { font-size: medium; }
h3 { font-size: small; font-weight: bold; }

#LoginBox
{
	background-color: #bdd7ef;/*e4e39a;/*dcdb68;/*d3d6d7;/*327ebe;/**/
	border: solid 1px #006699;/*004477;/*003399;/**/
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 260px;
	color: Black;
}

#Upper
{
	height: 154px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;

}

#Lower
{
	width: 600px;
	margin: 30px auto;
}

#Logos
{
	width: 600px;
	margin: 0px auto;
}

#EditorList img
{
	display: block;
	padding: 5px;
	margin-right: 5px;
	background-color: white;
	border: solid 1px black;
	float: left;
	
	width: 80px;
	height: 120px;
}


.Left
{
	float: left;
}

.Right
{
	float: right;
	padding-top: 60px;
}


.Content
{
	/*background-color: #a4a301;
	border: solid 1px #76530e;
	padding: 10px;*/
	clear: both;
	color: Black;
}

#Footer
{
	text-align: center;
	font-size: x-small;
	color: black;
}

.TextBox
{
	width: 250px;
	border: solid 1px black;	
}

.SubmitButton
{
	text-align: center;
}

.SubmitButton input
{
	background-color: #FFFFFF;
	border: solid 1px black;
}