/* generic styles, defaults and such */
body {
	/*background:transparent;
	margin:0px; 
	padding:0px;
	background-image:url(/images/headerBG.gif);*/
	background-color:#000000;
	background-position:top; 
	background-repeat:repeat-x;
	font-family: sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top:3px;
}

#headerLogo { margin-bottom:0px; }

#mainMenu { 
	background-image:url(/images/mainMenu_BG.gif);
	background-position:top; 
	background-repeat:repeat-x;
	padding:4px;
	padding-bottom:6px;
	margin-top:5px;
	margin-left:-10px;
	margin-right:-10px;
	/*padding-left:10px;*/
}

#mainMenu div { 
	color:#666666;
}

#mainMenu a { 
	font-weight:bold;
	text-decoration:none;
	color:#EBEBEB;;
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
}

#mainMenu a:hover { 
	color:#FFFFFF;;
}


td {
	font-family: sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
}

a {
	color: #FFBF00; /* dark blue */
}

/* table.plain is used to override inheritance */
table, table.plain {
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}

table.pmheaders {
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}

table.pmheaders td {
	margin: 0;
	padding: 3px;
	border: 1px solid red;  /* #cccccc */
}

table td, table.plain td {
	margin: 0;
	padding: 0;
	border: 0;
}

table.profile {
	border-collapse: collapse;
	border: 2px solid green; /* #e0e0e0 */
	empty-cells: show;
}

table.profile td {
	margin: 0;
	padding: 3px;
	border: 2px solid green; /* #e0e0e0 */
}

/* this is the main table used on most pages */
.tableDisplay {
	border: 1px solid #FFBF00; /* dark blue */ /* #FFBF00 */
	width: 100%;
}

.tableDisplay td {
	padding: 6px;
	border: 1px solid #FFBF00;  /* dark blue */ /* #FFBF00 */
}

tr.tableHeader td {
	background-image: url(/themes/default/images/tableHeaderBG.jpg);
	background-repeat: repeat-x;
	background-color: #555555; /* in case there is no background image or it doesn't load */
	font-weight: bold;
	color:#FFFFFF
}

tr.tableSubheader td, tr.tableSubheader td a {
	background-color: #444444; /* light blue */ /* cdd9de */
	font-weight: bold;
	color: #FFFFFF;
}

tr.tableRow0 td {
	color: #FFBF00;  /* dark blue */

}

tr.tableRow1 td {
	background-color: #222222; /* practically white! */
	color: #FFBF00;  /* dark blue */
}

td.postAuthorInfo {
	background-color: #222222; /* light blue */
}

td.postContent { }

.signature {
	border-top: 1px dashed #999999;
}

.edit_notice {
	font-style: italic;
}

div.signature p {
	margin: 0;
}

span.title {
	font-family: serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
}

div.title {
	border-bottom: 1px solid #FFBF00;
}

textarea#body {
	width: 450px;
	height: 250px;
}

.formBox, .formDropDown {
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
}

div.code {
	font-size: 11px;
	border: solid thin #0000CC;
	background-color: #FFFFCC;
	white-space: nowrap;
	overflow:auto;
	display:block;
	width:500px;
}

div.quotedText {
	background-color: #e0e0e0;
	padding: 5px;
	margin-left: 10px;
}

table#forumList div.forumName { }

table#forumList div.forumDesc {
	margin-left: 15px;
	font-style: italic;
}

p.error {
	background-color: FFCCCC;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}

p.success {
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin-top: 20px;
}

.postLinks, .postLinks a {
	font-size: 0.9em;
}

.topMenu, .topMenu a {
	color: #FFBF00;  /* dark blue */
}

.button {
	font-size: 10px;
	/*background-image: url(/images/mainMenu_BG.gif);*/
	background-repeat: repeat-x;
	background-color: #333333; /* #7788AA */ /* in case there is no background image or it doesn't load */
	color: white;
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	border: 1px solid black;
	margin: 0;
}

.button:hover {
	background-color: #555555; /* #7788AA */ /* in case there is no background image or it doesn't load */
	color: white;
}

A.button {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
}


h1.threadTitle {
	margin: 0;
	font-size: 2em;
}

td.pagination {
	padding-top: 5px;
	padding-bottom: 5px;
}
