body, input, textarea
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #bbb url('./images/stripe.png');
}

body, DIV.center
{
	text-align: center;
}

div
{
	padding: 0px;
	margin: 0px;
	text-align: left;
		
}

div.header-bg
{
	width: 100%;
	text-align: center;
	height: 150px;
	background: url('./images/head.png') no-repeat center;
}

div.header
{
	margin: 0px auto;
	width: 750px;
	height: 150px;
}

div.links
{
	position: relative;
	left: 25px;
	top: 132px;
	color: #666;
	font-size: 11px;
}

div.background-center
{
	width: 100%;
	text-align: center;
	background: url('./images/bg.png') repeat-y center;
}

div.content
{
	width: 750px;
	background-color: #fff;
	margin: 0px auto;
}

div.content_inner
{
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
}

div.footer
{
	margin: 0px auto;
	text-align: center;
	color: #999;
	font-size: 9px;	
	clear: both;
	background-color: #fafafa;
	padding: 5px;
	margin-top: 30px;
}

a.nav, a.nav:hover, a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


DIV.contact
{
	width: 60%;
	margin: 0px auto;
	margin-top: 50px;
	border: 3px dashed #999;
	padding: 10px;
	text-align: center;
	background-color: #ddd;
	color: #c00;
	font-weight: bold;
}

TEXTAREA.contact
{
	border: 2px solid #666;
	padding: 5px;
	width: 95%;
	height: 100px;
	margin-top: 8px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #666;
	font-size: 18px;
}

input.input-button
{
	background-color                 : #FFFFFF;
	background-image                 : url("./images/bg_button.png");
	background-position              : left top;
	background-repeat                : repeat-x;
	border                           : 1px solid #777777;
	cursor                           : pointer;
	font-size                        : 1em;
	height                           : 1.8em;
	line-height                      : 1.8em;
	padding                          : 0 5px;

}

DIV.title
{
	font-size: 24px;
	font-weight: bold;
	color: #444;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bbb;
	margin-bottom: 20px;
}

TABLE.toc
{
	border: 1px dotted #777;
	background-color: #fafafa;
	padding: 20px;
	font-size: 11px;
	color: #444;
	margin-bottom: 30px;
}

SPAN.tocnumber
{
	color: #222;
}

SPAN.toctext
{
	text-decoration: none;
}

UL
{
	padding-left: 20px;
	margin: 0;
}

LI.toclevel-1
{
	list-style: none;
	line-height: 150%;
}

H2, H3
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #888;
	color: #333;
}

H2
{
	font-size: 18px;
}

H1
{
	color: #444;
}

IMG.qimg
{
	border: 1px solid #444;
	margin: 5px;
}


DIV.newspost
{
	margin: 0 auto;
	margin-bottom: 50px;
	width: 600px;
}

DIV.newsheader,
DIV.newsheader A
{
	margin-bottom: 10px;
	color: #7a0;
}

DIV.newstitle,
DIV.newstitle A
{
	font-size: 26px;
	font-weight: bolder;
	color: #0088ff;
}

DIV.newsauthor
{
	display: inline;
	padding-left: 22px;
	padding-top: 2px;
	background-image: url( './images/page_user.gif' );
	background-repeat: no-repeat;
	height: 16px;
	vertical-align: bottom;
}

DIV.newsdate
{
	display: inline;
	margin-left: 8px;
	padding-left: 22px;
	padding-top: 2px;
	background-image: url( './images/icon_clock.gif' );
	background-repeat: no-repeat;
	height: 16px;
}

DIV.newsedit
{
	display: inline;
	margin-left: 8px;
	padding-left: 22px;
	padding-top: 2px;
	background-image: url( './images/cut.gif' );
	background-repeat: no-repeat;
	height: 16px;
}

DIV.newslinks
{
	margin-top: 16px;
	text-align: right;
}

DIV.newsbody
{
	color: #666;
	font-size: 12px;
}

BLOCKQUOTE
{
	font-size: 12px;
	
	background-color: #efc;
	padding: 10px;
	padding-top: 14px;
	border: 1px dashed #ada;
	overflow: auto;
	
	text-align: left;
}

PRE
{
	font-size: 11px;
	background-color: #def;
	padding: 10px;
	padding-top: 14px;
	border: 1px dashed #aad;
	margin-left: 20px;
	margin-right: 20px;
	overflow: auto;
}


DIV.form
{
	font-size: 12px;
	width: 300px;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

DIV.formsubmit
{
	text-align: center;
	margin: 0 auto;
	margin-top: 32px;
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 8px;
}

TABLE
{
	font-size: 12px;
}

DIV.Error
{
	background-color: #fee;
	border: 1px solid #faa;
	padding: 16px;
	margin: 16px;
}

DIV.Message
{
	background-color: #efe;
	border: 1px solid #afa;
	padding: 16px;
	margin: 16px;
}

DIV.contentlinks
{
	position: relative;
	top: 20px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #ddd;
	height: 16px;
}

DIV.contentlinks A
{
	color: #27f;
}

DIV.contentlinksLoggedIn
{
	height: 16px;
	display: inline;
	margin-left: 16px;
	padding-left: 22px;
	padding-top: 2px;
	background-image: url( './images/page_user.gif' );
	background-repeat: no-repeat;
}

DIV.wiki_content
{
	text-align: left;
	padding-left: 20px;
}

DIV.editsection
{
	display: none;
}