/* CSS Document 
Colors:

Groen: #004e3a;
Oranje: #f26821;
*/

a.edit,
a.edit:link,
a.edit:visited,
.article dt a.edit,
.article dt a.edit:link,
.article dt a.edit:visited {
	text-decoration:none;
	color: black;
	font-weight:normal;
}

a.edit:hover,
a.edit:active,
a.edit:focus,
.article dt a.edit:hover,
.article dt a.edit:active,
.article dt a.edit:focus {
	color: #f26821;
}

.editorBg {
	background: url(../images/ToolBarBg.gif) no-repeat; 
	width:450px;
	height:25px;
	margin: 0 0 0 245px;
	position:absolute;
	z-index:3;
	color:white;
	font-size:85%;
	}

.ToolBarBtn {
	text-align:left;
	padding: 0 0 0 8px;
	}
	.ToolBarBtn a,
	.ToolBarBtn a:link, 
	.ToolBarBtn a:visited { color:white; }
	
	.ToolBarBtn a:hover,
	.ToolBarBtn a:active, 
	.ToolBarBtn a:focused { color: #004e3a; }
	
.properties,
.title,
.title,
.contentArticle,
.editAttachments {
	color:black; 
	padding:5px 5px 5px 0;
	height:25px;
}

.contentArticle {
	height:auto;
	padding:5px 0 5px 0;
	}

.teaserImage,
.backgroundImage {
	width:450px;
	color:black;
	padding:5px 0;
	line-height:2em;
	clear:both;
}

.backGround { width:600px; clear:both; }

.backGround .lbl {  }

.backgroundImage { width:600px; }
	.backgroundImage .lbl { height:470px; }


.EditControlteaserImage,
.EditControlBackgroundImage,
.EditControlShopResultImage,
.EditControlShopImage {
	border: solid 1px #666;
	float:left;
	width:250px;
	height:150px;
	overflow:hidden;
	margin:0;
}

.EditControlFolderTeaserImage
{
	border: solid 1px #666;
	float:left;
	display:block;
	width:90px;
	height:90px;
	overflow:hidden;
	margin:0;	
}
we
.EditControlProperties table td,
.EditControlteaserImage table td,
.EditControlShopImage table td,
.EditControlBackgroundImage table td { width:100%; height:100%; background: white; }

.TeaserImgPreviewTool table td { width:auto; height:auto; background:auto;}

.EditControlBackgroundImage {
	width:210px;
	height:141px;
	display:block;
	margin: 5px 5px 5px 0;
	}

.EditControlShopImage {
	width:106px;
	height:140px;
	display:block;
	margin: 5px 5px 5px 0;
	}

.EditControlShopResultImage {
	width:103px;
	height:250px;
	display:block;
	margin: 5px 5px 5px 0;
	}

.Btn {
	float:right;
	}



