/*
// telepark.cms
// (c) by telepark
*/

@charset "utf-8";

table.forumTable {
	border-bottom:1px solid #000000;
	width: 100%;
}

table.forumTable td {
	font-size:11px;
	
}

table.form td {
	padding:5px;
	padding-left:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}


table.form input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	width:450px;
}

table.form textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	width:485px;
	height:150px;
}

table.showPost {
	border-bottom:1px dashed #505050;
	width:100%;
}

table.showPost td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}

table.showPost a {
	color:#707070;
	text-decoration: none;
}

table.showPost a:hover {
	text-decoration: underline;
}

.topicList {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:3px;
}

.buttonLink {
	border:1px solid #505050;
	background-color: #4B9090;
	width:125px;
	padding:3px;
	height:1.2em;
}

.buttonLink a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #FFFFFF;
}

a.smallLink {
	font-size:9px;
	color:#505050;
	text-decoration: none;
}

a.smallLink:Hover {
	text-decoration: underline;
}

table.buttons {
	margin-top:10px;
}

table.buttons td {
	padding:10px;
	font-weight:bold;
	font-size:11px;
}

.searchBox {
	margin-bottom:5px;
}

.searchBox input {
	width:150px;
	border:1px solid #505050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
}

table.form input {
	width:150px;
}

.forumAdminList {
	width:100%;
	height:100px;
	border:1px solid #A0A0A0;
	overflow: auto;
}

.forumActionBox {
	clear:both;
	width:100%;
	height:240px;
	border:1px solid #A0A0A0;
	overflow: auto;
}

#forumAdminBox1, #forumAdminBox2 {
	width:235px;
}

.adminHeadline {
	clear:both;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

.smallText {
	font-size:9px;
}

.forum_message {
	color:#FF0000;
	margin-top:10px;
	font-weight:bold;
}

input.tpButton {
	width: auto;
	background-color:#4B9090;
	color:#FFF;
	border:1px solid #505050;
}
