@import url('divs.css');
@import url('classes.css');

body
{
	margin: 0;
	padding: 0;
	background: url('../gfx/body.png');
	color: #000;
}

body, p, div, td, th, table, a
{
	font-family: arial, helvetica, sans;
	font-size: 12px;
}

h1
{
	font-family: arial, helvetica, sans;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	margin: 8px 0 8px 0;
}

h2
{
	font-family: arial, helvetica, sans;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	margin: 8px 0 8px 0;
}

a
{
	color: #a02c02;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #d43a03;
}

form label
{
	width: 95px;
	display: block;
	float: left;
	margin-top: 7px;
	font-weight: bold;
	color: #000000;
}
form p
{
	display: block;
	clear: both;
}

p
{
	margin: 0 0 8px 0;
}




hr
{
	color: #DDE0E1;
	background: #DDE0E1;
	border: 0;
	border-top: 1px solid #DDE0E1;
	display: block;
	clear: both;
	height: 0px;
}

.Text
{
	height: 28px;
	background: url('../gfx/gui_input_text_spanbackground.png') repeat-x;
	display: block;
	float: left;
	margin: 0 0 8px 0;
}

.Text input
{
	height: 22px;
	border: 0;
	margin: 0 1px 0 1px;
	padding: 6px 3px 0 3px;
	background: url('../gfx/gui_input_text_background.png') repeat-x;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.Text input:focus
{
	background: url('../gfx/gui_input_text_background_on.png') repeat-x;
}

.Button
{
	height: 28px;
	display: block;
	float: left;
	background: url('../gfx/gui_input_button_startbackground.png') no-repeat;	
	margin: 0 4px 8px 0;
}
.Button button
{
	height: 28px;
	border: 0;
	color: #003641;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: url('../gfx/gui_input_button_background.png') repeat-x;
	margin: 0 0 0 8px;
	display: block;
	float: left;
}
.Button button:hover
{
	color: #004C5B;
}
.Button .End
{
	height: 28px;
	display: block;
	float: left;
	width: 8px;
	background: url('../gfx/gui_input_button_endbackground.png') no-repeat;	
}

code
{
	display: block;
	padding: 4px;
	background: #fff;
	color: #000;
	border: 1px solid #D8DBDC;
	-moz-border-radius: 4px;
}


