* {
	margin: 0;
	padding: 0;
}

body {
	color:					black;
	font-family: 			arial, geneva, sans-serif;
	font-size:				12px; /*10pt;*/
	line-height:			16px;
}


a {
	color:						#660066;
	text-decoration:			none;
}

a:hover {
	text-decoration:			underline;
}

a img {
	border: 0;
}

h1, h1 a {
	color:						#660066;
	background:					#FFCC33;
	font-size:					16px;
	text-transform:				uppercase;
}

h2, h2 a {
	color:						#BB0068;
	font-size:					14px;
/*	font-weight:				regular; */
}







a.administrator:link, a.administrator:active, a.administrator:visited {
	color: #B20000 !important;
}

a.moderator:link, a.moderator:active, a.moderator:visited {
	color: #0000B2 !important;
}






/* main boxes */
#pagebox-bg {
	width: 785px;
	margin: 0 auto 0 auto;
}







input, select, textarea {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
	background-color: #FFF;
}
input, textarea {
	padding: 2px;
	border: 1px solid silver;
}
select * {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
}
select option {
	padding: 0 5px 0 0;
}
textarea {
	width: 99%;
	font-size: 9pt !important;
}
textarea#tags-txtarea {
	/*
		fixes a strange bug in Firefox 1.0 making
		the box wider when hovering BBCode tags
	*/
	width: 98%;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 0 10px 0 10px;
	cursor: pointer;
	font-weight: bold;
	color: #444;
	border-bottom: 2px solid silver;
}
label, input[type="radio"], input[type="checkbox"], select {
	cursor: pointer;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #369;
}
optgroup option {
	padding: 0 10px 0 10px;
}

pre.code {
	display: block;
	margin: 0 25px 0 25px;
	padding: 5px;
	font-family: monospace;
	color: #7F0000;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
	font-size: 8pt;
}
table.maintable pre.code {
	width: 502px;
	padding: 5px 5px 20px 5px;
}
html>body table.maintable pre.code {
	padding: 5px;
}
table.maintable blockquote.quote pre.code {
	width: 430px;
}

blockquote.quote {
	margin: 0 25px 0 25px;
	font-size: 8pt;
}
blockquote.quote .title {
	font-weight: bold;
	padding: 3px;
}
blockquote.quote .content {
	padding: 10px;
	color: #333;
	background-image: url(gfx/quote_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
}
hr {
	border: 0;
	border-top: 1px solid silver;
	padding: 6px;
}



div#head-wrapper {
	padding: 10px;
	background-color: #FFCC33;
	background-image:			url( gfx/forum.head-bg.jpg );
	background-repeat:			no-repeat;
	background-position: center top;
	
	height: 114px; /*134px;*/
}

h1#boardname {
	background: none;
	display: none;
}
h2#boarddescr,
p#boardmelodiva {
	display: none;
}








#topmenu * {
	text-align: left;
}

#topmenu {
	clear: both;
	overflow: hidden;
	background-color: #FFCC33;
	margin: 0 0 10px 0;
}


#topmenu ul {
	list-style: none;
	overflow: hidden;
}

#topmenu ul li {
	float: left;
}

#topmenu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold;
	color: #990066;
}

#topmenu ul li#logout a:link, 
#topmenu ul li#logout a:visited, 
#topmenu ul li#logout a:hover {

}

#topmenu ul li a:hover {
	background-color:			#FF9900;
	color:						white !important;
}

#topmenu-shadow {
	display: none;
}




p.locationbar {
	clear: both;
	text-align: left;
	font-style: italic;
	color: #333;
	margin: -10px 0 10px 0;
	padding: 3px;
}
p.locationbar a {
	font-style: normal;
}

/* Global styles */

table.maintable, table.confirmform {
	clear: both;
/*	border-collapse: collapse; */
/*	border: 2px solid #FFCC33; */
	margin: 0 0 20px 0;
	width: 100%;
}

table.maintable th, 
table.confirmform th {
	padding: 4px 6px 4px 6px;
	border-bottom: 3px solid white;
	color: #B72088;
	background: #FFCC33;
	
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}

table.maintable td, 
table.confirmform td, 
td.msg {
	padding: 6px !important;
	text-align: left;
	vertical-align: top;

	border-bottom: 1px dotted #FFCC33
}

td.fieldtitle {
	background-color: #E8E8E8 !important;
	width: 25%;
	height: 1%;
	font-weight: bold;
}



/* SUBMIT BUTTONS */
/*
form input.button, form input.submit {basics.css (Linie 215)
border:medium none;
cursor:pointer;
font-weight:bold;
margin:10px 5px 2px 0;
padding:2px 3px 3px;
}
form input {basics.css (Linie 133)
font-family:verdana,arial,geneva,sans-serif;
font-size:10px;
margin-right:4px;
padding:1px 2px 0;
}
*/
td.formcontrols {
	text-align: right !important;
	padding: 6px !important;
	border: none !important;
}

td.formcontrols input {
	border: none;
	padding: 2px 3px 3px 2px;
	font-weight: bold;
	background-color: #E05806;
	color: white;
}

td.formcontrols .postformshortcut {
	margin-top: 5px;
	font-size: 7pt;
}







table.maintable th.icon,
table.maintable td.icon {
	width: 25px;
}

table.maintable th.count, 
table.maintable td.count {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
table.maintable td.count {
	font-weight: bold;
}

table.maintable th.lastpostinfo, table.maintable td.lastpostinfo {
	width: 200px;
}



/* QUICK REPLY FORM */
table.quick-reply {
	border: 3px solid #FFCC33;
}

table.quick-reply textarea {
	border: none;
}



.msgbox h3, .preview h3 {
/*	color: #EBD6AD;
	font-weight: bold;
	font-size: 8pt;
	background-color: #369;
	background-image: url(gfx/tableheadbg.gif);
	background-position: top;
	background-repeat: repeat-x; */
	text-align: left; 
	padding: 4px 6px 4px 6px;
	border: 1px solid silver;
}
.msgbox p, .preview div.preview {
/*	background-color: #EFEFEF; */
	padding: 18px 36px 18px 36px;
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid silver;
	border-top: 0;
	line-height: 150%;
	font-size: 10pt;
}
.msgbox p p {
	padding: 0;
	border: 0;
}
.preview div.preview {
	line-height: 125%;
	padding: 18px;
}







/* Forumlist styles */
table.maintable td.forumcat {
	font-weight: bold;
	font-size: 120%;
	color: #E05806;
	background: white;
	border: 3px solid #FFCC33;
	border-bottom: none;
}

table.maintable td.forumcat a {
	color: #E05806;
	text-decoration: none;
}

table.maintable td.forumcat a:hover {
	color: #FB4B06;
}








.forumname {
	font-weight: bold;
	font-size: 9pt;
}
.forumdescr {
	margin: 3px 0 0 3px;
}

table.maintable td.online {
	font-weight: bold;
	color: #333;
}

table.maintable td.stats-cell {
	line-height: 150%;
}

.detailed-list-link {
	float: right;
	font-weight: bold;
}





/* Topiclist styles */
#forumname {
	font-size: 16px;
	border: 3px solid #FFCC33;
	padding: 6px;
}

#forumname a {
	text-decoration: none;
}


#forummods {
	text-align: left;
	color: #444;
	margin: 0 0 6px 0;
}
#toolbartop {
	float: right;
	line-height: 23px;
	text-align: right;
	margin: 0 0 6px 0;
}
#toolbartop a, 
#toolbarbottom a {
	background-color:#E05806;
	color:white;
	text-decoration: none !important;
	padding: 3px 11px 3px 11px;
/*	margin: 0 0 0 4px; */
	font-weight: bold;
}
#toolbartop a:hover, 
#toolbarbottom a:hover {
	background-color:#9F3D01;
}

#pagelinkstop {
	float: left;
	line-height: 23px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.topicname {
	font-size: 9pt;
}
.topicpagelinks {
	float: right;
	text-align: right;
	color: #444;
	white-space: pre;
	padding: 0 0 0 10px;
}
#toolbarbottom {
	float: right;
	line-height: 23px;
	text-align: right;
	margin: -16px 0 0 0;
}

#pagelinksbottom {
	float: left;
	line-height: 23px;
	font-weight: bold;
	margin: -20px 0 0 0;
}

#bottomfix {
	clear: both;
	height: 20px;
}
.author {
	clear: left;
	padding: 2px 0 0 3px;
	color: #444;
}
.author a {
	text-decoration: none;
	color: #444;
}

/* Topic styles */

table.maintable tr.tr1 td {

}

table.maintable tr.tr2 td {
	background-color: #FFF9E8;
}

table.maintable td.postername {
	font-weight: bold;
	width: 135px;
}
table.maintable td.postername .posternamecontainer {	
	overflow: hidden;
	width: 135px;
}

table.maintable td.postinfo .postdate,
table.maintable td.postinfo .postdate a {
	color: #F499C2;
}

table.maintable td.postinfo .postlinks {
	float: right;
	font-weight: bold;
	color: #999;
}

table.maintable td.posterinfo {
	vertical-align: top;
	width: 135px;
}
table.maintable td.posterinfo .avatar {
	margin-top: 10px;
}
table.maintable td.posterinfo .avatar img {
	margin-bottom: 10px;
}
table.maintable td.posterinfo .field {
	color: #444;
}
table.maintable td.postcontent {
	vertical-align: top;
}
table.maintable td.postcontent .post {
	overflow: auto;
	font-size: 10pt;
	cursor: auto;
}
table.maintable td.postcontent .signature {
	color: #444;
	font-size: 8pt;
}
table.maintable td.postcontent .editinfo {
	margin: 5px 0 0 0;
	border-top: 1px solid silver;
	padding: 5px 0 0 0;
	color: #444;
	font-size: 8pt;
	font-style: italic;
}
table.maintable td.postcontent .poster-ip-addr {
	color: #666;
	font-size: 7pt;
	text-align: right;
	padding: 5px 0 0 0;
}
table.maintable td.postcontent .poster-ip-addr a {
	text-decoration: none;
}

table.maintable td.posterinfo, table.maintable td.postcontent {
	border-bottom: 2px solid #FAD6E5;
}



#actionlinks {
	color: #323232;
	text-align: left;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: -10px;
	font-size: 7pt;
}

/* FAQ styles */

table.maintable td#faq-contents {
	font-size: 10pt;
}
table.maintable td#faq-contents h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}
table.maintable td#faq-contents ul {
	margin: 0 0 10px 30px;
}
table.maintable td#question {
	font-size: 10pt;
	padding: 12px !important;
}

/* Active topics styles */

table.maintable td.atforum {
	font-size: 7pt;
	width: 1%;
}

/* Stats styles */

table.maintable td.statstitle {
	background-color: #E8E8E8;
	font-weight: bold;
	width: 1%;
	white-space: nowrap;
}
table.statslayout {
	width: 100%;
	border-collapse: collapse;
}
table.statslayout td {
	width: 50%;
	vertical-align: top;
	padding: 0 20px 0 0;
}
table.statslayout td.last {
	padding: 0;
}

/* */

table.confirmform td.msg, td.msg {
	padding: 18px 36px 18px 36px !important;
	font-size: 10pt;
}
table.maintable td.minimal {
	background-color: #E8E8E8;
	width: 1%;
	white-space: nowrap;
	text-align: center;
}
table.maintable td.avatar-field {
	background-color: #E8E8E8;
	width: 80px;
	text-align: center;
}
#pagelinksothertop {
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#pagelinksotherbottom {
	text-align: left;
	font-weight: bold;
	margin: -10px 0 20px 0;
}
#pagelinkstop strong, #pagelinksbottom strong, #pagelinksothertop strong, #pagelinksotherbottom strong {
	padding: 1px 2px 1px 2px;
	border: 1px solid silver;
	background-color: #EFEFEF;
}


ul#panelmenu {
	overflow: hidden;
	list-style: none;
	background-color: #FFDF7E;
}

ul#panelmenu li {
	float: left;
}

ul#panelmenu li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	color: #990066;
}

ul#panelmenu li a:hover {
	background-color:			#FF9900;
	color:						white !important;
}



p#linkbar {
	clear: both;
	overflow: hidden;
	background-color: #FFCC33;
	margin-bottom: 20px;
}

p#linkbar a {
	display: block;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
}

p#linkbar a:hover {
	background-color:			#FF9900;
	color:						white !important;
}




p#linkbar #rss-feed-icon {
	margin: 0 1px 0 3px;
}

p#linkbar #rss-feed-icon img {
	vertical-align: middle;
}





.jump-in-data {
	color: #666;
	margin-left: 10px;
}
.moreinfo {
	padding-top: 3px;
	color: #333;
}
.results-posts-post-info td {
	background-color: #E8E8E8 !important;
}
.results-posts-post-date {
	float: right;
}
.results-posts-post-content td {
	border-top: 0 !important;
	border-bottom: 2px solid #c7c3c7;
}
.results-posts-post-content div {
	line-height: 150%;
	color: #333;
	height: 48px;
	overflow: hidden;
}

#bbcode-controls, #smiley-controls {
	list-style: none;
}
#bbcode-controls li, #smiley-controls li {
	display: inline;
}

#bbcode-controls {
	padding: 4px 3px 4px 3px;
	background-color: #FFF;
	background-image: url(gfx/bbcode_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #d7cbbe;
	border-top: 0;
	margin: 0 0 3px 0;
}
#bbcode-controls li a {
	padding: 2px 6px 2px 6px;
	margin: 0 2px 0 0;
	text-decoration: none;
	color: #333 !important;
	cursor: default !important;
}
#bbcode-controls li a:hover {
	padding: 2px 5px 2px 5px;
	background-color: #dae2e4;
	border: 1px solid #2058b9;
}
#smiley-controls {
	margin: 3px 0 0 0;
}
#smiley-controls li {
	margin: 0 2px 0 0;
}

#post-options input, #post-options label {
	margin: 5px 0 0 0;
}

table#spamquestion {
	clear: both;
	margin: 0px auto 20px auto;
	width: 67%;
}

#bottom {
	clear: both;

	font-style: normal;
	color: #333;
	font-size: 80%;
}
#bottom a {
	text-decoration: none;
}

#bottom-shadow {
	display: none;
}



#debug-info-small {
	margin: 0 auto 20px auto;
	padding: 3px;
	text-align: center;
	background-color: #E8E8E8;
	border: 1px solid silver;
	color: #333;
	font-size: 7pt;
}

#debug-info-large {
	margin: 0 auto 20px auto;
	font-size: 7pt;
	text-align: center;
	color: #333;
	width: 85%;
}
#debug-info-large div {
	background-color: #E8E8E8;
	padding: 3px;
}
#debug-info-large textarea {
	color: #333;
	font-size: 7pt !important;
	font-family: monospace !important;
	margin: 3px 0 0 0;
	border: 1px solid silver;
	padding: 3px;
}

