html{
 font-family: Verdana, Helvetica, Arial;
 font-weight: normal;
 font-size: 0.8em;
 color: #333;
 background: #688CA4 url(../img/body_background.jpg) center top repeat-x !important;
}

img{
 margin: 0;
 padding: 0;
 border: 0;
}

h1{
 font-size: 1.1em;
}

h2 {
 margin: 0;
 padding: 0;
 padding-top: 10px;
 font-size: 1.1em;
 font-style: italic;
 font-weight: normal;
 color: #1F63AF;
}

h3{
 margin: 0;
 padding: 0;
 font-size: 1.1em;
 font-style: italic;
 font-weight: normal;
}

p{
 margin: 0;
 padding: 0;
 margin-top: 8px;
}

p.breadcrumb {
 margin-top: 0;
 font-size: 10px;
 font-style: italic;
}

p.overviewButtons {
 float: right;
 margin-top: 20px;
 width: 120px;
 height: 30px;
 text-align: center;
 background: url(../img/button_normal.png) center top no-repeat;
}

p.overviewButtons:hover {
 background: url(../img/button_over.png) center top no-repeat;
}

p.overviewButtons a {
 display: block;
 line-height: 28px;
 color: #ffffff;
 text-decoration: none;
}

.clearfloats {
 clear: both;
}

/* links */ 

a:link, a:visited{
 color: #666; 
 text-decoration: underline; 
}

a:hover{
 text-decoration: none; 
}

#footer a{
 color: #333333; 
}

/* main divs */ 

#container{
 margin: 0 auto;
 padding: 0;
 width: 1000px;
}

#header{
 height: 200px;
}

#footer {
 clear: both;
 height: 20px;
 width: 900px;
 margin-left: 50px;
 margin-right: 50px;
 text-align: center;
 font-size: 0.8em;
 background: #333333;
 color: #333333; 
 background: #cccccc url(../img/footer_image.jpg) center center no-repeat !important;
}

#content{
 width: 900px;
 margin-left: 50px;
 margin-right: 50px;
 background-color: #fff;
}

/* backgrounds */
#content.backColumns {
 background: #fff url(../img/bck_content.gif) top center repeat-y;
}
/* sub main divs */

#padding {
 padding: 10px;
}

#rightContent{
margin: 0;
padding: 0;
padding-right: 10px;
float: right;
width: 200px;
text-align: center;
}

#leftContent{
float: left;
margin: 0;
padding: 0;
width: 640px;
}

/* side bar stuff */

#sidebarItem{
 width: 220px;
 margin: 10px;
 margin-bottom: 25px;
 text-align: left;
}

#sidebarText{
 margin: 0;
 width: 220px;
 margin-left: 20px;
 margin-bottom: 20px;
 text-align: left;
}

/* overview pages */

.overviewBlockOuter {
 float: left;
 margin: 10px;
 padding: 0;
 width: 250px;
 min-height: 200px;
 background: url(../img/overviewTop.gif) top center no-repeat;
}

.overviewBlockInner {
 margin: 0;
 padding: 0;
 width: 250px;
 min-height: 250px;
 background: url(../img/overviewBottom.gif) bottom center no-repeat;
}

.bouwsteenTitel {
 display: block;
 margin: 10px;
 height: 18px;
 font-style: italic;
 font-weight: bold;
}

.bouwsteenTekst {
 display: block;
 margin-left: 10px;
 margin-right: 10px;
}

/* old stuff */

table.contentItem {
border: 0;
margin-bottom: 10px;
}

div.textproperties {
padding-right: 10px;
color: #999;
font-size: 0.7em;
text-align: right;
}

td.imageBorder img{
border: 5px solid #333;
margin-right: 10px;
}

td.imageNoBorder img{
margin-right: 10px;
}

.mediaItem {
margin: 0;
padding: 0;
float: left;
width: 195px;
height: 250px;
text-align: center;
}

.formlabel {
width: 180px;
text-align:right;
padding-right: 5px;
font-size: 0.9em;
}

.reqfield {
color: #FF0000;
font-size: 0.8em;
}




/* form 1 */

.propellerForm fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 10px 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #E3F3FB; 
}

.propellerForm ol { 
margin: 5px 0 0 0;
padding: 0;  
list-style: none; 
} 
.propellerForm li {  
margin: 0;
padding: 5px 0 0 0;
} 
.propellerForm .cmdButton {  
margin: 5px 0 5px 0 ; 
}

.propellerForm label {  
float: left;  
width: 10em;  
margin-right: 10px;  
text-align: right;
font-style: italic; 
}

.propellerForm .requiredField {
color: #EA6875;
}

.feedbackContainer {
width: 730px;  
display: none;
border: 1px solid #EA6875;
background-color: #F8C7CC;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

/* form 2 */

.propellerLargeForm fieldset {  
float: left;  
clear: both;  
width: 750px;  
margin: 0 0 10px 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #E3F3FB; 
}

.propellerLargeForm ol { 
margin: 5px 0 0 0;
padding: 0;  
list-style: none; 
} 
.propellerLargeForm li {  
margin: 0;
padding: 5px 0 0 0;
} 
.propellerLargeForm .cmdButton {  
margin: 5px 0 5px 0 ; 
}

.propellerLargeForm label {  
float: left;  
width: 16em;  
margin-right: 10px;  
text-align: right;
font-style: italic; 
}

.propellerLargeForm .requiredField {
color: #EA6875;
}


/* members */

#membersHeader {
margin: 0;
padding: 5px;
width: 870px;
border: 1px solid #BFBAB0;  
background-color: #E3F3FB; 
}

#membersHeaderLeft {
width: 200px;
float: left;
}
#membersHeaderRight {
width: 650px;
float: left;
text-align: right;
}

/* members default */ 

ul.memberMenu { 
margin: 10px 0px 50px 20px;
padding: 0;  
list-style: none; 
} 
ul.memberMenu li {  
display: block;
float: left;
margin: 0;
padding: 5px 25px 0 0;
} 
img.menuIcon {
padding-right: 7px;
}

/* tables */

.datatable {
table-layout: fixed;
font-size: 0.8em;
padding: 0;
border-collapse: collapse;
border: 1px solid #ccc;
}

.datatable th{
border: 1px solid #ccc;
text-align: left;
}

.datatable td{
border: 1px solid #ccc;
}

.datatable td.alternatingrowcolour {
background: #dfdfdf;
}


/* reservatie header */

#reservatieContainer {
margin: 0;
padding: 5px;
width: 870px;
border: 1px solid #BFBAB0;  
background-color: #E3F3FB; 
}

#reservatieContainerLeft {
width: 200px;
float: left;
}
#reservatieContainerCenter {
width: 450px;
float: left;
text-align: center;
}
#reservatieContainerRight {
width: 200px;
float: left;
text-align: right;
}

/* reservatie table */

.reservatietable {
table-layout: fixed;
font-size: 0.8em;
padding: 0;
border-collapse: collapse;
border: 1px solid #ccc;
}

.reservatietable td{
border: 1px solid #ccc;
}

.reservatietable td.reservatietable_uur {
width: 90px;
}
.reservatietable td.reservatietable_dag {
width: 109px;
text-align: center;
}

td.reservatieCell {
cursor: pointer;
}

td.reservatieKleur1 {
background-color: #FF9999;
border: 1px solid #FF9999;
}
td.reservatieKleur2 {
background-color: #C1CCE2;
border: 1px solid #C1CCE2;
}
td.reservatieKleur3 {
background-color: #EBFF99;
border: 1px solid #EBFF99;
}
td.reservatieKleur4 {
background-color: #99FFB8;
border: 1px solid #99FFB8;
}
td.reservatieKleur5 {
background-color: #D9B8E0;
border: 1px solid #D9B8E0;
}

.reservatieoverzicht {
table-layout: fixed;
font-size: 0.8em;
padding: 0;
border-collapse: collapse;
border: 1px solid #ccc;
}

.reservatieoverzicht td, th{
border: 1px solid #ccc;
text-align: left;
padding: 3px;
}

.reservatieoverzicht th.icons {
width: 30px;
text-align: center;
}

.reservatieoverzicht th.small {
width: 80px;
}

.reservatieoverzicht th.medium {
width: 100px;
}

.reservatieoverzicht th.large {
width: 150px;
}

.reservatieoverzicht tr.historiek {
background-color: #f0f0f0;
}

/* tooltips */
.tool-tip {
color: #fff;
width: 200px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 10px;
margin: 0;
color: #9FD4FF;
padding: 8px 8px 4px;
background: url(../img/bubble.png) top left;
}
 
.tool-text {
font-size: 10px;
padding: 4px 8px 8px;
background: url(../img/bubble.png) bottom right;
}

/* admin container */

#adminContainer {
margin: 0;
padding: 5px;
width: 870px;
border: 1px solid #BFBAB0;  
background-color: #E3F3FB; 
}


#adminContainerLeft {
width: 400px;
float: left;
}
#adminContainerRight {
width: 450px;
float: left;
text-align: right;
}


