﻿a img
{
    text-decoration: none;
}

div#div_forum_navigation
{
    border-bottom:0px solid #2eb135;
}
.relatedlinks
{
    /*display: none;*/
}

.div_forum_reply .message
{
	padding: 2px 10px 2px 5px;
}

.forum_newreply
{
	width: 60%!important;
	height: 7em !important;
	overflow: auto;
}

.div_forum_newreply
{
	display: block;
	border-top:1px solid #2eb135;
	padding: 5px 5px 0px 5px;
	width:72.6%;
}

.div_forum_forum div
{
	border:0px solid #2eb135;
	background:#fff;
}

.div_forum_newtopic
{
	display: block;
	border-top:1px solid #2eb135;
	padding: 5px 5px 0px 5px;
	width:72.6%;
}

.forum_navigation
{
    float: left;
    width: 500px;
    height: 1em;
	border: 1px dashed #2eb135;
}

.div_forum_navigation_buttons
{
	float: right;
}

.div_forum_navigation_link
{
	float: left;
color:#ddd;font-size:11px;
}
.div_forum_navigation_link a
{
color:#2eb135;font-size:11px;
}

div.clear 
{
    clear: left; 
    line-height: 0; 
    height: 0;
}

.div_forum_reply
{
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #d2e7f8;
	border-bottom: 1px solid #d2e7f8;
	background:#eff7ff url(../images/forumbg.gif) repeat-y;
	width:74%;
}

.top 
{
    padding: 2px 5px 5px 5px;
    width: 98.6%;
    height: 1em;
    border-bottom: 1px solid #2eb135;
    background-color: #2eb135;
    color: #fff;
}

.replydate
{
    float: left;
}
.icons
{
    width: 120px;
    height: 1em;
    float: right;
    text-align: right;
    margin: 0px 5px 0px 0px;
}

.icons a:link, a:visited {
	border-bottom: 0px solid #fff;
}
.user
{
    float: left;
    width: 190px;
    margin: 0;
    padding: 2px 5px 5px 5px;
    overflow: hidden;    
    color:#2eb135;
}

.message
{
    margin-left: 200px;
    padding: 1em; 
    border-left: 1px solid #2eb135;
    min-height: 100px;
    _height: 100px;
}

span.quote
{
	display: block;
	border: solid 1px  #999;
	margin: 5px;
	padding: 2px;
	background:#fff;
}

.hiddenmessage
{
	display: none;
}

.div_forum_reply .quote
{
	color: #888;
}

.div_forum_reply .quote span
{
	color: #888;
}

.wordcounter
{
    border: 1px solid #eff7ff;
    background-color: #fff;
    height: 3px;
    line-height: 1px;
    width:450px;
}

.wordcounter .overlay
{
    float: left;
    background-color: #6f6;
    width: 1px;
    height: 3px;
    line-height: 1px;
    _margin-bottom: -10px;
}

ul.forumlist
{
    font-size: 125%;
    list-style: none;
    width: 74%;
    margin: 0px;
    padding: 0px;
}

ul.forumlist li, ul.forumlist li.newpost,
ul.forumlist li, ul.forumlist li.normal,
ul.forumlist li, ul.forumlist li.closed,
ul.forumlist li, ul.forumlist li.archived
{border: 0px solid #4dc0fc;}
    
ul.forumlist li, ul.forumlist li.normal
{
    background: transparent ;/*url('../images/icons/forum_blue.png') no-repeat left;*/
    margin: 2px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
}
ul.forumlist li:hover, ul.forumlist li.normal:hover
{
    background: #2eb135 ;/*url('../images/icons/forum_blue.png') no-repeat left;color:#fff;*/
}

ul.forumlist li.newpost a,
ul.forumlist li.normal a,
ul.forumlist li.closed a,
ul.forumlist li.archived a
{
    border:0;
    display:block;
    padding: 5px 0px 5px 0px;
	color:#2eb135;
text-decoration:none;
}
ul.forumlist li.normal a:hover
{
	color:#fff;
}

ul.forumlist li.newpost
{
    background: transparent ;/*url('../images/icons/forum_green.png') no-repeat left;*/
font-weight:bold;
}
ul.forumlist li.newpost:hover
{
    background: #2eb135 ;/*url('../images/icons/forum_green.png') no-repeat left;*/
color:#fff;
}

ul.forumlist li.closed
{
    background: transparent ;/*url('../images/icons/forum_red.png') no-repeat left;*/
color:#c00;
}

ul.forumlist li.closed:hover
{
    background: #2eb135 ;/*url('../images/icons/forum_red.png') no-repeat left;*/
color:#fff;
}

ul.forumlist li.archived
{
    background: transparent ;/*url('../images/icons/forum_black.png') no-repeat left;*/
color:#000;
}

ul.forumlist li.archived:hover
{
    background: #2eb135 ;/*url('../images/icons/forum_black.png') no-repeat left;*/
color:#fff;
}

.errorpopup
{
    position: relative;
    top: -150px;
    left: 350px;
    background: #def;
    height: 67px;
    width: 250px;
    border: 2px solid #000;
    padding: 5px;
}

.errorpopup input
{
    width: 100%;
}

/* BLOG Items */

.article img
{
    width: auto;
    border-bottom:0px;
    margin:auto;
    overflow:auto;
}

.blog_reply
{
    margin: 5px 0px 0px 0px;
	border-top: 1px solid #eff7ff;
	border-bottom: 0px;
	background-color: transparent;
	width: 100%;
}

.div_blog_reply
{
    margin: 5px 0px 5px 84px;
	border-top: 1px solid #d2e7f8;
	background-color: transparent;
	width: 645px;
}

.div_blog_reply .message p
{
    font-weight: bold;
    color: #000;
    text-align: right;
    padding: 20px 0px 0px 0px;
    bottom: 0px;
}

.div_blog_newreply label
{
	width: 59px !important;
	overflow: auto;
	padding-left:20px;
}

.div_blog_newreply input
{
	width: 150px !important;
	overflow: auto;
}

.div_blog_newreply .wordcounter
{
    width: 645px;
    margin:7px 0px 2px 80px;
}


.div_blog_newreply textarea
{
	width: 640px !important;
	height: 7em !important;
	overflow: auto;
    margin:7px 0px 7px 84px;
}

.div_blog_newreply .verstuur
{
    margin:0px 0px 0px 84px;
}

.div_blog_newreply .spelregels
{
    margin:0px 0px 0px 20px;
}


.div_blog_reply .forum_newreply
{
	width: 99%!important;
	height: 7em !important;
	margin-left: 100px;
	overflow: auto;
}

.div_blog_post
{
    margin: 5px 0px 20px 0px;
	border-bottom: 1px solid #eff7ff;
	background-color: transparent;
	width: 100%;
	position: relative;
}

.div_blog_post .blog_reply
{
    bottom: 0px;
    background-color: transparent;
}

.div_blog_reply .message, .div_blog_post .message
{
    margin-left: 0px;
    padding: 1em 1em 1em 20px; 
    border-left: none;
}

.div_blog_reply .message
{
    padding: 5px 5px 0px 5px;
    margin: 0px;
    min-height: 10px;
    _height: 10px;
}

ul.bloglist
{
    font-size: 125%;
    list-style: none;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

ul.bloglist li, ul.bloglist li.normal
{
    background: transparent none no-repeat left;
    border-left: 0px solid #4DC0FC;
    margin: 25px 2px 2px 2px;
    padding: 5px 2px 5px 18px;
    font-size:0.8em;
    border-bottom:1px solid #d2e7f8;
}

ul.bloglist li.newpost
{
    background: #def none no-repeat left;
}

ul.bloglist li.closed
{
    background: #def none no-repeat left;
}

ul.bloglist li.archived
{
    background: #def none no-repeat left;   
}

ul.bloglist H2
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

ul.bloglist H3
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.div_blog_post H1
{
    width: auto;
    margin: 0px;
    padding: 0px 0px 5px 20px;
}

.div_blog_post H2
{
    width: auto;
    margin: 0px 0px 0px 0px;
}

.div_blog_reply H1
{
    display: none;
}

.div_blog_reply H2
{
    display: none;
}

ul.bloglist p
{
    font-weight: bold;
    color: #000;
    text-align: right;
    padding: 20px 0px 0px 0px;
    bottom: 0px;
}

ul.bloglist p span, ul.bloglist p a
{
    border: 0px solid #000 !important;
    margin: 5px;
    padding: 5px;
}

.errormessage
{
	color: #f00;
}
.div_forum_reply 
{background:#fff;border:0;}
.div_forum_newreply  input{background-color:#2eb135;padding:2px 6px;color:#fff;font-size:12px;}
