/* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html
{
}
body
{
	font-family: Arial, Sans-Serif;
	font-size: 81.25%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0em 0em 0em 0em;
	padding: 2em 2em 2em 2em; /* 		scrollbar-arrow-color : #FFFFFF; 		scrollbar-face-color : #3399FF; 		scrollbar-track-color: #FFFFFF; 		scrollbar-base-color : #99CCFF; 		scrollbar-highlight-color : #3399FF; 		scrollbar-shadow-color : #3399FF; 		scrollbar-darkshadow-color : #99CCFF; 		*/
}
body.larger
{
	font-size: 95%;
}
body.largest
{
	font-size: 110%;
}
/*Tijdelijk,verwijderen wanneer in thema.css toegevoegd (zie thema.css onderaan)*/
.btnHuisstijl
{
    border-top:1px solid #fff;
    border-left:1px solid #e8f4e2;
    border-bottom:1px solid #cddfde;
    border-right:1px solid #cddfde;
    background-image:url(../../images/bg_btn.gif) !important;
    background-repeat:repeat-x;
    height:19px;
    padding:0;
    margin:0;
    color:#006987;
}
.btnHuisstijlZoeken
{
    border-top:1px solid #fff;
    border-left:1px solid #e8f4e2;
    border-bottom:1px solid #cddfde;
    border-right:1px solid #cddfde;
    background-image:url(../../images/bg_btn.gif) !important;
    background-repeat:repeat-x;
    height:19px;
    padding:0;
    margin:0;
  /*  padding-left:10px;*/
    font-weight:bold;
    color:#006987;
    /*margin-top:-20px;*/
    z-index:0;
}
.btnHuisstijlZoekenContainer
{
    background-color:Transparent;
    background-image:url(../../images/btn_arrow_right.gif) !important;
    background-repeat:no-repeat;
    background-position:left center;
    color:#006987;
    padding-left:10px;
    height:19px;
    padding:0;
    margin:0;
    width:12px;
    height:12px;
    display:block;
    z-index:10;
    display:none;
}

/* Om zoeken-css goed te krijgen, voor alle websites: Nog door te voeren.

#search BUTTON,
.btnHuisstijl
{
    border-top:1px solid #fff;
    border-left:1px solid #e8f4e2;
    border-bottom:1px solid #cddfde;
    border-right:1px solid #cddfde;
    background-image:url(../../images/bg_btn.gif) !important;
    background-repeat:repeat-x;
    height:19px;
    padding:0;
    margin:0;
}
#search BUTTON span
{
    background-color:Transparent;
    background-image:url(../../images/btn_arrow_right.gif) !important;
    background-position:left center;
    color:#006987;
    padding-left:10px;
    height:19px;
    padding:0;
    margin:0;
}
#search BUTTON span span
{
    visibility:visible;
    display:block;
}
*/
/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
h1
{
	font-size: 160%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	margin: 0.75em 0em 0.25em 0em;
}
h2
{
	font-size: 160%; /* font-family : Demos, Times New Roman, Serif; */
	font-weight: normal;
	margin: 0em 0em 0.25em 0em;
}
h3
{
	font-size: 100%;
	margin: 0em 0em 0em 0em;
}
h4
{
	font-size: 100%;
	margin: 0em 0em 0em 0em;
}
p
{
	margin: 0em 0em 1em 0em;
}
pre, code
{
}
/* hypertext (a) */
a
{
}
a:link
{
	text-decoration: underline;
	color: #005462;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:visited, a:active
{
	text-decoration: underline;
	color: #005499;
}
/* list (dl, dt, dd, ol, ul, li) */
ul
{
	margin: 0em 0em 1em 2em;
	padding: 0px;
}
ul ul, ul ol
{
	margin-bottom: 0em;
}
ul li
{
}
ol
{
}
ol ol, ol ul
{
	margin-bottom: 0em;
}
ol li
{
}
dl
{
}
dt
{
	font-weight: bold;
}
dd
{
}
/* object (object, param) */
object
{
}
/* presentation (b, big, hr, i, small, sub, sup, tt) */
hr
{
	border: none;
	width: 100%;
	height: 1px;
	color: #4d8891;
	background-color: #4d8891;
	clear: both;
}
/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
form
{
	margin: 0em;
}
fieldset
{
	border: none;
	padding: 0em;
}
legend
{
	font-size: 100%;
	font-weight: bold;
}
button, input, textarea, select
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
	vertical-align: middle;
}
input.radio, .radio input
{
	width: auto;
	border: none;
}
input.image
{
	width: auto;
	border: none;
}
input.button, button
{
	width: auto;
}
textarea
{
}
select
{
}
label
{
	vertical-align: middle;
	font-size: 100%;
	font-weight: normal;
	padding-right: 1em;
}
/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
table
{
	font-size: 100%;
	border-collapse: collapse;
	margin: 1em 0em 1em 0em;
	border: 0px;
	border-bottom: 1px solid #cccccc;
}
caption
{
	padding: 0.3em 0.6em 0.4em 0.6em;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
tr
{
	vertical-align: top;
}
th
{
	padding: 0.2em 0.4em 0.2em 0.4em;
	text-align: left;
	font-weight: bold;
}
td
{
	padding: 0.3em 0.6em 0.4em 0.6em;
}
thead
{
}
thead th
{
	background-color: #cdde40;
	color: #006987;
	font-weight: bold;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
thead th p
{
	margin-bottom: 0;
}
tfoot
{
}
tfoot th
{
}
tfoot td
{
}
tbody
{
}
tbody tr
{
	padding-left: 6px;
	padding-right: 6px;
}
tbody th
{
	border: none;
}
tbody td
{
	border-right: none;
	border-bottom: solid 1px #cccccc; /*background-image:url(/NetWriterSite/images/table_spacer.gif);                     background-repeat:repeat-x;                     background-position: bottom;*/
}
.bg_grid_left_top, .bg_grid_right_top
{
	background-image: url(/NetWriterSite/images/table_line_light_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_grid_right_top
{
	background-position: right top;
}
.bg_grid_left_bottom, .bg_grid_right_bottom
{
	background-image: url(/NetWriterSite/images/table_line_gray.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_grid_right_bottom
{
	background-position: right bottom;
}

/* img */
img
{
	border: none;
}
/* Generic */
.smaller
{
	font-size: smaller;
}
.hidden
{
	display: none;
}
.left
{
	float: left;
}
img.left
{
	margin: 0em 0.5em 0.5em 0em;
}
.right
{
	float: right;
}
img.right
{
	margin: 0em 0em 0.5em 0.5em;
}
.clear
{
	clear: both;
}
div.clear
{
	height: 1px;
	overflow: hidden;
}
.textMenuLabel
{
	padding-top: 5px;
	
	padding-right: 5px;
	
	padding-bottom: 15px;
 }

