﻿/*-------- Overzicht blog entry's -------*/

.tblBlogItem
{
	background:url(/Woonbedrijf/img/Site/bg_blogEntry.gif) repeat-x bottom;
	display:block;
}

.blogEntry
{
	
	padding:10px 20px 40px 20px;
	display:block;
	text-align:left;
	}

.blogDate
{
	float:right;
	overflow: auto;
	padding:3px;
	color:#474747;
	font-weight:bold;
}

.blogTitel
{
	font-weight:bold;
	font-size:1.4em;
	float:left;
	width:550px;
}

html>body .blogTitel
{
	float:none;
}

a.blogTitel { text-decoration:none;}

a.blogTitel:hover { text-decoration:underline;}

.blogPic
{
	float:right;
	clear:both;
	padding-top:10px;
}

.blogLeadText
{
	display:block;
	overflow: auto;
	position:relative;
	width: 550px;
	float:left;
}

html>body .blogLeadText
{
	margin-top:10px;
	margin-right:100px;
	float:none;
}

.blogMore
{
	position:relative;
	display:block;
	float:left;
	clear:left;
	width:auto;
}

html>body .blogMore {padding-top:10px;}

.blogReacties
{
	position:relative;
	clear:right;
	display:block;
	float:right;
	padding:10px 0 15px 0;
	text-align:right;
	width:100px;
}

/*-------- Reacties achter blog-------*/

.tblBlog
{
	width:550px;
}

#lblTitle
{
	font-weight:bold;
	font-size:1.2em;
}

#cmdReageer
{
	background:url(/Woonbedrijf/img/Site/btn_reageer.gif);
	width:76px;
	height:16px;
	display:block;
}

.reactieEntry
{
	background:url(/Woonbedrijf/img/Site/bg_blogEntry.gif) repeat-x bottom;
	display:block;
	padding:20px;
	width:700px;
	border-bottom:1px solid #c6c6c6;
	
}

.reactieNaam
{
	font-weight:bold;
	margin-right:10px;
	float:left;	
}

.reactieDatum
{
	float:right;	
}

.reactieBody
{
	clear:both;
	float:left;
	margin:0px 0 0px 0;
	padding:20px 20px 10px 0px;
	width:100%;
}

html>body .reactieBody
{
	padding:15px 0 20px 0;
}

/* ==== Moderator Classes ==== */

.moderatorEntry
{
	display:block;
	padding:20px;
	width:700px;
	border-bottom:1px solid #999;
	background:#DDD;
	color:#444;
}

.moderatorNaam
{
	font-weight:bold;
	margin-right:10px;
	float:left;	
}

.moderatorDatum
{
	float:right;	
}

.moderatorBody
{
	clear:both;
	float:left;
	margin:0px 0 0px 0;
	padding:20px 20px 10px 0px;
	width:100%;
}

html>body .moderatorBody
{
	padding:15px 0 20px 0;
}

/*-------- Geef een reactie -------*/

#lblHeader
{
	font-size:1.4em;
	display:block;
	margin-bottom:10px;
}

#lblTitel
{
	font-weight:bold;
	display:block;
	margin-bottom:10px;	
}


input, select, textarea
{
	background-color:#d0d2d0;
	border:1px solid #656565;
}

#cmdAnnuleer
{
	margin-top:20px;
	background-image:url(/Woonbedrijf/img/Site/btn_annuleer.gif);
	width:82px;
	height:16px;
	display:block;
	float:left;
}

#cmdVerstuur
{
	margin-top:20px;
	background-image:url(/Woonbedrijf/img/Site/btn_verstuur.gif);
	width:151px;
	height:23px;
	display:block;
	float:right;
	
}

.error
{
	font-weight:bold;
	background-image:url(img/Site/error.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:20px;
	font-size:13px;
	height:20px;
}

#tblReageer #txtReactie
{
	width:550px;
}

#txtNaam, #txtEmail
{
	width:300px;
}

/* Blogcontrol */

.blogcontrol
{
	background-image: url(img/Site/blogctr_bg.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	padding-top: 5px;
	line-height: 12px;
	width: 185px;
	height: 54px;
	overflow: hidden;
}

.blogcontrol .blogdatum
{
	margin-left: 20px;
	font-size: 9px;
	color: #a9a9a9;
}

.blogcontrol .blogtitel
{
	display: none;
}

.blogcontrol .blogtekst
{
	display: block;
	margin-top: 7px;
	margin-left: 20px;
	font-size: 9px;
}

.blogcontrol .bloglink
{
}
