/* Global Settings */
body, #forum_page div, #forum_page td, #login-panel td, #loading td, #forum_page h1, #loading
{
	font-family:Verdana,Arial; 
	font-size:8pt; 
}

input, select, button, textarea, input, select, button, textarea 
{
	font-size:8pt; 
	font-family:Verdana,Arial;
}

#forum_page a, #login-panel a
{
	text-decoration:underline; 
	color:#222;
}

/* Layout */
body 
{
	background-color:#F7F7F7; 
	text-align:center;
}

#forum_page 
{
	display:block; 
	background: white url('./bg_main.jpg') top left repeat-x; 
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #E4E5EE; 
	color: #C0C8D4;	
	padding:25px;
	width: 750px !important;
	width /**/:800px;
}


#content 
{
	clear:both; 
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

#copy 
{
	margin-top:20px; 
	clear:both; 
	text-align:center; 
	color:#C0C8D4;
}

#copy a 
{
	text-decoration:none; 
	color:#9FA9B7;
}

#login-panel table
{
	border:1px solid #6A97BF;
	background:url('./bg_g.jpg') repeat-x #DEE7EF;
}

#forum_page h1 
{
	font-size:12pt; 
	font-family:Verdana,Arial; 
	font-weight:bold; 
	text-align:center; 
	color:#222222;
}

#forum_page .tag
{
	color:#556275; 
	font-size:7pt;
}

#forum_page .sub
{
	color:#556275; 
	margin:0px; 
	margin-top:3px; 
	font-size:7pt;
}

	#forum_page .sub a
	{
		color:#556275;
	}

#forum_page blockquote
{
	border:1px solid #CCC;
	background:#FFF;
	padding:5px;
	margin:20px;
	margin-right:0px;
}
	#forum_page blockquote hr
	{
		color: #CCC;
		height: 1px;
	}
		
#forum_page table.main
{
	border:1px solid #6A97BF; 
	border-spacing:0px; 
}

#forum_page td
{
	padding:7px; 
	text-align:left; 
	margin:0px;
	color:#222;
}

#forum_page td.oben 
{
	background-color:#6A97BF; 
	border-bottom:1px solid #6A97BF; 
	color:#FFF; 
	font-weight:bold; 
	background-image:url('./bg_top.jpg');
}

	#forum_page td.oben a
	{
		text-decoration:underline; 
		color:#FFFFFF;
	}

#forum_page td.w 
{
	background-color:#FFFFFF;
}

#forum_page td.g 
{
	background:url('./bg_g.jpg') repeat-x #DEE7EF;
}

#forum_page td.tb 
{
	background-color:#FFFFFF;
	border-top:1px solid #6A97BF;
	border-bottom:1px solid #6A97BF;
}

/* Navigation */
#forum_page div.nav
{
	margin:0px;
	padding:0px;
	text-align:center;
	width:auto;
}

#forum_page div.nav a
{
	padding:3px 6px;
	border:1px solid transparent;
}

#forum_page div.nav a:hover
{
	color: #6A97BF;
	background:#FFF;
	border:1px solid #C7D7E6;
}

#forum_page div.nav ul
{
	padding:0px;
	margin:0px;
	text-align:center;
}

#forum_page div.nav ul li
{
	display:inline;
	list-style:none;
}

/* Please do not edit anything!!! */
#notice 
{
	color: #DAA520;
	background-color: #FFFACD; 
	padding: 10px;
	border-top: 1px dotted #FFC125;
	border-bottom: 1px dotted #FFC125;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#confirm 
{
	color: #127A12;
	background-color: #DAFEE2; 
	padding: 10px;
	border-top: 1px dotted #127A12;
	border-bottom: 1px dotted #127A12;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#error 
{
	color: #A51B00;
	background-color: #FDEAE6; 
	padding: 10px;
	border-top: 1px dotted #A51B00;
	border-bottom: 1px dotted #A51B00;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#forum_page table
{
	width:100%; 
	border-spacing:0px; 
	border-collapse:collapse;
}

#forum_page img 
{
	border:0px;
}

#forum_page fieldset
{
	margin:5px;
}

#forum_page legend
{
	font-size:8pt; 
	font-family:Verdana,Arial; 
	font-weight: bold; 
	color:#416D93;
}

#forum_page form, #login-panel form
{
	display: inline;
}

#login-panel 
{
	display: none;
	position: absolute;
	z-index: 100;
	height: 90px;
	width: 400px;
	text-align: center;
}

#login-panel td
{
	padding:3px;
}

#login-panel input#name, input#passwd
{
	width:110px;
}
