/*  Body
		Liquid layout, centered.
*/

body {
	background: url(Images/bluefade.png) repeat-x;
	font-family: "Tahoma";
	margin: 0 auto;
	width: 60%;
}

/*	Error */

.error {
	color: #f00;
	font-weight: bold;
}

/*  Page Heading
		Using standard image replacement.
*/

#page_heading {
	color:  #5780ec;
	font-family: "Tahoma";
	padding-top: 15px;
	width: 255px;
	height: 75px;
	position: relative;
	z-index: -1;
}

#page_heading span {
	background: url(Images/theoddman.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*	Page Navigation
		A horizontal list that floats over the heading.
*/

#page_navigation {
	height: 50px;
	margin: -30px 0 0;
	padding: 0 30px;;
}

#page_navigation dt {
	float: left;
	margin: 0;
	padding-right: 1em;
	list-style: none;
}

#page_navigation dd {
	display: none;
}

/*	Page Interaction
		Floated to the top right of the page.
*/

#page_interaction {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0px;
}

#page_interaction fieldset {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

#page_interaction legend {
	display: none;
}

#page_interaction input {
	display: block;
}

#page_interaction input[type="text"], #page_interaction input[type="password"] {
	width: 150px;
}

#page_interaction a {
	color: #ccf;
}

/*	Breadcrumbs
		Make a horizontal list with arrows.
*/

.breadcrumbs {
	height: 1em;
	padding: 0;
}

.breadcrumbs li {
	font-size: 0.8em;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
		Some basic styles to clean up default rendering.
*/

h1, h2, h3, h4, h5, h6 {
	color: #5780ec;
	font-weight: normal;
}

a {
	color: #5780ec;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*
dd {
	display: inline;
}*/

dt {
/*	display: inline;*/
	font-weight: bold;
}

img {
	border: none;
}

p {
	color: #000;
}

table {
	font-size: 0.8em;
	table-layout: fixed;
	width: 100%;
}

th {
	border-bottom: 1px solid;
	text-align: left;
}

td {
	border-left: 1px solid;
}

/*	Forms
		Some rules for styling form elements.
*/

html fieldset {
	position: relative;
}

html legend {
	position: absolute;
	top: -0.75em;
	left: 0.5em;
}

fieldset {
	background: #eaeaea;
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 1em;
}

legend {
	color: #5780ec;
	font-weight: bold;
}

label {
	display: block;
}

input[type="text"], input[type="password"] {
	width: 100%;
}

input[type="radio"], input[type="checkbox"], input[type="submit"] {
	width: auto;
}

input[type="radio"] {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background: #ccf;
}

input[type="text"], input[type="password"], textarea {
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #999;
	border-right: 1px solid #ccc;
	border-top: 2px solid #999;
}

textarea {
	width: 100%;
}