@charset "UTF-8";
@import "nav.css";
@import "sponsors.css";

/*--------------------------------------------------*/
/* DEFAULT
/*--------------------------------------------------*/

body {
	color: #999;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#template {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

a {
	color: #000;
}

a:hover {
	color: #dfd9cf;
}

a.button {
	background: #6a6351;
	border: 1px solid #000;
	color: #b9b1a4;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	padding: 4px 10px;
	text-decoration: none;
}

a.button:hover {
	background: #2e3639;
	color: #fff;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

#errorDiv,
#pageErrorDiv {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 15px 15px 15px;
	text-align: center;
}

/*--------------------------------------------------*/
/* HEADER
/*--------------------------------------------------*/

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 165px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	display: block;
	height: 103px;
	margin: 0px;
	padding: 0px;
	width: 380px;
}

#header h1 a span {
	display: none;
}

/*--------------------------------------------------*/
/* CONTENT
/*--------------------------------------------------*/

#content {
	background: url(../img/bg3.jpg) repeat-y;
	border-bottom: 2px solid #6a6351;
	border-top: 2px solid #6a6351;
	color: #000;
	float: left;
	margin: 13px 0px 0px 52px;
	padding: 0px;
	width: 905px;
}

/*--------------------------------------------------*/
/* CONTENT 1
/*--------------------------------------------------*/

#content1 {
	border-top: 1px solid #000;
	float: left;
	margin: 0px 0px 0px 19px;
	padding: 7px 7px 30px 7px;
	width: 450px;
}

#content1 h2 {
	background: url(../img/content_title_bg.png) repeat-x;
	border: 1px solid #000;
	color: #b9b1a4;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 12px 0px;
	padding: 2px 7px 4px 7px;
}

#content1 h2 a {
	color: #b9b1a4;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: -2px -7px -4px -7px;
	padding: 2px 7px 4px 7px;
	text-decoration: none;
	width: 434px;
}

#content1 h2:hover a {
	background: url(../img/content_title_bg_alt.png) repeat-x;
	color: #FFF;
}

#content1 h2 em {
	font-style: normal;
}

#content h3 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 18px 8px 0px 8px;
}

#content1 h3.author {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -12px 0px 0px 0px;
	padding: 7px 8px;
}

#content1 p {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 6px 8px 12px 8px;
	text-align: justify;
}

#content1 p.hero {
	margin-bottom: 50px;
}

#content1 ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#content1 ul {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: square;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

#content1 dl {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px 0px 0px 8px;
}

#content1 dt {
	font-size: 16px;
	font-weight: bold;
}

#content1 dd {
	margin: 0px 8px 16px 30px;
}

#content1 a.more {
	color: #000;
	background: #6a6351;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 6px 1px 6px;
	text-decoration: none;
}

#content1 a.more:hover {
	color: #FFF;
}

#content1 img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#content1 img.hero {
	border: 1px solid #000;
	margin: 0px 0px -4px 0px;
}

#content1 blockquote.caption {
	background: #6a6351;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	font-size: 10px;
	margin: -3px 0px 0px 0px;
	padding: 4px 7px 4px 7px;
}

#content1 hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #000;
	margin: 15px 7px 5px 7px;
	padding: 0px;
}

#content1 hr.noPhoto {
	margin: 0px 7px 5px 7px;
}

#content1 .utility {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	margin: 0px 0px 50px 7px;
	padding: 0px;
}

#content1 .utility li {
	background: url(../img/utility_separator.png) no-repeat 4px 3px;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#content1 .utility li.first {
	background: none;
	padding: 0px;
}

/*--------------------------------------------------*/
/* CONTENT 2
/*--------------------------------------------------*/

#content2 {
	border-top: 1px solid #000;
	margin: 0px 0px 0px 503px;
	padding: 7px 7px 30px 7px;
	width: 175px;
}

#content2 a {
	color: #cac5bc;
}

#content2 a:hover {
	text-decoration: none;
}

#content2 h2 {
	background: url(../img/sidebar_title_bg.png) repeat-x;
	border: 1px solid #000;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 12px 0px;
	padding: 0px 5px 2px 5px;
}

#content2 h3 {
	color: #cac5bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 11px 7px;
	padding: 0px;
}

#content2 p {
	color: #cac5bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 11px 7px;
	padding: 0px;
}

#content2 ol {
	color: #cac5bc;
	margin: 0px 0px 11px 25px;
	padding: 0px;
}

#content2 ul {
	color: #cac5bc;
	list-style-type: square;
	margin: 0px 0px 11px 20px;
	padding: 0px;
}

#content2 ul li,
#content2 ol li {
	margin: 0px;
	padding: 0 0 7px 0;
}

/* FOLLOW BUTTONS */

#content2 ul.followButtons {
	list-style-type: none;
	float: none;
	height: 51px;
	margin: 0;
	padding: 0 0 0 18px;
}

#content2 ul.followButtons li {
	float: left;
	height: 36px;
	margin: 0;
	padding: 0 15px 0 0;
	width: 36px;
}

#content2 ul.followButtons li a {
	display: block;
	height: 36px;
	width: 36px;
}

#content2 ul.followButtons a span {
	display: none;
}

/*--------------------------------------------------*/
/* CONTENT 3
/*--------------------------------------------------*/

#content3 {
	border-top: 1px solid #000;
	height: 600px;
	margin: 0px 0px 0px 712px;
	padding: 8px;
	position: absolute;
	top: 139px;
	width: 160px;
}

/*--------------------------------------------------*/
/* FOOTER
/*--------------------------------------------------*/

#footer {
	background: url(../img/footer_bg.png) no-repeat;
	color: #2e3639;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0px 0px 10px;
	padding: 3px 10px 30px 10px;
	width: 927px;
}

/*--------------------------------------------------*/
/* COMMENTS
/*--------------------------------------------------*/
ol#commentsList {
	color: #cac5bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

ol#commentsList ol {
	margin-top: 20px;
	list-style-type: lower-alpha;
}

#commentsList li {
	border: 1px solid #000;
	line-height: 11px;
	margin-bottom: 20px;
	position: relative;
}

/* INITIALIZE BLOCKS */
#commentsList li span.commentUser,
#commentsList li span.commentDate,
#commentsList li span.commentText {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#commentsList li span.commentUserAdmin {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#commentsList li.parent {
	background: #d7cebf url(../img/skully_50.png) no-repeat;
}

#commentsList li.parent.good {
	background: #f4f3d3 url(../img/skully_50.png) no-repeat;
}

#commentsList li.parent.bad {
	background: #1c1b18 url(../img/skully_50.png) no-repeat;
}

#commentsList li.child {
	background: #958f83 url(../img/skully_35.png) no-repeat;
	color: #6a6351;
	margin-right: 7px;
}

#commentsList li.child.good {
	background: #f4f3d3 url(../img/skully_35.png) no-repeat;
}

#commentsList li.child.bad {
	background: #1c1b18 url(../img/skully_35.png) no-repeat;
}

/* PHOTO */
#commentsList li span.commentPhoto {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: none;
}

#commentsList li.parent span.commentPhoto {
	background: url(../img/skully_50.png) no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	display: none;
}

#commentsList li.child span.commentPhoto {
	background: url(../img/skully_35.png) no-repeat;
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	display: none;
}

/* USER */
#commentsList li span.commentUser {
	color: #cac5bc;
	background: #6a6351;
	border-bottom: 1px solid #000;
	display: block;
	font-size: 14px;
}

#commentsList li span.commentUser a,
#commentsList li span.commentUserAdmin a {
	color: #cac5bc;
	text-decoration: none;
}

#commentsList li span.commentUser a:hover,
#commentsList li span.commentUserAdmin a:hover {
	color: #000;
}

#commentsList li.parent span.commentUser {
	background: #6a6351 url(../img/skully_50.png) no-repeat;
	height: 31px;
	padding: 18px 0px 0px 60px;
}

#commentsList li.child span.commentUser {
	background: #6a6351 url(../img/skully_35.png) no-repeat;
	height: 24px;
	padding: 10px 0px 0px 45px;
}

#commentsList li span.commentUserAdmin {
	color: #cac5bc;
	background: #2e3639;
	border-bottom: 1px solid #000;
	display: block;
}

#commentsList li.parent span.commentUserAdmin {
	background: #2e3639 url(../img/skully_50.png) no-repeat;
	height: 31px;
	padding: 18px 0px 0px 60px;
}

#commentsList li.child span.commentUserAdmin {
	background: #2e3639 url(../img/skully_35.png) no-repeat;
	height: 24px;
	padding: 10px 0px 0px 45px;
}

#commentsList li span.commentDate {
	background: #8a8168 url(../img/comment_utility_bg.png) bottom repeat-x;
	display: block;
	font-size: 10px;
	padding: 4px 67px 4px 0px;
	text-align: right;
}

/* DATE */
#commentsList li.child span.commentDate {
	padding-right: 59px;
}

/* FULL COMMENT TEXT */
#commentsList li span.commentText {
	display: block;
	line-height: normal;
	padding: 0px;
	margin: 10px;
	overflow: hidden;
}

#commentsList li span.commentText.disabled {
	text-decoration: line-through;
}

/* REPLY BUTTON */
#commentsList li span.commentText a.reply {
	background: #6a6351;
	border: 1px solid #000;
	color: #b9b1a4;
	display: block;
	font-weight: bold;
	margin: 10px 0px 0px 340px;
	padding: 4px 7px;
	text-decoration: none;
	width: auto;
}

#commentsList li span.commentText a.reply:hover {
	background: #2e3639;
	color: #FFF;
}

/* TOGGLE BUTTON */
#commentsList li span.toggle {
	background: url(../img/utility.png) no-repeat;
	display: block;
	height: 14px;
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 14px;
}

#commentsList li span.toggle:hover {
	background: url(../img/utility.png) 0px -14px no-repeat;
}

#commentsList li.parent span.toggle {
	right: 14px;
	top: 18px;
}

#commentsList li.child span.toggle {
	right: 7px;
	top: 12px;
}

/* REPORT */
#commentsList li span.report {
	background: url(../img/utility.png) 0px -266px no-repeat;
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}

#commentsList li.parent span.report {
	right: 14px;
	top: 52px;
}

#commentsList li.child span.report {
	right: 7px;
	top: 37px;
}

/*
#commentsList li span.report a {
	background: url(../img/utility.png) 0px -266px no-repeat;
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}

#commentsList li span.report a:hover {
	background: url(../img/utility.png) 0px -224px no-repeat;
}

#commentsList li.parent span.report a {
	right: 14px;
	top: 52px;
}

#commentsList li.child span.report a {
	right: 7px;
	top: 37px;
}
*/

/* VOTE DOWN */
#commentsList li span.voteDown a {
	background: url(../img/utility.png) 0px -280px no-repeat;
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}

#commentsList li span.voteDown a:hover {
	background: url(../img/utility.png) 0px -238px no-repeat;
}

#commentsList li.parent span.voteDown a {
	right: 30px;
	top: 52px;
}

#commentsList li.child span.voteDown a {
	right: 23px;
	top: 37px;
}

/* VOTE UP */
#commentsList li span.voteUp a {
	background: url(../img/utility.png) 0px -294px no-repeat;
	display: block;
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}

#commentsList li span.voteUp a:hover {
	background: url(../img/utility.png) 0px -252px no-repeat;
}

#commentsList li.parent span.voteUp a {
	right: 46px;
	top: 52px;
}

#commentsList li.child span.voteUp a {
	right: 39px;
	top: 37px;
}

/* VOTED */
#commentsList li span.voted {
	background: url(../img/voted.png) no-repeat;
	display: block;
	height: 10px;
	position: absolute;
	width: 10px;
	right: 0;
}

#commentsList li.parent span.voted {
	right: 37px;
	top: 54px;
}

#commentsList li.child span.voted {
	right: 30px;
	top: 39px;
}

/* RATING */
#commentsList li span.rating,
#commentsList li span.rating0,
#commentsList li span.rating0_5,
#commentsList li span.rating1,
#commentsList li span.rating1_5,
#commentsList li span.rating2,
#commentsList li span.rating2_5,
#commentsList li span.rating3,
#commentsList li span.rating3_5,
#commentsList li span.rating4,
#commentsList li span.rating4_5,
#commentsList li span.rating5 {
	background: url(../img/stars.png) no-repeat;
	display: block;
	height: 13px;
	position: absolute;
	left: 0;
	width: 69px;
}

#commentsList li.parent span.rating,
#commentsList li.parent span.rating0,
#commentsList li.parent span.rating0_5,
#commentsList li.parent span.rating1,
#commentsList li.parent span.rating1_5,
#commentsList li.parent span.rating2,
#commentsList li.parent span.rating2_5,
#commentsList li.parent span.rating3,
#commentsList li.parent span.rating3_5,
#commentsList li.parent span.rating4,
#commentsList li.parent span.rating4_5,
#commentsList li.parent span.rating5 {
	left: 7px;
	top: 52px;
}

#commentsList li.child span.rating,
#commentsList li.child span.rating0,
#commentsList li.child span.rating0_5,
#commentsList li.child span.rating1,
#commentsList li.child span.rating1_5,
#commentsList li.child span.rating2,
#commentsList li.child span.rating2_5,
#commentsList li.child span.rating3,
#commentsList li.child span.rating3_5,
#commentsList li.child span.rating4,
#commentsList li.child span.rating4_5,
#commentsList li.child span.rating5 {
	left: 7px;
	top: 37px;
}

#commentsList li span.rating0_5 {
	background: url(../img/stars.png) 0px -13px no-repeat;
}

#commentsList li span.rating1 {
	background: url(../img/stars.png) 0px -26px no-repeat;
}

#commentsList li span.rating1_5 {
	background: url(../img/stars.png) 0px -39px no-repeat;
}

#commentsList li span.rating2 {
	background: url(../img/stars.png) 0px -52px no-repeat;
}

#commentsList li span.rating2_5 {
	background: url(../img/stars.png) 0px -65px no-repeat;
}

#commentsList li span.rating3 {
	background: url(../img/stars.png) 0px -78px no-repeat;
}

#commentsList li span.rating3_5 {
	background: url(../img/stars.png) 0px -91px no-repeat;
}

#commentsList li span.rating4 {
	background: url(../img/stars.png) 0px -104px no-repeat;
}

#commentsList li span.rating4_5 {
	background: url(../img/stars.png) 0px -117px no-repeat;
}

#commentsList li span.rating5 {
	background: url(../img/stars.png) 0px -130px no-repeat;
}

/*--------------------------------------------------*/
/* PAGINATION
/*--------------------------------------------------*/
#paginationBlock ol {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

#paginationBlock ol li {
	list-style-type: none;
	float: left;
}

#paginationBlock ol li a {
	background: #6a6351;
	border: 1px solid #000;
	color: #b9b1a4;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 12px 12px 0px;
	padding: 5px 0px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

#paginationBlock ol li a:hover,
#paginationBlock ol li a.on {
	background: #2e3639;
	color: #FFF;
}

/*--------------------------------------------------*/
/* INDICATORS
/*--------------------------------------------------*/

/* CHAOS */
.chaos {
	background: url(../img/chaos.png) no-repeat;
	padding: 0 40px 0 0;
	height: 13px;
}

h2 .chaos {
	background-position: center;
	margin: 0 8px 0 0;
}

/* NEW */
.new {
	background: url(../img/new.png) no-repeat;
	display: block;
	height: 23px;
	margin: -2px 0 0 -26px;
	position: absolute;
	width: 22px;
}

ul .new {
	margin: -2px 0 0 -22px;
}

h2 .new {
	margin: -14px 0 0 -16px;
}

/* FOLLOW BUTTONS */

.rss {
	background: url(../img/rss.png) no-repeat;
	display: block;
	height: 36px;
	width: 36px;
}

.rss:hover {
	background-position: 0 -36px;
}

.facebook {
	background: url(../img/facebook.png) no-repeat;
	height: 36px;
	width: 36px;
}

.facebook:hover {
	background-position: 0 -36px;
}

.twitter {
	background: url(../img/twitter.png) no-repeat;
	height: 36px;
	width: 36px;
}

.twitter:hover {
	background-position: 0 -36px;
}

/*--------------------------------------------------*/
/* ACTION BUTTONS
/*--------------------------------------------------*/

.buttonUp {
	background: url(../img/up.png) no-repeat;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
}

.buttonUp:hover {
	background: url(../img/up_hover.png) no-repeat;
}

.buttonUp span {
	display: none;
}

.buttonDown {
	background: url(../img/down.png) no-repeat;
	display: block;
	float: right;
	height: 12px;
	width: 12px;
}

.buttonDown:hover {
	background: url(../img/down_hover.png) no-repeat;
}

.buttonDown span {
	display: none;
}

.buttonEnabled {
	background: url(../img/enabled.png) no-repeat;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
}

.buttonEnabled:hover {
	background: url(../img/enabled_hover.png) no-repeat;
}

.buttonEnabled span {
	display: none;
}

.buttonDisabled {
	background: url(../img/disabled.png) no-repeat;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
}

.buttonDisabled:hover {
	background: url(../img/disabled_hover.png) no-repeat;
}

.buttonDisabled span {
	display: none;
}

/*--------------------------------------------------*/
/* TABLES
/*--------------------------------------------------*/

table,
table tr,
table td {
	border: 0px;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table td,
table th {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 3px 5px;
}

table td.last {
	border-right: 1px solid #000;
}

table tr.last td {
	border-bottom: 1px solid #000;
}

table tr.tableHead {
	background: #6a6351;
}

table tr.tableHead th {
	text-align: left;
}

table tr.tableHead td,
table tr.tableHead th {
	background: #6a6351;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 11px;
}

table.sortable th {
	cursor: pointer;
}

table.sortable th:hover {
	background: #2e3639;
	color: #fff;
}

table.sortable th.sorttable_nosort:hover {
	background: #6a6351;
}

table.sortable th.sorttable_nosort {
	cursor: default;
}

table.sortable th {
	color: #000;
	text-decoration: underline;
}

table.sortable th.sorttable_nosort {
	color: #000;
	text-decoration: none;
}

table.sortable tr:hover {
	background: #8f866e;
}

table.sortable td.status {
	padding: 6px 0px 0px 18px;
	text-align: center;
	width: 27px;
}

table.sortable th.last {
	width: 67px;
}

/*--------------------------------------------------*/
/* FORMS
/*--------------------------------------------------*/

#errorDiv {
	color: #a00f00;
}

fieldset {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

fieldset legend {
	display: none;
}

#form1 {
	margin: 0px;
	padding-bottom: 0px;
}

#form1 label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin: 0px 7px 0px 0px;
	font-weight: bold;
}

#form1 label.note {
	width: auto;
	text-align: left;
	margin: 0px;
	float: none;
	font-size: 9px;
	font-weight: normal;
}

#form1 label.checkbox {
	float: none;
	width: auto;
	margin: 0px 0px -10px 0px;
	text-align: left;
	display: block;
	padding-top: 2px;
}

#form1 label.required {
	font-weight: bold;
}

#form1 label.invalid {
	color: #a00f00;
}

#form1 label.valid {
	color: #000;
}

#form1 input.withLabel {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#form1 input[type="text"],
#form1 input[type="password"],
#form1 textarea {
	width: 300px;
}

#form1 textarea {
	height: 300px;
}

#form1 input[type="text"],
#form1 input[type="password"],
#form1 input[type="file"],
#form1 textarea,
#form1 select {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #aaa;
	border: 1px solid #000;
	background: #222;
	margin-bottom: 6px;
	padding-left: 3px;
}

#form1 select optgroup,
#form1 select optgroup option {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999;
}

#form1 input[type="submit"],
#form1 input[type="button"] {
	background: #6a6351;
	border: 1px solid #000;
	color: #b9b1a4;
	font-weight: bold;
	margin-top: 15px;
	padding: 2px 4px;
}

#form1 input[type="submit"]:hover,
#form1 input[type="button"]:hover {
	background: #2e3639;
	color: #fff;
	cursor: pointer;
}

#form1 input[type="button"]#cancel {
	color: #600;
}

/* SEARCH FORM */
#searchForm input[type="text"] {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #cac5bc;
	border: 1px solid #6a6351;
	background: #222;
	margin: 0 5px 15px 7px;
	padding-left: 3px;
	width: 120px;
}

#searchForm input[type="submit"],
#searchForm input[type="button"] {
	background: #6a6351;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
}

#searchForm input[type="submit"]:hover,
#searchForm input[type="button"]:hover {
	background: #2e3639;
	color: #fff;
	cursor: pointer;
}

/* THEME FORM */
#themeForm select {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #cac5bc;
	border: 1px solid #6a6351;
	background: #222;
	margin: 0 5px 15px 7px;
	padding-left: 3px;
	width: 160px;
}