/**
 * ACTIEVE TOPICS & ZOEKEN
 */
 
#left_box { 
	float: left; 
	margin-top: 10px;
	overflow: hidden;
	background-color: #0d1a2b;	
}
#right_box { 
	float: right; 
	margin-top: 10px;
	overflow: hidden;
}
#left_box li, #right_box li {
	float: left;
}

#center_box_page h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px;
	padding: 3px 0 3px 30px;
	background: url(../images/bg/boxes_arrow.gif) no-repeat center left;
}

.boxes_center .title a {
	color: #50b3cb;
}
.boxes_center .poster a {
	color: #dddbdb;
}

#left_box a:hover { text-decoration: underline; }

.boxes_left {
	width: 12px;
	height: 149px;
	background: url(../images/bg/boxes_left.png) no-repeat top left;
}
.boxes_center {
	background: url(../images/bg/boxes_center.png) repeat-x top left;
	color: #dddbdb;
}

#left { width: 480px; }
#right { width: 360px; height: 149px; }


.boxes_center td {
	padding: 1px 0;
}

.boxes_right {
	width: 12px;
	height: 149px;
	background: url(../images/bg/boxes_right.png) no-repeat top left;
}

.boxes_center .title {
	color: #50b3cb;
	width: 200px;
	padding-left: 35px;
}
.boxes_center .poster {
	width: 120px;
	font-weight: bold;
}	

.link_float {
	width: 320px;
	text-align: right;
	padding-top: 20px;
}

.link_float a {
	color: #5ebbd8;
}

.link_float a:hover {
	text-decoration: underline;
}

/**
 * ZOEKEN FORM
 */
 
#right_box fieldset {
	margin: 20px 0 0 25px;
	padding-left: 50px;
	background: url(../images/form/search_icon.png) no-repeat center left;
}  
#right_box label {
	display: none;
}
#right_box .input_field {
	width: 220px;
	padding: 2px 10px;
	border: 1px solid #2e4d74;
	background: #0b1a2b;
	color: #d7d7d7;
}
#right_box select {
	width: 160px;
	margin-top: 3px;
	padding: 2px 0;
	border: 1px solid #2e4d74;
	background: #0b1a2b;
	color: #d7d7d7;
}

#search_submit { 
	width: 80px; 
	height: 20px;
	color: #ffffff; 
	border: 0px; 
	background: url(../images/btn/search.png) no-repeat top left; 
}

/**
 * TOPIC
 */

.forum_top, .forum_bottom {
	overflow: hidden;
}

.forum_top li {
	float: left;
	height: 40px;
}
.forum_bottom li {
	float: left;
	height: 30px;
}

.topic_totop {
	width: 676px;
	height: 30px;
	background: url(../images/btn/topic_top.gif) no-repeat bottom left;
}

.topic_totop a {
	display: block;
	width: 86px;
	height: 30px;
}

.forum_top .forum_title {
	width: 636px;
	padding: 10px 0 0 40px;
	font-weight: bold;
	font-size: 14px;
	color: #146d82;
	background: url(../images/bg/boxes_arrow2.gif) no-repeat 15px 25px;
}

.forum_title span {
	color: #3f9ab0;
	font-size: 12px;
}

.forum_top .topic_nav {
	width: 224px;
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
	background: url(../images/btn/new_topic.gif) no-repeat top right;
}

.nav_bottom {
	width: 224px;
	text-align: center;
	color: #ffffff;
	background: url(../images/btn/new_topic_inverse.gif) no-repeat bottom right;
}

.nav_bottom table {
	margin: 0 auto;
	font-size: 12px;
}

.topic_nav table {
	margin: 0 auto;
	font-size: 12px;
}
.nav_bottom td { 
	padding: 8px 2px 0 2px;
}
.topic_nav td { 
	padding: 0 2px;
}

.topic_nav span, .nav_bottom span {
	font-weight: bold;
	color: #48c5e4;
}

/**
 * BUTTONS
 */

#buttons {
	float: right;
	padding-right: 23px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}

#topic_holder {
	width: 855px;
	margin-left: 22px;
	clear: both;
}

.topic_top {
	width: 855px;
	height: 12px;
	background: url(../images/bg/topic_top.png) no-repeat top left;
}
.topic_center {
	width: 855px;
	margin-top: 15px;
	background: url(../images/bg/topic_center.png) repeat-y top left;
	overflow: hidden;
}

.topic_bottom {
	width: 855px;
	height: 37px;
	background: url(../images/bg/topic_bottom.png) no-repeat top left;
}
.topic_bottom {
	clear: both;
}

.topic_opties {
	text-align: right;
	width: 680px;
}

.topic_points { 
	width: 120px;
	text-align: center;
	background: url(../images/icons/star.gif) no-repeat 13px 11px;
}

.topic_left, .react_left {
	float: left;
	width: 142px;
	text-align: center;
	color: #0a4f60;
	padding-bottom: 10px;
}
.react_left { font-size: 12px; }

.topic_right {
	float: left;
	padding-left: 30px;
	width: 610px;
	color: #146d82;
}
.topic_right .forumberichttekst {
	margin-top: 10px;
	min-height: 90px; 
	_height: 90px; 
}

.topic_left a {
	font-weight: bold;
	font-size: 12px;
	color: #0a4f60;
}
.topic_left a:hover {
	text-decoration: underline;
}

.topic_left img {
	margin-top: 5px;
	border: 1px solid #ffffff;
}

.topic_female {
	height: 37px;
	width: 33px;
	background: url(../images/icons/topic_female.gif) no-repeat center center;
}
.topic_male {
	height: 37px;
	width: 33px;
	background: url(../images/icons/topic_male.gif) no-repeat center center;
}
.topic_female_pro {
	height: 37px;
	width: 33px;
	background: url(../images/icons/topic_female_pro.gif) no-repeat center center;
}
.topic_male_pro {
	height: 37px;
	width: 33px;
	background: url(../images/icons/topic_male_pro.gif) no-repeat center center;
}

.react_bottom {
	width: 855px;
	height: 11px;
	background: url(../images/bg/react_bottom.png) no-repeat top left;
}

/**
 * REACTIE
 */

#content_center_sec h2 {
	height: 27px;
	width: 600px;
	margin: 20px 0 0 0;
	padding-left: 20px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/bg/forum_title.png) no-repeat center left;
}

.topic_right textarea {
	width: 640px;
	height: 120px;
	padding: 5px;
	border: 1px solid #9da9b6;
}

#react_submit { 
	width: 112px; 
	height: 22px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff; 
	background: url(../images/btn/react.png) no-repeat top left; 
}
