@charset "utf-8";
/* CSS Document */

a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.ForumHead {
	width: 600px;
	height: 24px;
	text-align: center;
	background-image: url('../images/Forum/forum_head.png');
}

.ForumNewTopicButton {
	background-color: #6dc0cb;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.ForumNewTopicButton img {
	cursor: pointer;
}

.ForumTopics {
	/*border: 1px solid #6dc0cb;*/
	width: 600px;	
}

.ForumTopicsHeader {
	background-color: #b1e6eb;
	color: #43767d;
	text-align: center;
	font-weight: bold;
}

.ForumTopicsHeader td {
	border: 1px solid #6dc0cb;
	border-bottom: 2px solid #6dc0cb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.ForumTopicsLight {
	text-align: left;
	background-color: #387fe0;
	color: #fff;
}

.ForumTopicsLight td {
	border: 1px solid #6dc0cb;
	text-align: center;	
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.ForumTopicStrong {
	font-weight: bold;
}

.FooterCountainer {
	background-color: #6dc0cb;
	padding-top: 10px;
}

.FooterLeftBottom {
	float: left;
	width: 79px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-image: url('../images/Forum/pager_left.png');
	cursor: pointer;
}

.FooterRightBottom {
	float: right;
	width: 109px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-image: url('../images/Forum/pager_right.png');
	cursor: pointer;
}

.FooterMain {
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 119px;
	margin-right: 119px;
	background-color: #6dc0cb;
}



