
/*--------------------------------------------------------------------------------------------*/
/*----------- 		Boardwalk stijlen 						  --------------------------------*/
/*--------------------------------------------------------------------------------------------*/
a.alert 
{
	background-color: #FFD35A !important;
	border: solid 1px #909090;
	margin: 0px 0px 2px 0px;
	color:#FF3333 !important;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	text-transform:lowercase;
	font-variant:normal;
	text-decoration:none;
	height: 16px;
	display: block;
}
a.alert span
{
	margin:1px 6px 2px 6px;
	display: block;
}

.BW_CANVAS, #editbuttonbox {
	margin: 5px 0;
}

.BW_CANVAS * {
	color:#000000;
}

.BW_CANVAS td {
	color:#000000 !important;
}

.BW_CANVAS_section, .BW_CANVAS_label  {
	color:#000000 !important;
}

.BW_CANVAS_Mastertable, 
.BW_CANVAS_Mastertable td, 
.BW_CANVAS_Mastertable th, 
.BW_CANVAS_Mastertable tr {
	padding: 0;	margin:	0; border:0;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color:#000000;
}

.BW_CANVAS_Mastertable input, 
.BW_CANVAS_Mastertable textarea,
.BW_CANVAS_Mastertable select,
.BW_CANVAS_Mastertable option {
	font-family: verdana, arial, helvetica;
}

.BW_CANVAS img {
	border:0;
}

.BW_CANVAS_Mastertable table {
	padding: 2px;
	spacing: 2px;
}

td.BW_CANVAS_content {

}
						
.BW_CANVAS_alerttext, TD.BW_CANVAS_alerttext {	
	font-weight: bold;	
	color: red;
}						
						
.BW_CANVAS_child {	
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
						
.BW_CANVAS_comment {
	font-style: italic;
	font-size: 10px;
}		
						
.BW_CANVAS_label {	
	font-weight: bold;	
	width: 163px;
}

A.BW_CANVAS_label, A.BW_CANVAS_label:visited, A.BW_CANVAS_label:hover {
	font-weight: bold;
	text-decoration: underline;
}
						
						
.BW_CANVAS_input , .BW_CANVAS_area , .BW_CANVAS_select {
	
}

.BW_CANVAS_brand, a.BW_CANVAS_brand:link, a.BW_CANVAS_brand:visited, A.BW_CANVAS_brand:active {
	font-size: 10px;
	color: #909090;
}

a.BW_CANVAS_brand:hover {
	font-size: 10px;
	color: #909090;
	text-decoration: underline;
}
						
td.BW_CANVAS_header {
	font-size: 18px;
	color: #606060;
	font-weight: bold;
}					

td.BW_CANVAS_section {
	font-size: 10px;
	font-weight: bold;
	color: #606060;
	padding: 1px 4px;
	margin: 0px;
	height: 10px;
	vertical-align: bottom;
	position: relative;
}

.BW_CANVAS_margin {
	width: 12px;
}
				
/*HTML EDIT BUTTONS*/
						
.BW_CANVAS_editbuttons {
	font-size: 10px;	
}	

/*Thieme beheer stijlen*/

#TM_beheer_lijst {
	margin-left: 20px;
	line-height: 18px;
}

#TM_beheer_lijst strong{
	display: block;
	margin-bottom: 10px;
}

#TM_beheer_lijst ul{
	clear: both;
}

#TM_beheer_lijst ul, #TM_beheer_lijst li {
	margin:0; padding:0;
	list-style-type:none;	
}

#TM_beheer_lijst ul#alfabet {
	margin: 0 0 30px 0;
	
}

#TM_beheer_lijst ul#alfabet li{
	padding: 2px 8px;
	float: left;
	color:#666666;
}

#TM_beheer_lijst ul#alfabet li a:link,
#TM_beheer_lijst ul#alfabet li a:visited,
#TM_beheer_lijst ul#alfabet li a:active{
	text-decoration:none;
	font-weight:bold;
}

#TM_beheer_lijst ul#alfabet li a:hover{
	color: #FFF;
	background-color: #000;
}

#TM_beheer_lijst ul ul {
	margin-bottom: 30px;
}

#TM_beheer_lijst ul ul ul{
	margin-bottom: 0px;
}

#TM_beheer_lijst li.sitegroep{
	margin: 10px 0;
	font-weight:bold;
	
}

#TM_beheer_lijst li.sitegroep li{
	font-weight:normal;
	padding-left: 10px;
}

#idAreaoEdit1 table table{
	float: left;
}

/* BWBUTTONS STYLING FOR STRICT DOCTYPE  28-07-2010 MA */
.bwButtons-LeftSide { width:4px; height:33px; background:url(../images/leftside.gif) 0 0 no-repeat; float:left;}
.bwButtons-Middle { height:33px; background:url(../images/middle.gif) 0 0 repeat-x; float:left;}
.bwButtons-RightSide { width:4px; height:33px; background:url(../images/rightside.gif) 0 0 no-repeat; float:left;}
.bwButtons-Middle table { margin-top:6px;}
/* */