/* 
www.scc-tischtennis.de - CSS Style Sheet (Forum)
Version 3.0 (August 2008)
Author: Magnus Kühne
*/

#content-forum {
	margin-bottom: 48px;
	padding: 5px 90px 0 90px;
	height: 400px; /* min-height for ie/win */
}
html>body #content-forum { /* min-height for other browsers  */
	height: auto;
	min-height: 400px;
}


#content-forum input, #content-forum select, #content-forum textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content-forum, #content-forum td, #content-forum ul, #content-forum ol, #content-forum input, #content-forum textarea {
	font-size: 12px;
}
#content-forum small, .lastedit, #content-forum select {
	font-size: 11px;
}

#content-forum p, #content-forum ul, #content-forum ol {
	line-height: 16px;
	margin-bottom: 16px;
}
#content-forum ul, #content-forum ol {
	margin-left: 25px;
}
#content-forum h1 {
	margin-bottom: 24px;
}


.lastedit {
	color: #808080;
}

blockquote {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #606060;
	background: url(../images/quotation_marks.gif) no-repeat;
	margin: 0 10px;
	padding-left: 23px;
}

blockquote i {
	font-style: normal;
}


/* ---[ forum tables ]--------------------------------------------------------- */

table.forum-std td {
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}
table.forum-std tr.title td {
	height: 44px;
	background: url(../images/bg_boardtitle_v3-2.gif) no-repeat;
}
table.forum-std tr.title h2 {
	margin: 0;
	padding: 6px 0 10px 0;
}


table.posts {
	border-bottom: 1px solid #ddd;
}
table.posts tr.title td {
	padding-top: 4px;
}
table.posts td.author {
	width: 230px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
table.posts td.post-message {
	width: 580px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
table.posts td.post-message h2 {
	margin: 0 0 16px 0;
	padding: 0;
}
table.posts td.postdate {
	color: #808080;
}

table.smilies {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.smilies td {
	border-right: 1px solid #ddd;
}

table.faq tr.head td {
	border-top: 1px solid #ddd;
	padding: 8px 0 4px 0;
}
table.faq {
	border-bottom: 1px solid #ddd;
}


/* ---[ forum boxes ]---------------------------------------------------------- */

.top-box {
	margin-bottom: 24px;
	font-size: 11px;
	color: #808080;
}
.top-box .breadcrumb {
	float: left;
	width: 450px;
}
.top-box .usercbar {
	text-align: right;
	margin-left: 480px;
}
	


/* ---[ forum forms ]----------------------------------------------------------- */

.post-textarea {
	width: 520px;
	margin-bottom: 5px;
}
input.post-title {
	width: 520px;
}

.buttons {
	text-align: center;
	margin-top: 16px;
}

/* ---[ bbcode icons ]---------------------------------------------------------- */

#bbcode-icons {
	margin-top: 5px;
}

#bbcode-icons a {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 4px;
	border: 1px solid #D1D1E1;
	background: #EDEDED;
}

#bbcode-icons a:hover {
	border: 1px solid #808080;
	background: #fff;
}

#bbcode-icons a.help {
	margin-left: 7px;
}


/* ---[ diverses ]-------------------------------------------------------------- */

a.post-button {
	font-size: 10px;
	color: #808080;
	border: 1px solid #ddd;
	padding: 2px 4px;
}
a:hover.post-button {
	color: #404040;
	border: 1px solid #808080;
	background: #eee;
}

#content-forum .error ul {
	margin: 0;
	list-style: none;
}
.error {
	margin-bottom: 16px;
}

#content-forum .person h3 {
	margin-bottom: 16px;
}
#content-forum .person table {
	margin-bottom: 32px;
}
#content-forum .person table td {
	line-height: 16px;
}

