/* * * * * * * * * * * * * * * * * * * * *
 * Filename: style.css
 * Author: DooBDee
 * Website: http://www.doobdee.net
 * Copyright © 2006 DooBDee
 * * * * * * * * * * * * * * * * * * * * */

/* Main Settings */
html, body {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFF;
	color: #000000;
}

body, font, input, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, img {
	border: 0;
}

form {
	display: inline;
}

input, select {
	vertical-align: middle;
}

a, a:visited {
	color: #617F9E;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF7E00;
	text-decoration: underline;
}

/* Other Settings */
.details { 
	font-size: 10px; 
}

.highlight {
	color: #FF7E00;
}

/* inputs */
form { 
	display: inline; 
}

input, textarea {
	background-color: #F8F8F8;
	border: solid 1px #888;
	color: #666;
}

input.text, textarea {
	font-size: 12px;
}

input.submit {
	font-weight: bold; 
}

.fieldset { 
	padding: 5px;
}

/* Main Content Items */
#main {
	background-color: #F8F8F8;
	border: solid 1px #A0A0A0;
	border-width: 0 1px 0px 1px;
	margin: 0;
	padding: 0;
}

.logo {
	border-top: 2px solid #FF7E00;
	padding: 0;
	background: #F7F7F7;
}

#fact-line {
	font-size: 11px;
	text-align: center;
	color: #FF7E00;
	padding: 5px;
	border-top: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	background: #F0F0F0;
}

#fact-line a, #fact-line a:visited {
	color: #617F9E;
	text-decoration: none;
}

#fact-line a:hover, #fact-line a:active {
	color: #FF7E00;
	text-decoration: underline;
}

.content {
	padding: 7px 7px 5px 7px;
}

h1 {
	margin: 0;
}

.item {
	width: 160px;
	border: 1px solid #A0A0A0;
	background: #F0F0F0;
	text-align: left;
	padding-bottom: 2px;
}

.item h1 {
	background: #617F9E url(../images/item_fill.gif);
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
}

.item-two {
	width: 100%;
	border: 1px solid #A0A0A0;
	background: #F0F0F0;
	padding-bottom: 2px;
	text-align: left;
}

.item-two h1 {
	background: #617F9E url(../images/item_fill.gif);
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
}

.spacing {
	padding: 5px;
}

/* Copyright */
#copyright {
	font-size: 11px;
	text-align: center;
	color: #666;
	padding: 5px;
	border-top: solid 1px #A0A0A0;
	border-bottom: solid 2px #FF7E00;
	background: #F0F0F0;
}

#copyright a, #copyright a:visited {
	color: #617F9E;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #FF7E00;
	text-decoration: underline;
}
