body {
	color: #fff;
	background: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a, a:hover {
	color: #ad9943;
	text-decoration:none;
}

a img {
	border:none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h1, h2, h3, h4 {
	margin: .1em 0 .2em;
	color:#fff;
}

hr {
	clear: both;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border: solid #DDD;
	border-width: 1px 0 0;
	margin: 20px 0;
	border-bottom: 1px solid white;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.8);
}
.right {
	float:right;
	text-align:right;
}

.left {
	float:left;
	text-align:left;
}

.small {
	font-size: 13px;
}

.clear {
	clear:both;
	text-align:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.center {
	text-align: center;
}

.block {
	clear:both;
	display:block;
	padding:5px;
}

.hidden {
	display:none;
}

.container .contents {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
.sidebar {
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}
.white {
	background: #fff;
}
.content {
	overflow:auto;
	padding:0;
	width: 450px;
	font-size: 15px;
	margin-top: 60px;
	text-align: center;
}
.footer {
	border-top: 15px solid #2e2c28;
	padding-top: 10px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	width: 960px;
	margin: 0 auto;
}
.nav-spacer {
	height:60px;
	background:#4e4e4e url(../img/pattern.png);
	position:relative;
}

.nav-spacer div {
	background:url(../img/arrow_down_blue.png) no-repeat bottom;
	position:absolute;
	bottom:-25px;
	height:35px;
	width:100px;
	left:461px;
}

div.form,div.index,div.view {
	padding:0 10px;
}

div.form h2,div.index h2,div.view h2 {
	height:21px;
	color:#777;
	margin-bottom:10px;
	padding:20px 0 10px;
}

div.actions {
	padding:10px;
}

div.actions h3 {
	color:#777;
	margin-bottom:10px;
	padding:0 5px 20px;
}
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:16px 20px;
}

fieldset legend {
	color:#333;
	background:#ededed;
	border:1px solid #ccc;
	font-weight:700;
	padding:2px 10px;
}

fieldset fieldset {
	margin-top:0;
	margin-bottom:20px;
	padding:16px 10px;
}

fieldset fieldset legend {
	font-size:120%;
	font-weight:400;
}

fieldset fieldset div {
	clear:left;
	margin:0 20px;
}

form {
	clear: both;
	margin: 0 auto;
	width: 730px;
	padding: 0;
	display: block;
	overflow: hidden;
}

form div {
	margin-bottom:1em;
	vertical-align:text-top;
}

form .input {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 45px;
}
form .input label {
	text-align: right;
	padding-right: 15px;
}
form .inline label {
	width: auto;
	padding-left:140px;
	font-style: italic;
}
form .text input {
	border:1px solid #ad9a4f;
	color:#666;
	padding:5px;
	clear: none;
	float: left;
	width: 500px;
	background: #fff;
}
form .text input[type=checkbox] {
	padding: 0px;
}
form .inline input {
	float: right;
} 
form .checkbox{
	width: 500px;
}
form .checkbox input {
	float: left;
	width: auto;
	margin: 3px;
}
form .checkbox label {
	float: left;
	width: 98px;
	padding: 0 3px;
	text-align: left;
}
form .select {
	clear: both;
}
form .select select {
	float: left;
	clear: none;
	width: 180px;
	color:#666;
}

form .text input:disabled, form .text textarea:disabled, form .text select:disabled {
	background-color: #EBEBE4;
}

form .required {
	font-weight:700;
}

form .required label:after {
	color:#e32;
	content:'*';
	display:inline;
}

form div.submit {
	border:0;
	clear:both;
	margin:10px 0 0 220px;
}

label {
	display:block;
	margin-bottom:3px;
	float: left;
	padding: 8px 4px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	width: 200px;
}

input,textarea {
	clear:both;
	font-family:"frutiger linotype", "lucida grande", verdana, sans-serif;
	width:auto;
	padding:1%;
	background: #000;
	color: #666;
}
textarea {
	height: 400px;
	width: 98%;
}
select {
	clear:both;
	vertical-align:text-bottom;
	padding: 5px;
}

option {
	padding:0 3px;
}

input[type=checkbox] {
	clear:left;
	float:left;
	width:auto;
	margin:0 6px 7px 2px;
}

input[type=radio] {
	float:left;
	width:auto;
	margin:0 3px 7px 0;
}

div.radio label {
	margin:0 0 6px 20px;
}

input[type=submit], .button {
	display:inline;
	width:auto;
}

form .submit input[type=submit], form .submit, .button {
	background:#462c00;
	color:#fff;
	border:1px solid #333;
	padding: 3px 10px 7px;
}

form .submit input[type=submit]:hover, .button:hover {
	text-decoration: none;
}
#flashMessage {
	clear:both;
	color:#333;
	font-weight:700;
	text-shadow:1px 1px 1px #fff;
	overflow:auto;
	margin:0 0 1em;
	padding:8px 10px 5px 35px;
	text-align: left;
}

div.error-message {
	clear:both;
	background:url(../img/icons/icon_error.gif) no-repeat 0 3px;
	padding:3px 12px 7px;
	color:#ff0000;
	font-size: 11px;
}

p.error {
	background-color:#e32;
	color:#fff;
	font-family:Courier, monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:.8em;
}

p.error em {
	color:#000;
	font-weight:400;
	line-height:140%;
}

.notice {
	background:#fc0;
	color:#000;
	display:block;
	font-family:Courier, monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:.8em;
}

.info {
	background: #D5EDF8;
	color: #205791;
	border-color: #92CAE4;
	display:block;
	font-family:Courier, monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:.8em;
}

div.message {
	border:1px dotted #900;
	background:#f8dedd url(../images/icon_error.png) no-repeat 10px 8px;
}

div.info {
	border:1px dotted #92CAE4;
	background:#D5EDF8 url(../img/icons/icon_info.png) no-repeat 10px 8px;
}

div.success {
	border:1px dotted #8EA534;
	background:#CBDA8F url(../images/icon_success.png) no-repeat 10px 8px;
}

form .input .form-error {
	background:#FCF0EF url(../img/bg_fade_red_sml.png) repeat-x;
	border:1px solid #C00;
	color:#C00;
	margin-right:5px;
}

div.actions li {
	list-style-type:none;
	white-space:nowrap;
	display:inline;
	margin:0 0 .5em;
	padding:0;
}

div.actions ul li a {
	font-weight:400;
	display:inline-block;
	clear:both;
}

div.actions ul li a:hover,input[type=submit]:hover,div.actions ul li a:hover,td.actions a:hover {
	text-decoration:underline;
}
table tr.highlight td {
	background: yellow;
	color: red;
}
.copyright {
	clear: both;
	text-align: right;
	background: #666;
	padding: 10px;
	color: #fff;
	font-size: 90%;
}
.copyright a {
	color: #fff;
}
.box {
	background: #f2e1cc;
	border-radius: 6px;
	padding: 17px;
}
.link {
	font-size: 20px;
	font-weight: bold;
}
