html {
  background-color: #F5F5F5;
  color:#333;
  font-family: "lucida grande",Helvetica,tahoma,verdana,arial,sans-serif;
}
body {
  font-size:62.5%;
}

h1,h2,h3,h4 { padding: 5px 0; font-weight:bold;}
h1 { font-size: 2em; line-height: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
input, select, th, td {font-size:1.2em}
a { color: #333; text-decoration: none; }
a:hover { color: #008080; text-decoration: none; }

td, th { padding: 3px; }
th { background-color: #e3e7f0; font-weight: bold; }

#klok { display:block; text-align:center; }
.small { font-size: 9px; }
a.small:hover { font-size: 8px; }
.error { color: #ccc; background-color: #ff0000; }
.prevnext, .red { color: #ff0000; }

.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}



.famperslist {
  background-color:#fff;
  border:1px solid #ddd;
  float:right;
  font-size:10px;
  padding:5px;
  width:40%;
}

.centered {
  margin:0 auto;
}
.centeredtext {
  text-align:center;
}

.famrow {
  border-top:1px solid #666;
  clear:both;
  padding-bottom:10px;
  padding-top:10px;
}

.famblock {
  font-size: 12px;
  width: 60%;
}
.famblock .buttons {
  float:right;
  margin-right:5px;
}

.famblock .famdetails {

}

.famblock .famdetails .maps {
  display:block;
  float:left;
  height:30px;
  padding-right:5px;
}

.famblock .famdetails .maps a {
	display:block;
	height:30px;
	opacity:0.2;
	filter:alpha(opacity=20);
}

.famblock .famdetails .maps a:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

span.persbuttons {
  display:inline-block;
  padding-right:2px;
  width:20px;
}

.paginering-lijst {
  margin:0 auto;
  text-align:center;
}
.paginering-lijst .actief {
  font-weight:bold;
}

/* AUTOCOMPLETE */
    div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0;
      padding:0;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0;
      padding:0;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      font-size: 11px;
      /*height:32px;*/
      cursor:pointer;
    }
    .informal {
      color:#778899;
    }
/* EIND AUTOCOMPLETE */
#top {
  background-color: #fff;
	border: 2px solid #e7e7e7;
	height: 50px;
	overflow: hidden;
}
#top h1 {
  padding: 10px 0 0 25px;

}
#mid { margin-top:5px; }
#midp { margin: 0 auto; }
#menu {
	background-color: #E3E7F0;
	border: 1px solid #E7E7E7;
	margin: 5px 1px 0;
}

#menu p { margin: 5px; }
#menu form { padding: 2px; border-bottom: 1px solid #fff; }

#menu a { color: #000; font-size: 8pt; text-decoration: none; display:block; }
#menu a:hover { /*background-color:#fff;*/ color: #008080; text-decoration: none; }
#menu hr { color:#fff; margin: 4px 0; }
#menu ul { text-align: left; margin: 0 0 5px 0; padding : 5px; }
#menu ul a { text-decoration: none; }
/*#menu ul :hover { background-color: #fff; } */
#menu ul li { line-height:135%; list-style-type: none; /* width: 135px; */ }
#menutop { margin: 0 5px 0 5px; }

td.menu { empty-cells: hide; width: 110px; vertical-align: top; background-color: #e3e7f0; }



#alphabethdiv { height: 25px; }
#menu i.hamburger { display: none; }
#menu .menuitems { display: block; }

@media screen and (max-width: 960px) {
	#alphabethdiv { display: none; }
}

@media screen and (max-width: 760px) {
	#menu i.hamburger { cursor: pointer; display: inline-block; }
	#menu .menuitems { display: none; }
}

ul#alphabeth, ul#calendar {
  position: absolute;
  list-style: none;
  padding-left: 25px;
  margin: 0;
  font-size: 0.8em;
}

ul#calendar {
  padding-left:0;
}

ul#alphabeth li, ul#calendar li {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  white-space: nowrap;
  border-right: 1px solid #c64934;
}
ul#calendar li {
  font-size:11px;
}
ul#alphabeth li.first, ul#calendar li.first {
  border-left: 1px solid #c64934;
}

ul#alphabeth li a, ul#calendar li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  color: #333;
  background: transparent;
}

ul#calendar li a {
  padding-left: 7px;
  padding-right:7px;
}

#buttons>ul#alphabeth li a, #buttons>ul#calendar li a { width: auto; }

ul#alphabeth li a:hover, ul#alphabeth li a.active, ul#calendar li a:hover, ul#calendar li a.active {
  color: #fff;
  background: #c64934;
}

#login table {
    background-color: window;
    border-color: #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px;
    margin: 25px auto auto 100px;
}
#loginform {
    border-color: #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px;
    margin:0 auto;
    width: 240px;
}
#loginform .logincontent {
    padding:5px;
}
#loginform .loginheader {
  background-color:#E3E7F0;
  padding:3px;
  text-align:center;
}
#loginform label {
    display: inline-block;
    vertical-align: text-top;
    width: 100px;
}

#monthlist {
  color: #fff;
  background-color: #BDE0F2;
  font-size: 11px;
}

#naw {
  font-size: 19px;
  padding-top: 15px;
  margin:0 auto;
}
#naw td {
  font-size: 9px;
  padding:5px;
}
#naw td a, a.naw { color: #000; font-size: 9px; text-decoration: none; }
#naw a:hover, a.naw:hover { color: #008080; text-decoration: none; }

td.fam { font-size: 10px; font-weight: bolder; }
A.fam { color: #000; font-size: 10px; text-decoration: none; }
A.fam:hover { color: #008080; text-decoration: none; }

TD.lijst { border-style: outset; border-width: 1pt; border-color: #CDC3D1; background-color: #F5F5F5; align: middle; }

TEXTAREA { font-family: Verdana, Tahoma, Arial, Helvetica,sans-serif; font-size: 10px; }

input#y { width:31px; }

.cellover,.odd{ background-color: #E3E7F0; cursor: default; }
.cellnot{ cursor: default; }

#container {
	background-color: buttonface;
	border: 1px solid #E7E7E7;
	/*border-radius: 5px 5px 5px 5px;*/
	margin: 20px auto 15px;
	min-height: 590px;
	overflow: auto;
	padding:5px 5px 15px;
	/*width: 964px;*/
}

* html #container { height: 590px; }

#noMenucontainer table {
  margin: 0 auto;
}

.pagelist {
  text-align:center;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  font-size: 12px;
}
.pagelist a { color: red; font-weight: bold; }
.pagelist a:hover { background: #e3e7f0; }
#form { text-align: center; }

#list {
  background-color: Window;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  font-size: 10px;
}
#nicetable {
  background-color: ButtonFace;
  border: 1px solid ButtonShadow;
  margin: 20px auto 0;
  left: 50%;
  top: 10%;
  margin-left: -455px;
  padding-bottom: 0;
  position: absolute;
  width: 910px;
}
#list th { font-size: 12pt; background-color: #e3e7f0; font-weight: bold; }
#list th:hover { background-color: #9CACD1; }
#list th#col1 { width: 10px }
#list th#col2 { width: 200px }
#list th#col3 { width: 200px }
#list th#col4 { width: 220px }
#list th#col5 { width: 220px }
#list th#col6 { width: 10px }
#list th#col7 { width: 50px }

#list td {
  border-bottom: 1px solid ButtonFace;
  border-right: 1px solid ButtonFace;
  padding-left: 3px;
}
#list td.green { background: green; color: #FFF; }
#list td.orange { background: orange; color:#FFF; }
#list td.red { background: red; color:#FFF; }
#list td.empty { border: 0; }
#list .gridrowselected {
  background-color: Highlight;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  border-width: 1px;
  border-style: solid;
  color: HighlightText;
}

#personform label {
  display:block;
  float:left;
  width:125px;
}

#adresblok {
    background-color: #FFFFFF;
    border-color: #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px;
    left:870px;
    padding:5px;
    position:absolute;
    top:175px;
}

#adresblok #pcplaats {
  display:block;
}
/*formulier in UI popup*/
#famform label {
  display:inline-block;
  text-align:right;
  width:115px;
}

.gridrow { border-color: ButtonHighlight ButtonShadow; }
.gridrow:hover { background-color: ButtonFace; color: ButtonText; }
#trackconnect table { background-color: #E3E7F0; border-color: #000; border-width: 1px; }
.alert { background-color: #FFFF99; text-decoration: underline; }
.retour td, .retour td a { color:#aaa; font-style:italic; }

/* FAcebook style */
.fbtext, .fb {
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  color: #3b5998;
}
.fb {
  background-color: #3b5998;
}

.highlight { background-color: yellow; }

#xmascards td { width:30px; }