
/**
 * Reactiethread
 */

.commentScores {
    font-weight: bold;
    font-size: 12px;
}

.reactieHeader a.status {
	color: #797165;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader a.statusdevver {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader span.left a.statusadmin {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader a.statuser {
	color: #0803c3;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader a.statusmoderator {
	color: #3399DA;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader a.statusoranje {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.reactieHeader {
	font-weight: normal;
	padding-top: 2px;
	padding-left: 50px;
	padding-right: 12px;
	min-height: 22px;
	font-size: 9px;
	text-align: right;

	vertical-align: text-top;
	border: 0;
    border-bottom-width: 0;
	list-style: none;
	margin-bottom: 0;
	position: relative;
	height: 50px;
	background-color: #D9EEED;

/*
    background-color: #D7F7F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D7F7F6), to(#c5e2f5))!important; 
    background-image: -webkit-linear-gradient(top, #D7F7F6, #c5e2f5)!important;
    background-image:    -moz-linear-gradient(top, #D7F7F6, #c5e2f5)!important;
    background-image:     -ms-linear-gradient(top, #D7F7F6, #c5e2f5)!important;
    background-image:      -o-linear-gradient(top, #D7F7F6, #c5e2f5)!important;
    background-image:         linear-gradient(top, #D7F7F6, #c5e2f5)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D7F7F6', EndColorStr='#c5e2f5')!important;
*/
    
/*
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
*/
}

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

.reactieHeader span.left {
	display: inline;
	float: left;
	margin-top: 5px;
	_display: block;
	_margin-top: 0px;
	padding-top: 6px!important;
}

.reactieHeader span.left img {
    position: absolute;
    left: 70px;
    margin-top: -2px;
    
}

.reactieHeader span.left a {
	color: #909090;
	float: left!important;
	clear: left!important;
	margin-left: 18px!important;
	margin-top: 3px!important;
	font-size: 9px!important;
    text-decoration: none;
}

.reactieHeader span.left a.status {
	margin-right: 10px!important;
	margin-left: 18px!important;
	margin-top: -4px!important;
	clear: left!important;
	color: #333;
	font-size: 14px!important;
	font-weight: normal!important;
	display: block!important;
}

.reactieHeader span.left a.statusmoderator,
.reactieHeader span.left a.statuser,
.reactieHeader span.left a.statusadmin,
.reactieHeader span.left a.statusdevver,
.reactieHeader span.left a.statusoranje {
	margin-right: 10px!important;
	margin-top: -4px!important;
	margin-left: 18px!important;
	clear: left!important;
	font-size: 14px!important;
	font-weight: normal!important;
	display: block!important;
}

a.statuser {
	color: #000060!important;
}

a.statusmoderator {
	color: #0000c0!important;
}


.reactieHeader span.left a.name {
	font-family: "Open Sans Condensed", Trebuchet MS, sans-serif;
    margin-left: 36px!important;
    margin-top: -4px!important;
    font-weight: normal!important;
}

.reactieHeaderKnopjes img {
	margin-right: 3px;
	border: 0px;
}

.reactieHolder {
	margin-bottom: 10px;
	background-color: #EFF6FB;
	border-left: 1px solid #AFB8BE;
	border-right: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #AFB8BE;
	background-color: #D5E8F5;
	overflow: hidden;
}
.reactieDeleted {
	opacity:0.5;filter:alpha(opacity:50);
}
.reactieContainer {
	background-color: #fff;
	border: 0px;
	width: 610px;
    margin: 0 0	0 4px;
}

.reactieUserIcon {
	width: 60px;
	height: 60px;
	float: left;
	margin: 3px;
}

div.reactieBody {
	min-height:0!important;
	height:auto!important;
	background-color: #FAFAFA!important;
	background-image: none!important;
	border: 0;
	list-style: none;
	position: relative;
	margin:0 0 6px 0;
	padding: 12px;
	color: #363636;
}
.reactieDeleted .reactieBody {
	background-color:#f4b8b8;

}
.reactieDeleted .reactieBody,
.reactieDeleted .reactieUserIcon {
	display: none;
}
.reactieBody a {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
}

.reactieBody a:hover {
	background-color: #B9DAEA;
}

.reactieBody .edited {
	font-size: 9px;
	color: #A0A0A0;
}

blockquote {
	margin-left: 40px;
	margin-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 14px;
	margin-top: 14px;
}

.quote {
	background: #DCE7F1 url(http://i.fokzine.net/misc_images/qbg.gif)  no-repeat scroll 0%;
	border-top: dotted 1px #c0c0c0;
	border-bottom: dotted 1px #c0c0c0;
	color: #505050;
	font-size: 90%;
	overflow: hidden;
}

.reactieThreadHeader {
	font-weight: normal;
	font-size: 12px;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	font-weight: bold;
}

.reactieThreadDetails {
	font-weight: normal;
	font-size: 9px;
    width: 100%;
	text-align: right;
   	margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}

.reactieThreadDetails span {
	float: left;
    color: #808080;
    margin-left: 20px;
}

div.reactieThreadDetails b {
    font-size: 14px;
    padding: 4px;
    background-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
}

span.commentScores {
    position: absolute;
    top: 32px;
    right: 5px;
    opacity: 0.3; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  	filter: alpha(opacity=30);
}

#quickReply {
	margin-top: 40px;
}

#quickReplyMessage{
	height: 182px;
	border: 0;
}
#quickReplyMessage,
#quickReplyPreview {
	width: 560px;
	margin: 5px 0 10px 0;
}
#quickReplyPreview a {
	font-weight:bold;
	color:#0000c0;
}
#quickReplyToggleSmileys {
    vertical-align: middle;
    margin-bottom:3px;
    margin-left:10px;
    cursor: pointer;
}
#quickReplySmileys {
    display:none;
    border-top: solid 1px #ccc;
    background-color: #eafcfc;
    margin: 2px;
}
#quickReply .button {
	margin-left: 6px;
}

.av{
	font-family: "Open Sans Condensed", Trebuchet MS, sans-serif;
	font-size:11px;
	color:#a00;
	padding:8px;
}

textarea.inlineReactieEdit {
	height: 182px;
	border: 0;
	width: 560px;
	font-size: 13px;
	margin:5px 0 10px 0;
	*+margin-left: -65px;
	*margin-left: -65px;
}

div.reactieHolder {
	border: 0!important;
	padding: 0!important;
	margin-bottom: 0!important;
	border-top-width: 0!important;
	border-bottom-width: 0!important;
	padding-top: 2px!important;
	padding-right: 5px!important;
	padding-bottom: 2px!important;
	padding-left: 5px!important;
	background-color: transparent!important;
}

img.reactieUserIcon {
	padding: 3px!important;
	border-color: #dddddd!important;
	height: 40px!important;
	width: 40px!important;
	position: absolute!important;
	margin-top: -50px!important;
	margin-left: 8px!important;
	border-width: 1px!important;
	float: left!important;
	z-index: 1!important;
}


span.reactieHeaderKnopjes {
	clear: left!important;
	position: absolute!important;
	bottom: 3px!important;
	z-index: 2!important;
	right: 0px!important;
    margin-right: 2px!important;
    margin-bottom: 21px!important;
	display:none;
}
div.reactieHeader:hover .reactieHeaderKnopjes{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display:inline;
}
div.reactieHolder:hover span.commentScores {
    opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  	filter: alpha(opacity=100);
}

button.min1,button.plus1 {
    font-size: 13px;
    font-weight:normal;
    line-height:12px;
    min-width:14px;
    color: #00c000;
    border: 1px solid #cccccc;
    padding: 2px;
    margin-left:8px;
}
button.plus1{
	color:#666666;
}
button.plus1:hover,
button.min1:hover{
    -webkit-box-shadow: 0px 0px 2px #404040; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 2px #404040; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 2px #404040; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	cursor:pointer;
}



div.quote {
	background-image: none!important;
	background: #F1F1F1!important;
	border-style: solid!important;
	border-width: 0!important;
	border-top-width: 0!important;
	border-right-width: 0!important;
	border-bottom-width: 0!important;
	border-left-width: 3px!important;
	padding: 12px!important;
	line-height: 18px!important;
	border-color: #ddd!important;
	margin-bottom: 18px!important;
}

div.quote b a {
	color: #06a!important;
}

div.quote b {
	font-size: 11px!important;
	line-height: 13px!important;
}


/**
 * header reactievenster
 */
 .itemContainer {
     width: 600px;
     margin: 0 auto;
    margin-top: 30px;
	padding-left:8px;
    padding-top: 10px;
  	background-color:#efefef;
 }
.itemContainer#quickReply .category h2 {
	font-size: 20px;
	font-family: "Open Sans Condensed", Trebuchet MS, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	color: #00a2ff;
	text-transform:capitalize;
	border-width: 0px;
	border-left:4px solid #393939;
	padding-left:6px;
	margin:0px;
    margin-bottom: 10px;
}
.itemContainer#quickreply .category h2 a{
	color: #00a2ff;
	text-decoration:none;
}
.itemContainer .message {
	font-family: "Open Sans Condensed", Trebuchet MS, sans-serif;
    font-size: 12px;
    width: 580px;
    display: block;
    margin-bottom:12px;
}

.itemContainer #quickReplyPreviewButton,
.itemContainer #quickReplySubmitButton,
.inlineReactieEditButton{
	background-color:#e3e3e3;
    border: solid 1px #ccc;
    margin: 0 5px 0 0;
    padding: 6px 10px;
}
.itemContainer #quickReplyPreviewButton:hover,
.itemContainer #quickReplySubmitButton:hover,
.inlineReactieEditButton:hover{
	cursor:pointer;
	background-color:#dadada;
}
.itemFooter{
	font-family: "Open Sans Condensed", Trebuchet MS, sans-serif;
	font-size:12px;
	margin-left:10px;
}
.itemFooter + br + br + h3{
	border-left:4px;
}