/***** GENERAL STYLES *****/

body {
	margin: 0;
	padding: 10px;
	background : #eee;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

p { margin-top: 20px; }

a { text-decoration: none; }
a:link, a:visited { color: #A71602; }
a:hover, a:focus { color: #FFA200; }

input {
	border: 1px solid #A71602;
	background: #eee;
	font-size: 1em;
	padding-left: 5px;
}

input[type=checkbox] {
	border: 0;
	background: transparent;
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus { border-color: #FFA200; }

input[type=checkbox]:hover { cursor: pointer; }

input[type=submit]:hover {
	color: #FFA200;
	border-color: #FFA200;
	cursor: pointer;
}




/***** HEADER STYLES *****/

#header {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#header h1 {
	margin: 0;
	height: 116px;
	font-size: 2em;
}

#header h1 a {
	display: block;
	height: 76px;
	padding: 33px 0 0 75px;
	background: #fff url(img/logo.png) no-repeat bottom left;
	border: 1px solid #A71602;
}

#header h1 a:hover {
	background: #fff url(img/logo-a.png) no-repeat bottom left;
	border: 1px solid #FFA200;
}

#header span {
	display: block;
	margin: 5px;
	font-size: 12px;
	font-style: italic;
}




/***** CONTENT STYLES *****/

#content {
	width: 500px;
	margin: 0 auto 0 auto;
	border: 1px solid #A71602;
	background : white;
}

#content > div {
	margin-bottom: 20px;
	text-align: center;
}

#error {
	display: none;
	margin-top: 20px;
	color: red;
	font-weight: bold;
}

#loading {
	display: none;
	width: 75%;
	height: 50px;
	margin: 20px auto 20px auto;
	border: 1px solid #A71602;
	background : #eee;
}

#loading h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 12px;
}

#loading > div {
	width: 350px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A71602;
	background : white;
}

#progress {
	width: 0;
	height: 10px;
	margin-right: auto;
	background: #A71602;
}

#links {
	display: none;
	width: 75%;
	height: 25px;
	margin: 20px auto 0 auto !important;
	text-align: left !important;
}

#links a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #A71602;
	background : #eee;
	font-weight: bold;
}

#results {
	display: none;
	width: 75%;
	margin: 0 auto 20px auto !important;
	padding: 5px;
	border: 1px solid #A71602;
	background : #eee;
}

#results div {
	overflow: auto;
	height: 150px;
	text-align: left !important;
}

#results a { color: black; }
