/* A fixed set of classes for every template are defined here */
/* Values for these classes are to be designed by yourself    */
/* Extra classes for a template must be defined in another    */
/* css-file                                                   */

body{
margin-left:10px;
margin-top:0px;
padding:0;
font-family: verdana, arial, sans-serif;
}
select, input, textarea, checkbox {
border-collapse: collapse;
font-size: 1.0em;
font-family: verdana, sans-serif;
background: #DEE7BC;
}
input{
padding-left: 4px;
}
.pagetitle {
margin: 10;
padding:0;
font-family: verdana, sans-serif;
font-size: 1.1em;
color: #000;
}

textarea {
border-collapse: collapse;
font-size: 1.0em;
font-family: verdana, sans-serif;
/* background: #DEE7BC; */
}


.blk_main{
clear: both;
float: left;
width: 100%;
/* border: solid 2px #d5d5d5; */
/*
font-family: verdana, arial, sans-serif;
font-size: 0.95em;
line-height: 140%;
height: 600px;
z-index: 0;
*/
}
.leftgroup {
  float: left;
/*  width: 70%; */
/*
  border: 1px solid #cccccc;
  border-left-style: hidden;
  background-color: #ffffff;
  padding: 2px;
*/
/*
  display: table;
*/
}
.rightgroup {
  float: left;
  width: auto;
  border: 1px solid #cccccc;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  padding-bottom: 2px;
  margin-left: 7em;
  margin-top: 2px;
  font-size: 0.95em;
}



.tablelist {
border-spacing: 3px;
font-family: verdana, sans-serif;
font-size: 0.95em;
}
.tablelist  td{
border-style: solid;
border-width: 1px; 
border-color: #cccccc;
padding: 10px;
}
#tdwat{
text-align:right;
border-style:solid;
border-color:#000000;
padding: 1px;
}
.tablerow_ev {
background-color: #C8D68C;
border-bottom: 1px solid #859836;
}
.tablehdr {
border-top: 1px solid #859836;
font-size: 1.1em;
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #859836;
}
.tabledet_ev {
background-color: #C8D68C;
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #859836;
}
.tabledet_od {
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #859836;
}
.tabledet_ev_but {
background-color: #C8D68C;
padding-left: 3px;
padding-right: 3px;
border-bottom: 1px solid #859836;
}
.tabledet_od_but {
padding-left: 3px;
padding-right: 3px;
border-bottom: 1px solid #859836;
}
.divfpnl a {
background:transparent url(../images/blanco2_s.gif) no-repeat center center;
color: #FFFFFF;
line-height: 37px;
font: 1.3em/37px verdana, sans-serif;
text-align: center;
text-decoration: none;
width: 50px;
height: 40px;
margin: 0px;
padding: 0px;
float: left;
}
.divblc a {
background:transparent url(../images/blanco2_s.gif) no-repeat center center;
color: #FFFFFF;
font-weight: bold;
line-height: 38px;
font-family: verdana, sans-serif;
font-size: 0.9em;
text-align: center;
text-decoration: none;
width: 50px;
height: 40px;
margin: 0px;
padding: 0px;
float: left;
}
.divcur {
background:transparent url(../images/blanco2_s.gif) no-repeat center center;
color: #00FF00; /* #F0A0A0; */ /* #C8D68C; */
font-weight: bold;
font-size: 0.9em;
line-height: 38px;
text-align: center;
text-decoration: none;
width: 50px;
height: 40px;
margin: 0px;
padding: 0px;
float: left;
}
.divempty {
width: 50px;
height: 40px;
margin: 0px;
padding: 0px;
float: left;
}
.divshowdet a {
background: transparent url(../images/showdetails.gif) no-repeat center center;
width: 20px;
height: 20px;
margin: 0px;
padding: 0px;
float: left;
}
.divupdate a {
background: transparent url(../images/update.gif) no-repeat center center;
width: 20px;
height: 20px;
margin: 0px;
padding: 0px;
float: left;
}
.divdelete a {
background: transparent url(../images/delete.gif) no-repeat center center;
width: 20px;
height: 20px;
margin: 0px;
padding: 0px;
float: left;
}

.divbutton a, .divbutton input {
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd68b), to(#a9c969));
  background: -moz-linear-gradient(top,  #55ca55,  #058a05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ca55', endColorstr='#058a05');
  border:2px solid #aeaeae;
color: #222222;
font-size: 1.0em;
width: 12.0em;
height: 2.0em;
line-height: 2.0em; 
display: table-cell;
vertical-align: middle;
text-align: center;
text-decoration: none;

/*
float: left;
*/
}
.divbutton a:hover, .divbutton input:hover{
  background: -webkit-gradient(linear, left top, left bottom, from(#a9c969), to(#bdd68b));
  background: -moz-linear-gradient(top,  #85fa85,  #35ba35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85fa85', endColorstr='#35ba35');
  border: 2px solid #505e32;
}

.diverror {
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  color: #660000;
  background-color: #DDDD88;
  margin: 5px;
  padding: 8px;
  border: 1px solid #770000;
  width: auto;
}

.divtitle {
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  color: #660000;
  background-color: #DDDD88;
  margin: 2px;
  padding: 3px;
  border: 1px solid #770000;
  width: auto;
}

/* Nieuw */

.clear {
  clear: both;
}
.containerhead {
  width: 100%;
  height: 10.0em;
}
.sintimagel {
  float: left;
  width: 20%;
  min-width: 172px;
}
.kopwidth{
  float: left;
  width: 59%;
  height: 100%;
  line-height: 3.0em;
  text-align: center;
  vertical-align: middle;
  font-family: 'Fredericka the Great', verdana, serif;
  font-size: 3.0em;
}
.sintimager {
  float: right;
  width: 20%;
  min-width: 172px;
  text-align: right;
}
.containerbody {
  width: 100%;
  height: 100%;
  min-height: 700px;
  border: 0px solid #000000;
  padding-left: 2px;
  padding-top: 2px;
}
.divout01left {
  float: left;
  width: 85%;
  border: 0px dashed #789abc;
/*  border: 1px solid #000000;  */
}
.divout01right {
  float: right;
  min-width: 5%;
  max-width: 90px;
  height: 700px;
}
.menuhoogte {
  float: right;
  width: 100%;
  padding: 2px 4px 2px 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
  border: 1px solid #000000;
}
.menu{
  font-family: verdana, arial, sans-serif;
  font-size: 0.95em;
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
 height: 700px;
 min-height: 700px;
}
.jqDock{
  -moz-opacity: 0.0;
  opacity:0.0;
  filter: alpha(opacity=0);
}
.jqDock:hover{
  -moz-opacity: 1.0;
  opacity:1.0;
  filter: alpha(opacity=100);
}
.jqDockLabelText{
  color: #000000;
  font-weight: 900;
  background-color: #ffffff;
  opacity: 0.5;
}

.divfullwidth {
  width: 100%;
  float: left;
}
.divleft1em {
  float: left;
  width: 1.0em;
  height: 2.0em;
  line-height: 2.0em; 
}
.divleft15 {
  float: left;
  width: 18%;
  height: 2.0em;
  line-height: 2.0em; 
}
.divleft20 {
  float: left;
  width: 20%;
  height: 2.0em;
  line-height: 2.0em; 
}
.divleft60 {
  float: left;
  width: 60%;
}
.divbutton2 input {
  border: none;
  background: transparent;
  width: 12.0em;
  height: 2.0em;
}
.divbutton2 {
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd68b), to(#a9c969));
  background: -moz-linear-gradient(top,  #bdd68b,  #bdd68b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdd68b', endColorstr='#bdd68b');
  background: -ms-linear-gradient(top,  #bdd68b,  #bdd68b);
  border:2px solid #aeaeae;
  color: #222222;
  font-size: 1.1em;
  width: 12.0em;
  height: 2.10em; /* height a little more than line-height */
  line-height: 2.0em; 
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.divbutton2:hover{
  background: -webkit-gradient(linear, left top, left bottom, from(#a9c969), to(#bdd68b));
  background: -moz-linear-gradient(top,  #a9c969,  #bdd68b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9c969', endColorstr='#bdd68b');
  background: -ms-linear-gradient(top,  #a9c969,  #bdd68b);
  border: 2px solid #505e32;
}

.divbutton2:active{
  background: -webkit-gradient(linear, left top, left bottom, from(#bdd68b), to(#a9c969));
  background: -moz-linear-gradient(top,  #bdd68b,  #a9c969);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdd68b', endColorstr='#a9c969');
  background: -ms-linear-gradient(top, #bdd68b, #a9c969);
  border: 2px solid #505e32;
}
.divcenter {
  vertical-align: middle;
}
.gift_width{
  width: 25.0em;
  max-height: 1.8em;
}
.image_width{
  width: 6.0em;
}

.parent {
  position: relative;
}
.txt_left{
float: left;
text-align: left;
z-index: 1;
opacity: 1.0;
width: 60%;
overflow-x: visible;
}
.img_right_hvr{
float: right;
position: relative;
top: -0.1em;
right: -5px;
max-height: 1.4em;
z-index: 2;
-moz-opacity: 0.3;
opacity:0.3;
filter: alpha(opacity=30);
}
.img_right_hvr:hover{
float: right;
position: relative;
top: -0.1em;
right: -5px;
max-height: 1.4em;
z-index: 3;
-moz-opacity: 0.7;
opacity:0.7;
filter: alpha(opacity=70);
}
.img_left_hvr{
float: left;
position: relative;
top: -0.1em;
right: -20px;
max-height: 1.4em;
z-index: 2;
-moz-opacity: 0.3;
opacity:0.3;
filter: alpha(opacity=30);
}
.img_left_hvr:hover{
float: left;
position: relative;
top: -0.1em;
right: -20px;
max-height: 1.4em;
z-index: 3;
-moz-opacity: 0.70;
opacity:0.7;
filter: alpha(opacity=70);
}

tr.spaceunder >td{
  padding-bottom: 15px;
}

/* .divdtperson{      */         
/* width: 60%;    */
/* min-height: 25.0em;     */
/* padding: 5px;     */
/* border: solid 2px #aaaaa8;    */
/* background: #DEE7BC;    */
/* }    */
/* .divadperson{     */
/* width: 60%;    */
/* min-height: 25.0em;     */
/* padding: 5px;                 */   
/*border: solid 2px #aaaaa8;    */
/*background: #DEEDEE;    */
/*}    */

.centerit {
  /*
  position: relative;
  float: left;
  */
  text-align: center;
  width: 70% auto;
  max-width: 60.0em;
}
.melding {
  /*
  position: relative;
  float: left;
  */
  text-align: center;
  width: 70% auto;
  max-width: 60.0em;
  height: 2.0em;
  line-height: 2.0em;
}

.floatleft{
float: left;
position: relative;
margin-left: 10px;
}
.floatright{
float: right;
position: relative;
margin-right: 10px;
}
.roomright2em{
  margin-right: 2.0em;
}
.roomleft2em{
  margin-left: 2.0em;
}
.roomright10px{
  margin-right: 10px;
}
.roomleft10px{
  margin-left: 10px;
}
.innershiftleft6px{
  margin-left: 6px;
  padding-left: 6px;
  margin-top: 0px;
}

.prpt1_3{
  float: left;
  position: relative;
  width: 1.3em;
  height: 2.0em;
  line-height: 2.0em;
}
.prpt10{
  float: left;
  position: relative;
  width: 10.0em;
  height: 2.0em;
  line-height: 2.0em;
}
.prpt20{
  float: left;
  position: relative;
  width: 20.0em;
  height: 2.0em;
  line-height: 2.0em;
  padding-left: 2px;
}
.prpt30{
  float: left;
  position: relative;
  width: 30.0em;
  height: 2.0em;
  line-height: 2.0em;
}
.prpt40{
  float: left;
  position: relative;
  width: 40.0em;
  height: 2.0em;
  line-height: 2.0em;
}

.blk_edit1{
clear: both;
float: left;
width: 70% auto;
min-width: 50.0em;
max-width: 70.0em;
min-height: 25.3em;
max-height: 25.3em;
font-size: 0.95em;
line-height: 140%;
position: relative;
top: 0.0em;
left: 0.0em;
border: solid 0.1em #dfdfda;
background-color: #e0e0e0;
padding:0.3em 0 0 0.3em;
opacity: 1.0;
filter: alpha(opacity=100);
z-index: 5;
}

.blk_edit2{
clear: both;
float: left;
width: 70% auto;
min-width: 50.0em;
max-width: 70.0em;
min-height: 25.3em;
max-height: 25.3em;
font-size: 0.95em;
line-height: 140%;
position: relative;
top: -25.7em;
left: 0.0em;
border: solid 0.1em #dfdfda;
background-color: #c0c0c0;
padding:0.3em 0 0 0.3em;
opacity: 0.0;
filter: alpha(opacity=00);
z-index: 3;
}