/* HTML TAG OVERRIDES */
body {
	background-color: #5a5141;
	background-image: url(/assets/images/page-background.png);
	background-repeat: repeat-x;
	color: #282116;
	font-size: 12px;
}
h1 {
	color: #282116;
	font-size: 28px;
	text-align: center;
}
input[type='text'], select, textarea {
	margin-bottom: 5px;
	width: 100%;
}
input[type='button'], input[type='submit'], button, a.button:link {
	background-color: #282116;
	background-image: url(/assets/images/button-background.png);
	border: 0px;
	color: #bcb8b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}
input[type='button']:hover, input[type='submit']:hover, button:hover, a.button:hover {
	color: #dec295;
}
table {
	border: 1px solid #282116;
}
th {
	background-color: #282116;
	color: #cabea6;
	font-weight: bold;
	padding-left: 0.3em;
	text-align: left;
}
td {
	background-color: #aea499;
	padding-left: 0.3em;
	text-align: center;
}
td.alt-column {
	background-color: #bbb3aa;
}
/*--------------------*/

/* LINKS */
a:link, a:visited {
	color: #282116;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#menu-container .menu-item a {
	color: #dec295;
}
#menu-container .menu-item a:hover {
	color: #bcb8b3;
}
#footer-container a {
	color: #bebab5;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#top-container {
	margin-bottom: 20px;
}
#menu-container .menu-item {
	color: #dec295;
	float: left;
	font-size: 12px;
	margin-right: 36px;
}
#layout-container {
	background-image: url(/assets/images/middle-shadow.png);
	background-repeat: repeat-y;
}
#footer-container {
	color: #bebab5;
	font-size: 10px;
}
/*-----------------------*/

/* CUSTOM DEFINITIONS */
div.side-background {
	background-image: url(/assets/images/side-background.jpg);
	background-repeat: repeat-y;
}
div.wide-background {
	background-image: url(/assets/images/wide-background.jpg);
	background-repeat: repeat-y;
}
div.seperator {
	background-image: url(/assets/images/seperator.png);
	background-position: center;
	background-repeat: no-repeat;
}
div.error-field-message {
	background-color: #5a5141;
	border-color: #282116;
	color: #fff;
}
/*--------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active #menu-container .menu-item {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha_container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

