/****************************************************
 * File:			style.css
 * Author:		Daan Kroese
 * Created:		12/10/2009
 * Description:	Keeps our css style information.      
 ***************************************************/

/* ALGEMENE TEXT-OPMAAK */

html, body, td {
 margin: 0px;
 padding: 0px;
 font-family: sans-serif;
 font-size: 12px;
 color: black;
}



a {
 
 color: #888;
 text-decoration: none;
}

a:hover { 
 color: #1267a3;
}

.clickable {
	cursor: pointer;

}

h1 {
 font-size: 18px;
 font-weight: bold;
 margin: 3px 0px 3px 0px;
 font-family: sans-serif;
 color: black;
}

h2 
{
	
 font-size: 15px;
 font-weight: bold;
 color: black;
 font-family: sans-serif;
 margin: 3px 0px 3px 0px;
}


h3 {
 font-size: 12px;
 font-weight: bold;
 color: #818080;
 font-family: verdana, arial, sans-serif;
 margin: 6px 3px 3px 3px;
}




img {
	border: 0px;
}

#accountSelector select {
	width: 150px;
}


select, input, textarea {
	border: 1px solid #555;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	width: 300px;
	
}



table, td {
	border-spacing: 5px;
	background-color: transparent;
}

/* INDELING */

#body {
 background: #E3F9E3;
 
 margin: 0px;
 padding: 0px;
}

#container {
 position: relative;
 margin: 10px auto 10px auto;
 padding: 0px;
 width: 950px;
 z-index: 0; 
}



#menu {
 	width: 150px;
 	float: left;
 	overflow: hidden;
 	background: white;
 	padding: 20px 0px 20px 20px;
}

#container2
{
	padding: 7px;
	position: relative;
	z-index: 1;	
	
}

#header {
	position: relative;
	background: white;	
	width: 936px;
	height: 150px;
}

#header-logo1
{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 5;
}

#header-logo2
{
	position: absolute;
	right: 40px;
	top: 20px;	
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;	
	color: #D5D5D5;
	letter-spacing: -5px;
	z-index: 5;
}

#bars
{
	width: 936px;
	height: 28px;
	position: absolute;
	top: 130px;
	left: 0;
	background: black;
}

#toplinks
{
	position: absolute;
	top: 130px;
	right: 20px;
	line-height: 27px;
	color: white;
}

#toplinks a, #breadcrumps a
{
	color: white;
}

#toplinks a:hover, #breadcrumps a:hover
{
	color: black;
}

#breadcrumps {
	position: absolute;	
	top: 272px;
	left: 185px;
	text-align: left;
	font-family: arial;
	font-size: 12px;	
	color: white;
	padding: 0px;
	line-height: 27px;
}

#picturebar
{
	width: 936px;
	height: 124px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 4;
}

#container3
{
 width: 936px;
 padding: 0px; 
 margin: 0px;
 background: white;
 
}

#content
{
	float: right;
	padding: 20px 0px 20px 0px;
	width: 750px;


}

#footer
{
	clear: both;	
	font-size: 12px;	
	background: #CCC;
	width: 936px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;	
	color: white;

}

/* MENU */

ul.menu li {
	
	font-family: arial;
	font-size: 12px;
}

ul.menu {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

ul.menu ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}




/* SCHADUW EFFECTEN */
#shadow-tl, #shadow-tc, #shadow-tr, #shadow-cl, #shadow-cr, #shadow-bl, #shadow-bc, #shadow-br
{
	position: absolute;
	z-index: -1;
}

#shadow-tl, #shadow-tr, #shadow-bl, #shadow-br
{
	width: 66px;
	height: 66px;
	background-image: url('../image/shadow-corner.png');
}

#shadow-tl
{
	top: 0;
	left: 0;
	clip: rect(auto, 33px, 33px, auto);
}

#shadow-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 33px, 33px);	
}

#shadow-bl
{
	bottom: 0;
	left: 0;
	clip: rect(33px, 33px, auto, auto);
}

#shadow-br
{
	bottom: 0;
	right: 0;
	clip: rect(33px, auto, auto, 33px);
}

#shadow-tc, #shadow-bc
{
	left: 33px;
	right: 33px;
	height: 66px;
	background-image: url('../image/shadow-h.png');
}

#shadow-tc
{
	top: 0;
	clip: rect(auto, auto, 33px, auto);
}

#shadow-bc
{
	bottom: 0;
	clip: rect(33px, auto, auto, auto);
}

#shadow-cr, #shadow-cl
{
	top: 33px;
	bottom: 33px;
	width: 66px;
	background-image: url('../image/shadow-v.png');
}

#shadow-cl
{
	left: 0;
	clip: rect(auto, 33px, auto, auto);
}

#shadow-cr
{
	right: 0;
	clip: rect(auto, auto, auto, 33px);
}




<!--------------------------------------------------------->
<!--                     formulier                       -->
<!--------------------------------------------------------->
<!--algemeen-->
.form{
	border: 1px solid #555;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	width: 300px;	
}
input, select, textarea {
	border: 1px solid #555;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	width: 300px;
}

button {
	border: 1px solid #555;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 20px;
	width: 100px;
	margin: 5px;
}


.formLeft {
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	border-right: #555 solid 1px;
}




table.form, td.form, .form td .form table {
	margin: 0px;
	border-collapse: collapse;
}

.formRight {
	padding-left: 10px;
}


.formSubmit {
	width: 100px;
	margin-top: 20px;
}

.bg {
	background-color: #E3F9E3;
}



.text{

}

.radio {
	width: 15px;
	border: 0px;
}

.checkbox{
	width: 15px;
	border: 0px;

}

.area{
	cols: 10;
}

.choose{

}


table, td {
	padding: 5px;
	background-color: transparent;
	border-spacing: 0px;
}

.vraag {
	vertical-align: middle;
	margin-left: -18px;
	visibility: hidden;
}

/*-----------------paging----------------*/

table.paging {
	clear:both;
	width: 100%;
	border-collapse: collapse;
}

.paging tr.head2 td {
	font-weight: bold;
	background-color: #EEE;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.paging tr.head1 td {
	border-top: 1px solid #555;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.paging tr.head1 div#left {
	float: left;
	width: 150px;
	text-align: left;
	color: #EEE;
}

.paging tr.head1 div#right {
	float: right;
	width: 150px;
	text-align: right;
	color: #EEE;
}




.paging tr.head1 td form {
	display: inline;
}

.paging tr.head1 td select {
	border: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: -1px 0px -2px -4px;
	font-size: 11px;
	vertical-align: top;
	color: #555;
	
}

.paging tr.record td img {
	margin: -3px 0px -4px 0px;

}

.paging tr.hover td {
	background-color: #EEE;
}

.paging td.link {
	width: 16px;
}

.paging tr.record td.link img {
	margin: 1px;
}

.paging tr.totals {
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

.checkbox
{
	border: 0px;
	padding: 0px;	
	margin: 0px;
	
}

.bg td {
	background-color: #E3F9E3;
}

#rptrfooter .multipleaction
{
	background: #EEE;
	margin-top: 5px;
	padding: 0px;
	width: 400px;	
	height: 25px;
	font-family: arial;
	font-size: 12px;
}

#rptrfooter .multipleaction input, #rptrfooter .multipleaction select
{
	width: 150px;
	float: right;
	vertical-align: middle;
	height: 21px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	margin: 2px;
}

#rptrfooter .multipleaction .value
{
	width: 148px;
	float: right;
	vertical-align: middle;
	height: 19px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	margin: 2px;
}

#rptrfooter .multipleaction img
{
	margin-top: 4px;
	margin-left: 10px;	
	float: left;
	
}

#rptrfooter .multipleaction span
{
	line-height: 15px;
	float: left;
	margin: 5px;
}

#rptrfooter .multipleaction .button
{
	float: right;
	width: 50px;
	height: 21px;
	font-family: arial;
	font-size: 12px;
	vertical-align: middle;
	margin: 2px;
}

/* ----------------------------------------
/* searchformulier
/* -----------------------------------------*/
#advsearchFormContainer {
	border-top:1px solid black;
	clear:both;
	padding:0px;
	margin: 0px;
}

.advsearchForm {
	width:350px;
	float:left;
	padding: 0px;
	margin: 0px;
}

.advsearchForm table tr td{
	padding: 0px;
	margin: 0px;
}

.advsearchForm input {
	width: 120px;	
	font-size: 10px;
	margin: 2px;
}

.advsearchFormSubmit {
	clear: both;
}

.closeform {
	float:right;
	padding: 0px;
}
.closeform img{
	margin-left: 15px;
}

#searchForm {
	float: right;
	margin: 0px 5px 5px 0px;
}

#filterForm {
	float: right;
	margin: 0px 5px 5px 0px;
	width: 500px;
	text-align: right;
}

#searchForm img 
{
	margin: 0px 0px 0px 0px;
	text-align: bottom;
}

#searchForm form 
{
	margin: 0px;
}

#addItem
{
	margin: 0px 5px 5px 0px;
	height: 20px;
	
}

#addItem p
{
	vertical-align: bottom;
}

#searchForm input {
	width: 200px;	
	font-size: 10px;
}

#repeaterheader {
	float: left;
}


/*-----------------datagrid-----------------------*/

table.datagrid {
	width: 100%;
	border-collapse: collapse;
}

.datagrid tr.head2 td {
	font-weight: bold;
	background-color: #EEE;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.datagrid tr.head1 td {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.datagrid tr.head1 div#left {
	float: left;
	width: 150px;
	text-align: left;
	color: #EEE;
}

.datagrid tr.head1 div#right {
	float: right;
	width: 150px;
	text-align: right;
	color: #EEE;
}

.datagrid tr.head1 td form {
	display: inline;
}

.datagrid tr.head1 td select {
	border: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: -1px 0px -2px -4px;
	font-size: 11px;
	vertical-align: top;
	color: #555;
	
}

.datagrid tr.record td img {
	margin: -3px 0px -4px 0px;

}

.datagrid tr.hover td {
	background-color: #EEE;
}

.datagrid td.link {
	width: 5px;
}

/*------------------datagrid template--------*/
table.dg-tpl{
	border: 1px solid #555;
}

.dg-tpl tr.head td {
	text-align: center;
	height: 15px;
}

.dg-tpl tr.img td {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	vertical-align: middle;
	text-align: center;
	height: 205px;
}

.dg-tpl tr.foot td {
	/*text-align: right;*/
	height: 15px;
}



/*-----------------AJAX popups----------------*/

#AJAXPopupPage {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px; left: 0px;
  z-index: 500;
}

#AJAXPopupBG {
  filter: Alpha(Opacity=40);
  -moz-opacity:0.4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #444;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
}



#AJAXPopup {
  background-color: white;
  border: solid 2px black;
  position: relative;
	margin: auto auto auto auto;
  z-index: 1000;
  width: 500px;
  height: 300px;
  padding: 10px;
  text-align: left;
}

#AJAXPopupHeader {
	float: left;
	width: 100%;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid black;
	
}


#AJAXPopupHeader img {
	float: right;
}

#AJAXPopupHeader h2 {
	float: left;
	clear: left;
}

#AJAXPopupHeader a img {
	float: left;
}

#AJAXPopupContent {
	float: left;
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}

#printcontainer {
z-index:100;
position:absolute;
left: 0px;
top:0px;
background-color: transparent;
}

#printcontent {
z-index:0;
position:absolute;
left: 0px;
top:0px;
}

/*-----------------Help pagina's----------------*/

#help-menu {
	float: left;
}

#help-content {
	float: left;
	
	height: 430px;
	overflow: auto;
}

/*-----------------Popups----------------*/

#KKSpopup {
	float: left;
  background-color: white;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px;
}

#KKSpopupHeader {
	float: left;
	border-bottom: 1px solid black;
	width: 100%;
	height: 60px;
}


#KKSpopupHeader #logo {
	float: right;
}

#KKSpopupHeader #buttons {
	float: left;
	clear: left;
}

#KKSpopupHeader h2 {
	float: left;
	
}

#KKSpopupHeader a img {
	float: left;
}

#KKSpopupContent {
	float: left;
	overflow: hidden;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

#OKSCORE a img{
	height: 200px;
	float: left;
	margin: 10px;
}

#NOKSCORE a img{
	height: 200px;
	float: left;
	margin: 10px 10px 10px 100px;
}

#score-footer{
	clear: both;
}