img { border: none; }

.content_title a {
	color: #000;
	text-decoration: none;
}
.table2_title .redlink a {
	color: #e02b16;
}
.table2_title .redlink a:hover{
	text-decoration: underline;
}
.content_title a:hover {
	color: #000;
	text-decoration: underline;
}
.content_title {
	background: url(content_title.png) top repeat-x #d8debd;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	text-align: left;
}

.comment_nav {
	background: rgb(237, 241, 218);
	padding: 3px;
	text-align: center;
	border-top: 4px #fff solid;
	color: #585e4b;
}
.comment_nav a {
	color: #a3ac91;
}

.content_field {
	background: #f6f9e6;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
}
.profile_table {
	padding-left: 2px;
	background: rgb(246, 249, 230);
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

.content_title_google {
	background: url(content_title.png) top repeat-x rgb(216,222,189);
	color: rgb(102,102,102);
	padding-left: 15px;
	padding-top: 7px;
	font-weight: bold;
	height: 23px;
	width: 557px;
	text-align: center;
}

.table_title {
	width: 150px;
	font-weight: bold;
	font-size: 10px;
	color: #5b634a;
	float: left;
}
.table_subtitle {
	width: 150px;
	font-size: 10px;
	color: #5b634a;
	float: left;
}
.table_value {
	width: 422px;
	color: #969e87;
	font-size: 9px;
	float: left;
	padding-bottom: 8px;
}

table.classy th {
	background: #edf1da url(forum_bg.png) top repeat-x;
	padding-top: 2px;
	height: 16px;
	border-bottom: 3px solid #d8debd;
}

table.classy th:first-of-type {
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
table.classy th:last-of-type {
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}

table.classy td {
	border-bottom: 1px dashed #d8debd;
}

.table2_title {
	background: #edf1da url(forum_bg.png) top repeat-x;
	padding-top: 2px;
	height: 16px;
	float: left;
	border-bottom: 3px solid #d8debd;
}
.table2_title a {
	color: black;
	text-decoration: none;
}
.table2 {
	float: left;
	padding-bottom: 8px;
	color: #5b634a;
}
.table3 {
	float: left;
	border-bottom: 2px solid #d8debd;
}
.table3:hover {
	background-color: #edf1da;
}
.table3 a {
	text-decoration: none;
}
.table3 a:hover {
	text-decoration: underline;
}

.cos_table_title {
	background: #f6f9e6;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px dashed #d8debd;
	width: 35%;
}
.cos_table_value {
	background: #fbfdee;
	padding: 2px;
	border-bottom: 1px dashed #d8debd;
	width: 65%;
}

.text {
	height: 15px;
	font-family: verdana;
	font-style: normal;
	font-size: 11px;
	background: url(input-text.png) repeat-x bottom;
	border: 1px solid #cad1ad;
	padding-left: 5px;
	padding-right: 5px;
}

.file {
	font-family: verdana;
	font-style: normal;
	font-size: 11px;
	background: url(input-text.png) repeat-x bottom;
	border: 1px solid #cad1ad;
	padding-left: 5px;
	padding-right: 5px;
}

.textarea {
	font-family: verdana;
	font-style: normal;
	font-size: 11px;
	background: url(input-text.png) repeat-x bottom #f6f8ed;
	border: 1px solid #cad1ad;
	padding: 2px;
}

.select {
	height: 17px;
	font-family: verdana;
	font-style: normal;
	font-size: 11px;
}

.checkbox {
	margin: 3px 0 3px 0;
}

label {
	color: #000000;
	font-size: 10px;
	vertical-align: super;
}

.button {
	font-family: tahoma;	
	font-size: 11px;
	color: #626747;
	background: url(button-bg.png) repeat-x;
	border: 1px solid #d2d8b5;
}
.submit {
	font-family: tahoma;	
	font-size: 11px;
	font-weight: bold;
	color: #626747;
	background: url(button-bg.png) repeat-x;
	border: 1px solid #d2d8b5;
}

.small {
	font-size: 8px;
	font-style: italic;
}
.medium {
	font-size: 9px;
	font-weight: normal;
}
.medium a {
	color: #e02b16;
}
.medium a:hover {
	color: #b81e0c;
	text-decoration: none;
}
.normal {
	font-size: 12px;
}
.large {
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
}
.big {
	font-size: 20px;
	font-weight: bold;
}

.tab_container, .tab_container a {
	color: #5c6048;
}
.tab {
	background: #f1f4e0;
	border-bottom: 1px solid #b9be9f;
	font-weight: bold;
	float: left;
	padding: 8px 0px 8px 0px;
	margin-top: 1px;
	margin-right: 1px;
	cursor: pointer;
	color: #5c6048;
	text-decoration: none;
	text-align: center;
}
.tab:hover {
	background: #e9ecd7;
}
.cur_tab {
	background: #e9ecd7;
	border: 1px solid #b9be9f;
	border-top: 0px;
	margin-top: 1px;
	font-weight: bold;
	float: left;
	padding: 8px 0px 8px 0px;
	margin-right: 1px;
	cursor: pointer;
	color: #5c6048;
	text-decoration: none;
	text-align: center;
}

.dl_title {
	font-size: 11px;
	font-weight: bold;
}

.gray_link a {
	 color: #5b634a;
	 text-decoration: none;
}
.gray_link a:hover {
	 color: #5b634a;
	 text-decoration: underline;
}

.news_poster a {
	text-decoration: none;
}
.news_poster {
	background: rgb(246,249,230);
	padding-right: 15px;
	padding-top: 7px;
	text-align: right;
	height: 23px;
	width: 557px;
}

.color_admin, .color_admin a {
	color: rgb(0,174,239);
	font-weight: bold;
	text-decoration: none;
}
.color_admin a:hover {
	color: rgb(0,174,239);
	text-decoration: underline;
}
.color_mod, .color_mod a {
	color: rgb(111,195,97);
	font-weight: bold;
	text-decoration: none;
}
.color_mod a:hover {
	color: rgb(111,195,97);
	text-decoration: underline;
}
.color_semimod, .color_semimod a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}
.color_semimod a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.color_member, .color_member a {
 	color: #7c8a61;
	font-weight: bold;
	text-decoration: none;
}
.color_member a:hover {
 	color: #7c8a61;
	text-decoration: underline;
}
.color_vip, .color_vip a {
	color: rgb(237,18,96);
	font-weight: bold;
	text-decoration: none;
}
.color_vip a:hover {
	color: rgb(237,18,96);
	font-weight: bold;
	text-decoration: underline;
}
.color_banned, .color_banned a {
	color: #f2341d;
	font-weight: bold;
	text-decoration: line-through;
}
.color_banned a:hover {
	color: #f2341d;
	font-weight: bold;
	text-decoration: line-through underline;
}

.color_drawcontest1, .color_drawcontest1 a {
	color: pink;
	font-weight: bold;
	text-decoration: none;
}
.color_drawcontest1 a:hover {
	color: pink;
	font-weight: bold;
	text-decoration: underline;
}


.news_message {
	background-color: #f6f9e6;
	border-top: 3px #fff solid;
	font-family: verdana;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 542px;
	height: auto;
	text-align: left;
}
.news_message_google {
	background: rgb(246,249,230);
	border-top: 3px #fff solid;
	border-bottom: 5px #fff solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 542px;
	height: auto;
	text-align: center;
}
.news_reageer {
	background: rgb(246,249,230);
	border-top: 3px #fff solid;
	border-bottom: 5px #fff solid;
	padding-left: 15px;
	padding-top: 7px;
	text-align: left;
	height: 23px;
	width: 557px;
}
.profiel_reageer {
	background: rgb(246,249,230);
	border-top: 1px #fff solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	text-align: left;
	height: 23px;
	border-bottom: 2px #fff solid;
}
.rood {
	color: #f2341d;
}
.groen {
	color: #86a24b;
}
.news_reageer a {
	color: #e02b16;
	text-decoration: underline;
}
.news_reageer a:hover {
	color: rgb(224,43,22);
	text-decoration: none;
}
.news_message a {
	color: rgb(224,43,22);
	text-decoration: underline;
}
.news_message a:hover {
	color: rgb(184,30,12);
	text-decoration: none;
}
.index_google {
	text-align: center;
	padding: 10px;
}
hr {
	border-left: hidden;
	border-right: hidden;
	border-top: hidden;
	border-bottom: hidden;
	background: rgb(216,222,189);
	color: rgb(216,222,189);
	height: 4px;
	width: 570px;
}

#admin_content .subtitle {
	font-weight: bold;
	width: 420px;
	height: 15px;
	border-bottom: 3px solid rgb(216,222,189);
	padding-left: 4px;
	padding-top: 3px;
}
.admin_link {
	background: rgb(246, 249, 230) url(forum_bg-light.png) top repeat-x;
	border-bottom: 1px solid #d8debd;
	border-left: 1px solid #d8debd;
	border-right: 3px solid #d8debd;
	padding: 10px 0 5px 10px;
	font-weight: bold;
}
.admin_link:hover {
	background: rgb(237, 241, 218) url(forum_bg.png) top repeat-x;
}

.forum_1 {
	background: #f6f9e6 top repeat-x;
	border-bottom: 1px #fff solid;
	margin-right: 1px;
	padding: 2px;
	float: left;
}
.forum_2 {
	background: rgb(237, 241, 218) url(forum_bg.png) top repeat-x;
	border-bottom: 1px #fff solid;
	padding: 2px;
	margin-right: 1px;
	float: left;
	font-style: italic;
}
.forum_title {
	background: url(content_title.png) top repeat-x rgb(216,222,189);
	height: 32px;
	padding-left: 20px;
	color: #000;
	font-weight: bold;
	border-top: 2px #fff solid;
}
.forum_top_1 {
	height: 30px;
	background: url(content_title.png) repeat-x rgb(216,222,189);
	border-right: 1px #fff solid;
	text-align: center;
	font-weight: bold;
}
.forum_top_2 {
	background: url(content_title.png) top repeat-x rgb(216,222,189);
	height: 30px;
	text-align: center;
	font-weight: bold;
}

.ubb_button:hover {
	background: #d8debd;
}

.avatars_serie {
	width: 185px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-left: 1px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid #d8debd;
	float: left;
}
.avatars_serie:hover {
	background: rgb(246,249,230);
}
.choose_avatar {
	padding: 0px;
}
.choose_avatar:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

.quote {
	margin: 0px 10px 0px 10px;
	background: #d8debd;
	padding: 2px;
	margin-bottom: 5px;
}
.innerquote {
	margin-top: 2px;
	background: #fff;
	overflow: auto;
	padding: 5px 2px 5px 2px;
}

.modbreak {
	width: 80%;
	background: #fff4f4;
	border: 1px solid #ff0000;
	margin: auto;
	padding: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
.modbreak strong {
	color: #ff0000;
}


.emoticon_bar, .emoticon_bar a {
	width: 100%;
	height: 7px;
	background: #e8edcf;
	margin-top: 4px;
	cursor: pointer;
}
.emoticon_bar:hover, .emoticon_bar a:hover {
	background-color: #d8debd;
}

.panel_item {
	height: 100px;
	width: 139px;
	float: left;
	background: url(panel_item.png) left top no-repeat;
	color: #94a07c;
}
div#alert {
	border: 1px solid rgb(249,108,108);
	background: rgb(249,183,183);
	padding: 10px;
	width: 95%;
	text-align: center;
}
div#tooltip2 {
	position: absolute;
	width: 150px;
	/*border: 1px solid black; */
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	/*padding: 2px;*/
	/*background-color: #FFFF66; */
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=silver,direction=120);
}

.jQueryTooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	padding: 3px;
	font-size: 11px;
}

.notes_save:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}

/* Lightbox */
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.hidden { display: none; }
.expander:hover { opacity: 0.5; }