/*This style is needed only for Demo site - you may delete it START*/
.contentTdLeft .contentStyle {
	background-color: #ebebeb;
}
/*This style is needed only for Demo site - you may delete it END*/

/*Styles for editing article in admin: START*/
/*because of it article content will look in admin the same way*/
/*as in client - so user will be able to normally edit article*/
.contentStyle
{
	background-color:Transparent;
	color: #2D4D9D;
	font: 12px Verdana, Arial, sans-serif;
	
	margin-top: 0px;
	margin-bottom: 19px;
	line-height:15px;
}

.contentStyleBEZOEKERS 
{
    font-size:10px;
}

.contentStyleBEZOEKERS P
{
    margin-top:0;
    margin-bottom:5px;
}

.contentStyleBEZOEKERS A
{
    font-weight:bold;
    font-family:Verdana;
    text-decoration:none;
    color:#AE3031;
    line-height:15px;
}

.contentStyleSTICHTING P
{
    margin-top:0;
    margin-bottom:5px;
}

.contentStyleSTICHTING A
{
    font-weight:normal;
    font-family:Verdana;
    text-decoration:none;
    color:#888888;
    line-height:15px;
}

.contentStyle table {
	color: #2d4d9d;
	font: 12px Verdana, Arial, sans-serif;
}

.contentStyle table.two-colums-template
{
	color: #2d4d9d;
	font: 12px Verdana, Arial, sans-serif;
}

.contentStyle a {
	color: #6699FF;
	text-decoration: none;
}

.contentStyle a:hover {
	text-decoration: underline;
}


.contentStyle p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.contentStyle BLOCKQUOTE
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.contentStyle h6
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.contentStyle h5
{
	margin-top: 0px;
	margin-bottom: 5px;
}
.contentStyle UL
{
    margin-top:5px;
    margin-bottom:5px;
}

.contentStyle input
{
	height: 19px;
	border: solid 1px #96b1d2;
	vertical-align: middle;
	background-color: #FFFFFF;
	color: #595959;
}

.contentStyle textarea
{
	color: #595959;
	border: solid 1px #96b1d2;
	vertical-align: middle;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #96b1d2;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #96b1d2;
	scrollbar-arrow-color: #96b1d2;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;	
}

.contentStyle select
{
	color: #595959;
	border: solid 1px #96b1d2;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.contentStyle .form_checkbox
{
	border: none;
	cursor: pointer;
	background-color: #ffffff;
}

.contentStyle .form_radio{
    cursor: pointer;
    border: 0px solid white;
}

.form_checkbox {
	width: auto;
	height: auto;
}

.form_radio {
	width: auto;
	height: auto;	
}

.form_submit {
	width: 100px;
	height: 20px;
}

.contentStyle .form_submit
{
	background-color:Transparent;
	height: 21px;
	border: solid 1px #bebebe;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	border:solid 1px #96B1D2;
    color:#2D4D9D;
}
/*Styles for editing article in admin: END*/


/*Styles for editing short news text in admin: START*/
/*because of it short news text will look in admin the same way*/
/*as in client - so user will be able to normally edit it*/
.shortNews {
	background-color: #ffffff;
	color: #595959;
	font: 11px Verdana, Arial, sans-serif;
	margin-top: 0px;
}


.shortNews p
{
	margin-top: 0px;
}
/*Styles for editing short news text in admin: END*/
