/*
------------------------------------------------------------------------------
Universal Styles
------------------------------------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}
body {
	background-color: #644628;
	color: #3c2814;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dt, dd, th, td, address {
	color: #3c2814;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dt, dd, address {
	margin-bottom: 10px;
}
p {
	line-height: 1.2em;
}
ul {
	padding-left: 12px;
}
ul ul {
	margin-bottom: 0;
	margin-top: 5px;
}
li {
	margin-bottom: 5px;
	line-height: 1em;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 10px;
}
a {
	color: #a04623;
	outline: none;
}
img {
	border: none;
}
hr {
	display: none;
	border: none;
	border-bottom: solid 1px #000;
	background-color: transparent;
	margin-bottom: 10px;
}

/* Table */

table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
}
td {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

/* Form */

fieldset {
	border: none;
}
label {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}
label.inline {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
}
input, textarea, select {
	color: #3c2814;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
input.text {
	width: 150px;
}
input.text-short {
	width: 50px;
}
input.text-long {
	width: 250px;
}
input.text-auto {
	width: auto !important;
}
input.text, textarea {
	padding: 3px;
	border: none;
	border-bottom: solid 1px #e9d9bf;
	background-color: #fff;
	background-image: url(/images/main/input-bkgd.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.submit {
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	border: none;
	background-color: transparent;
	background-image: url(/images/main/submit-button.gif);
	background-repeat: repeat-x;
	background-position: center left;
	color: #f2e8c4;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.radio, input.checkbox {
	vertical-align: middle;
}
form br {
	display: none;
}
form span.optional {
	color: #8f7b61;
	font-weight: normal;
}
form p.submit {
	padding-top: 20px;
}

/*
------------------------------------------------------------------------------
Library Styles
------------------------------------------------------------------------------
*/

span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Messages */

div.noresult,
div.warning,
div.message,
div.error {
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 1px;
	background-image: url(/images/main/message-bkgd.jpg);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.noresult p,
div.warning p,
div.message p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
p.error label {
	padding-left: 20px;
	background-image: url(/images/main/icon-alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Pager */

p.pager {
	padding: 10px;
	background-image: url(/images/main/pager-bkgd.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p.pager a {
	color: #3c2814;
	text-decoration: none;
}
p.pager a,
p.pager span {
	padding: 2px 7px;
	font-weight: 14px;
}
p.pager a,
p.pager a:visited,
p.pager span.previous,
p.pager span.next {
	border-bottom: solid 1px #d4c099;
	background-image: url(/images/main/pager-link.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p.pager span.previous,
p.pager span.next {
	color: #a0825a;
}
p.pager span.active {
	background-color: #3c2814;
	color: #eee1c6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
p.pager span.break {
}

/* Content Box */

div.content-box {
	background-image: url(/images/main/content-box-center.jpg);
	background-repeat: repeat-y;
}
div.content-box-top {
	background-image: url(/images/main/content-box-top.jpg);
	background-repeat: no-repeat;
}
div.content-box-bottom {
	min-height: 200px;
	_height: 200px;/* IE min-height hack */
	background-image: url(/images/main/content-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
