

/* Styles not part of the original jive-thread.css */
#jive-body-main {
	position:relative;
	margin-top:20px;
	color:#333333;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	text-align:left;
}

#articlebody #jive-body-main{
	width:670px;
}

#jive-body-main .jive-content-controls {
	display:block;
	font-size: .8333em;
	padding:10px 0 5px;
	text-align:right;
	/*Customisatie*/
	display:none;
}


/* Jive Thread Info */
#jive-body-main .jive-thread-info {
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-icon-discuss.gif) no-repeat top left;
	/*Customisatie
	padding: 0 0 15px 40px;
	*/
	height:53px;
	margin: 0 0 15px;
	}
#jive-body-main .jive-thread-info h1 {
	margin: 0;
	/*Customisatie
	color: #1a64b8;
	font-size: 1.6em;
	padding: 0;
	font-weight: normal;
	*/
	/*background-color:#464646;*/
	
	font-weight:bold;
	font-size:1em;
	padding:4px 5px 2px 40px;
	line-height:1.5;
	}

#jive-body-main .jive-thread-info h1 a{
	/*color:#fff;*/
	font-size:1.8em;
}

#jive-body-main .jive-thread-info p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #777;
	}
#jive-body-main .jive-thread-info a.jive-link-rss-small {
	background-image:url(http://vrt.hosted.jivesoftware.com/images/jive-icon-rss-12x12.gif);
	background-color:transparent;
	background-position:left center;
	background-repeat:no-repeat;
	padding:1px 0 1px 17px;
	margin: 0 0 0 5px;
	}

/* Jive Reply Form */
#jive-body-main .jive-reply-form {
	padding: 10px 0;
	margin: 10px 0;
	}
#jive-body-main .jive-reply-form h1 {
	margin: 0;
	padding: 10px 0 0;
	font-weight: normal;
	color: #1a64b8;
	font-size: 1.6em;
	border-bottom: solid 1px #dfdfdf;
	}
#jive-body-main .jive-reply-form h2 {
	padding: 0px 0px 5px;
	margin: 0px 0px 5px;
	border-bottom: solid 1px #dfdfdf;
	font-size: 1.3em;
	color: #666;
	}
#jive-body-main .jive-reply-form span.jive-comment-form-link {
    font-weight: normal;
    padding-left: 5px;
    font-size: .9em;
    }
#jive-body-main .jive-reply-form h2 span.jive-comment-form-link {
    font-size: .75em;
    }
#jive-body-main .jive-reply-form ul {
	/*Zorg ervoor dat de commentaar-box onderaan een artikel niet te breed wordt
	width: 100%;*/
	padding: 0;
	margin: 10px 0;
	}
#jive-body-main .jive-reply-form li {
	margin: 0 0 1em;;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
#jive-body-main .jive-reply-form ul.jive-comment-guest,
#jive-body-main .jive-reply-form ul.jive-comment-login {
	width: 210px;
	float: left;
	/*Voorzie wat marge tussen de login-box en de commentaar-box*/
	margin-right:10px;
	}
#jive-body-main .jive-reply-form ul.jive-comment-guest {
	margin-right: 20px;
	padding-right: 40px;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-divider-or.gif) no-repeat center right;
	}

#jive-body-main .jive-reply-form li.jive-comment-username,
#jive-body-main .jive-reply-form li.jive-comment-password,
#jive-body-main .jive-reply-form li.jive-comment-email,
#jive-body-main .jive-reply-form li.jive-comment-name  {
	width: 210px;
	margin-right: 20px;
	}

#jive-body-main .jive-reply-form li.jive-comment-button,
#jive-body-main .jive-reply-form li.jive-comment-remember,
#jive-body-main .jive-reply-form li.jive-comment-textarea {
	clear: left;
	}


#jive-comment-author {
    padding: 10px 0 0;
    }
#jive-comment-author img {
    border: 1px solid #dadada;
    float: left;
    padding: 2px;
    }
#jive-comment-author div {
    float: left;
    padding: 10px 5px;
    }
#jive-comment-author strong {
    font-size: 1.2em;
    padding-right: 5px;
    }
#jive-comment-author span {
    font-size: .9em;
    }

#jive-body-main .jive-reply-form label {
	color: #545454;
	font-size: 1.1em;
	line-height: 1.65em;
	font-weight: normal;
	margin: 0 0
	}

#jive-body-main .jive-reply-form input.jive-input {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #444;
	font-size: 1.2em;
	padding: 0.3em;
	width: 200px;
	}
#jive-body-main .jive-reply-form input.jive-checkbox,
#jive-body-main .jive-reply-form input.jive-radio {
	float: left;
	}
#jive-body-main .jive-reply-form button.jive-button {
	}
#jive-body-main .jive-reply-form textarea.jive-textarea {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #444;
	font-size: 1.2em;
	width: 99.5%;
	height: 100px;
	}
#jive-body-main .jive-reply-form input.jive-input:focus,
#jive-body-main .jive-reply-form textarea.jive-textarea:focus {
	border-color: #bbb;
	}

#jive-body-main abbr {
	border: none;
}


/* Errors */
#jive-body-main ul.jive-error {
	background-color: #f1d8d7;
	padding: 0 0 10px
}
#jive-body-main ul.jive-error li {
	color: #c21a12;
	list-style-type: disc;
	padding: 10px 0 0;
	margin: 0 40px 0;
}
#jive-body-main label.jive-error {
	color: #c21a12;
	font-weight: bold;
}

/*
jive-thread.css
styles specific to threads/discussions in Jive SBS
*/

/* thread info (above thread view) */
#jive-body-main .jive-thread-info {
	color: #666;
	}
#jive-body-main .jive-thread-info a.jive-link-rss-small {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	}

/* thread - original Post and Reply shared styles */
#jive-body-main .jive-thread-post,
#jive-body-main .jive-thread-reply {
	border-width: 1px;
	border-style: solid;
	margin: 0 0 4px;
	overflow: hidden;
	position: relative;
	}
/* thread -- original post styles */
#jive-body-main .jive-thread-post {
	background: #d5e3ee url(http://vrt.hosted.jivesoftware.com/images/jive-thread-bg-author.png) repeat-y top left;
	border-color: #d5e5f1;
	}
#jive-body-main .jive-thread-post .jive-thread-post-moderating,
#jive-body-main .jive-thread-reply .jive-thread-post-moderating {
    display: none;
}
#jive-body-main .jive-thread-post-subject {
	width: 100%;
	padding: 0;
	margin: 0;
	}
* html #jive-body-main .jive-thread-post-subject {  /* targets IE <= 6 only */
	width: 99%;
	}
#jive-body-main .jive-thread-post-subject-content {
	clear: none;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-div-dotted.gif) repeat-x bottom;
	}
#jive-body-main .jive-thread-post-subject-content h2,
#jive-body-main .jive-thread-post-subject-content h2 a {
	width: auto;
	padding: 0;
	font-size: 2.2222em;
	font-weight: normal;
	margin: 0 100px 0 0;
    text-decoration: none;
    }
#jive-body-main .jive-thread-post-subject-content h2 a,
#jive-body-main .jive-thread-post-subject-content h2 a:hover {
	color: #333;
	margin: 0;
	text-decoration: none;
	}
#jive-body-main .jive-thread-post-subject-content h2 a:active {
	outline: none;
	}
#jive-body-main .jive-thread-post-subject-content h3 {
	color: #777;
	font-size: 1em;
	font-weight: normal;
	padding: 2px 0 3px;
	margin: 0 100px 0 0;
	width: auto;
    }
#jive-body-main .jive-thread-post-reply {
	float: right;
	height: 27px;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-replybtn-bg-right.gif) right no-repeat;
	}
#jive-body-main .jive-thread-post-reply a {
	display: block;
	padding: 5px 12px 6px 33px;
	margin: 0 5px 0 0;
	font-size: 1.1111em;
	font-weight: bold;
	text-decoration: none;
	color: #355491;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-replybtn-bg-left.gif) top left no-repeat;
}
#jive-body-main .jive-thread-social-post-reply {
	float: right;
	height: 27px;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-social-reply-btn-right.gif) right no-repeat;
}
#jive-body-main .jive-thread-social-post-reply a {
	display: block;
	padding: 5px 12px 6px 33px;
	margin: 0 5px 0 0;
	font-size: 1.1111em;
	font-weight: bold;
	text-decoration: none;
	color: #355491;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-social-reply-btn-left.gif) top left no-repeat;
}
#jive-body-main .jive-thread-post-reply a:hover {
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-replybtn-bg-left-over.gif) left no-repeat;
	}
#jive-body-main .jive-thread-post-body-container {
	min-height: 125px;
    }
#jive-body-main .jive-thread-post-message {
    margin: 0;
    overflow: hidden;
    padding: 0 0 3px 0;
    }
* html #jive-body-main .jive-thread-post-message {
    padding-bottom: 30px;
    width: 99%;
	}

/* jive thread - reply styles */
#jive-body-main .jive-thread-messages {
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0 0 40px;
	}
#jive-body-main .jive-thread-reply {
	background: #f4f3f3 url(http://vrt.hosted.jivesoftware.com/images/jive-thread-bg.png) repeat-y top left;
	border-color: #dcdcdc;
	}
#jive-body-main .jive-thread-reply-indent3 {
	margin-left: 20px;
	}
#jive-body-main .jive-thread-reply-indent4 {
	margin-left: 40px;
	}
#jive-body-main .jive-thread-reply-indent5 {
	margin-left: 60px;
	}
#jive-body-main .jive-thread-reply-indent6 {
	margin-left: 80px;
	}
#jive-body-main .jive-thread-reply-indent7 {
	margin-left: 100px;
	}
#jive-body-main .jive-thread-reply-indent8 {
	margin-left: 120px;
	}
#jive-body-main .jive-thread-reply-indent9 {
	margin-left: 140px;
	}
#jive-body-main .jive-thread-reply-indent10 {
	margin-left: 160px;
	}
#jive-body-main .jive-thread-reply-indent11 {
	margin-left: 180px;
	}
#jive-body-main .jive-thread-reply-indent12 {
	margin-left: 200px;
	}
#jive-body-main .jive-thread-reply-indent-max {
	margin-left: 220px;
	}
#jive-body-main .jive-thread-reply-indent2,
#jive-body-main .jive-thread-reply-indent3,
#jive-body-main .jive-thread-reply-indent4,
#jive-body-main .jive-thread-reply-indent5,
#jive-body-main .jive-thread-reply-indent6,
#jive-body-main .jive-thread-reply-indent7,
#jive-body-main .jive-thread-reply-indent8,
#jive-body-main .jive-thread-reply-indent9,
#jive-body-main .jive-thread-reply-indent10,
#jive-body-main .jive-thread-reply-indent11,
#jive-body-main .jive-thread-reply-indent12,
#jive-body-main .jive-thread-reply-indent-max {
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-thread-indent-arrow.gif) no-repeat left top;
	padding-left: 11px;
	}
#jive-body-main .jive-thread-reply-indent2 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent3 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent4 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent5 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent6 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent7 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent8 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent9 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent10 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent11 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent12 .jive-thread-reply-indent-shadow,
#jive-body-main .jive-thread-reply-indent-max .jive-thread-reply-indent-shadow {
	padding-left: 8px;
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-thread-indent-bg.gif) repeat-y top left;
	}
/* author styles (name, avatar, level, number of posts) */
#jive-body-main .jive-thread-post .jive-author,
#jive-body-main .jive-thread-reply .jive-author {
	position: relative;
	display: block;
	float: left;
	color: #777;
	text-align: center;
	width: 133px;
	padding-bottom: 10px;
	padding-top: 80px;
	z-index: 2;
	}
#jive-body-main .jive-thread-post .jive-author a,
#jive-body-main .jive-thread-reply .jive-author a{
	color: #555;
	font-weight: bold;
	text-decoration: none;
	}
#jive-body-main .jive-thread-post .jive-author a:hover
#jive-body-main .jive-thread-reply .jive-author a:hover{
	text-decoration: underline;
	}
#jive-body-main .jive-thread-post .jive-author span.jive-author-avatar-container,
#jive-body-main .jive-thread-reply .jive-author span.jive-author-avatar-container {
	position: absolute;
	display: block;
	width: 134px;
	margin: 0;
	left: 0;
	top: 0;
	padding-bottom: 4px;
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-thread-arrow.gif) no-repeat right 42px;
	z-index: 3;
	}
#jive-body-main .jive-thread-post .jive-author-avatar,
#jive-body-main .jive-thread-reply .jive-author-avatar {
	background-image: none;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 3px;
	margin: 19px 0 2px;
	overflow: hidden;
	}
#jive-body-main .jive-thread-post .jive-thread-post-body-container,
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px 12px 12px 17px;
    z-index: 1;
    }

/* targets IE =< 6 */
* html #jive-body-main .jive-thread-post .jive-thread-post-body-container,
* html #jive-body-main .jive-thread-reply .jive-thread-reply-body-container {
	margin-left: 133px;
	}
#jive-body-main .jive-thread-post .jive-thread-post-body,
#jive-body-main .jive-thread-reply .jive-thread-reply-body {
	overflow: hidden;
	padding: 6px 6px 6px 0;
	position: relative;
	}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject {
	font-size: .8889em;
	color: #777;
	padding: 0 0 18px;
	margin: 0;
	background-image: none;
}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date {
	padding-bottom: 3px;
	}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date img {
    display:inline;
}

#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject strong {
	font-size: 1.1111em;
	display: block;
	padding-top: 1px;
	color: #555;
	}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject strong a {
    text-decoration:none;
    color: #555;
    }
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container {
	/*Customisatie*/
	/*min-height: 120px;*/
	}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message {
	width: 100%;
	overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
	min-height: 42px;
	padding-bottom: 3px;
	}

/* IE <= 6 only */ * html .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message {
	padding-bottom: 20px;
	width: 99%;
	}
#jive-body-main .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message a {
	outline: none;
	}
#jive-body-main #jive-postpage .jive-thread-reply-message {
	min-height: 72px;
	}
/* IE <= 6 only */ * html #jive-postpage .jive-thread-reply-message {
	padding-bottom: 50px;
	}

/* Post & Reply Details */
#jive-body-main .jive-thread-post-details,
#jive-body-main .jive-thread-reply-details {
	color: #666;
	display: block;
	font-size: .8889em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
    }
/* IE <= 6 only */ * html .jive-thread-post-details,
/* IE <= 6 only */ * html .jive-thread-reply-details {
	width: 99%;
	}
#jive-body-main .jive-thread-post-details a,
#jive-body-main .jive-thread-reply-details a {
	text-decoration: none;
	}
#jive-body-main .jive-thread-post-details a:hover,
#jive-body-main .jive-thread-reply-details a:hover {
	text-decoration: underline;
	}
#jive-body-main .jive-thread-reply-link {
	font-weight: bold;
	padding: 0 0 0 16px;
	background: url(http://vrt.hosted.jivesoftware.com/images/jive-icon-reply-13x13.gif) left no-repeat;
	}
/* Post details specific styles */
#jive-body-main .jive-thread-post-details {
	border: 0;
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-div-dotted.gif) repeat-x top;
	padding: 10px 0 2px;
	margin-top: 25px;
	}
#jive-body-main .jive-thread-post-details .jive-thread-reply-link {
	float: right;
	}

/* Reply details specific styles */
#jive-body-main .jive-thread-reply-details {
	padding: 20px 0 0;
	text-align: right;
	}
#jive-body-main .jive-thread-reply-details a {
	margin-left: 9px;
	}
#jive-body-main .jive-thread-post .jive-author span.jive-author-avatar-container {
	background-image: url(http://vrt.hosted.jivesoftware.com/images/jive-thread-arrow-author.gif);
	}
#jive-body-main .jive-thread-post .jive-thread-post-body-container {
	background-color: #eef4f9;
	border-color: #c5d9e8;
    }
#jive-body-main .jive-thread-post .jive-thread-post-body-container {
	background-image: url(http://vrt.hosted.jivesoftware.com/images/jive-thread-bg-body.png);
	background-repeat: no-repeat;
	background-position: top right;
	}


/* reply footer */
#jive-body-main .jive-thread-reply-footer-top {
	display: inline;
	position: relative;
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/up-10x10.gif) no-repeat left;
	padding: 1px 5px 1px 13px;
	font-size: .8889em;
	}
/* IE <= 6 */ * html .jive-thread-reply-footer-top {
	display: inline-block;
	}
#jive-body-main .jive-thread-post-reply-to-top {
	background: transparent url(http://vrt.hosted.jivesoftware.com/images/jive-icon-reply-18x18.gif) no-repeat left;
	padding: 2px 2px 2px 24px;
	font-size: .8889em;
	font-weight: bold;
	}
#jive-body-main #jive-thread-reply-footer {
	clear: both;
    position: relative;
	margin-top: 30px;
	padding: 0 5px;
	text-align: right;
	}
#jive-body-main #jive-thread-reply-footer .jive-thread-reply-footer-top,
#jive-body-main #jive-thread-reply-footer .jive-thread-post-reply-to-top {
	font-size: 1em;
	}
#jive-body-main #jive-thread-reply-footer .jive-thread-reply-footer-top {
	padding-right: 15px;
	}
    
/*guests enabled: suppress normal login while guests are allowed */   
#jive-body-main .jive-reply-form ul.jive-comment-login{
    display:none;
}
#jive-body-main .jive-reply-form ul.jive-comment-guest{
    background:none;
}
#jive-body-main .jive-reply-form .jive-table-row-capthca{
    background:none;
}
#jive-body-main .jive-reply-form table{
    margin-top:38px;
    border:none;
}
#jive-body-main .jive-reply-form table tr td{
    border:none;
}

#jive-body-main .jive-reply-form .jive-table-row-capthca input{
    border:1px solid #DFDFDF;
    color:#444;
    font-size:1.2em;
    padding:0.3em;
}
#jive-body-main .jive-reply-form ul.jive-comment-guest{
    padding-right:20px;
}
/*guests enabled*/

