@charset "UTF-8";

body {
	background:#c00 url(../img/themes/main/background.jpg) repeat-x top center;
}

h1 {
	margin:0 0 10px;
}

hr {
	height:1px;
	background:#b73e3a;
}

h2.red-float {
	margin-bottom:2px;
	padding:2px 2px 4px;
	background:#960104;
	border-bottom:1px dotted #b73e3a;
	float:left;
}

#breadcrumb {
	border-bottom:1px solid #b73e3a;
}
#breadcrumb p {
}

#footer {
	background:#000;
	border-top:1px solid #666;
}


p.pages-navigation {
	border-top:1px solid #b73e3a;
	border-bottom:1px solid #b73e3a;
}

p.pages-navigation a {
	background:#6b0002;
	text-decoration:none;
}

p.pages-navigation a:hover {
	background:#960104;
}

p.pages-navigation span {
	color:#b73e3a;
}

div.backgroundcolor {
	background:#960104;
}

p.alert {
	padding:10px;
	background:#6b0002;
	text-align:center;
}

p.done {
	padding:10px;
	color:#6b0002;
	background:#e19794;
	text-align:center;
}


ul.form-layout li.focus {
	background:#6b0002;
}

ul.form-layout li label span {
	color:#e19794;
}

ul.form-layout li input.textbox, 
ul.form-layout li select, 
ul.form-layout li textarea {
	background:#fbffde;
}

ul.form-layout li input.button {
	color:#fff;
	background:#6b0002;
}

ul.form-layout li.focus input.textbox,
ul.form-layout li.focus select,
ul.form-layout li.focus textarea, {
	background:#f39;
	font-weight:bold;
}



a:link, a:active, a:visited {
	color:#fff;
	padding:2px 1px;
	text-decoration:underline;
}

a.button {
	padding:5px;
	background:#6b0002;
	border:1px solid #960104;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a.button:hover {
	background:#960104;
	border-top:2px solid #b73e3a;
	border-bottom:2px solid #b73e3a;
}