/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
/* 	border: 0; */
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* End of HTML5 css reset
-------------------------------------------------------------------------------*/




body {
  text-align: center;
  background-color: #333333;
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  overflow: auto;
  min-width: 960px;
  background: -webkit-radial-gradient(center center, circle, #877 0%, #333 90%);
  background:    -moz-radial-gradient(center center, circle, #877 0%, #333 90%);
  background:     -ms-radial-gradient(center center, circle, #877 0%, #333 90%);
  background:      -o-radial-gradient(center center, circle, #877 0%, #333 90%);
  background:         radial-gradient(center center, circle, #877 0%, #333 90%);
  background-attachment:fixed;
}

h1 {
	font-size: 2em;
	margin: 1em 0;
}
h2 {
	font-size: 1.5em;
	margin: 1em 0;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0;
}

i {
	font-style: italic;
}

p {
	display: block;
	margin: 1em 0;
}

ul {
	list-style-type: disc;
	padding-left: 40px;
	margin: 1em 0;
}
ol {
	list-style-type: decimal;
	padding-left: 40px;
	margin: 1em 0;
}

.heading1 {
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:18px;
  margin: 10px;
}  
  
h1.home {
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:24px;
  margin: 5px;
}

h3.home {
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:16px;
  margin: 5px;
}  
  
img {
  border: 0px;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  margin-left: 2%;
  width: 95%;
/*  border-width: 1px;
  border-style: solid;*/
}

td {
  border: 0px solid #ff1ec6;
  padding: 1px 0px 1px 2px;
}

table.fotoCollectie {
	margin-left: 0px;
}

table.withBorders td, table.fotoCollectie td {
  border-width: 1px;
}
  
#container {
  width: 960px;
/*   width: 960px; */
  margin: 3px auto 0px auto;
  text-align: left;
  position: relative;
}

/* BEGIN TOP */
#topContainer {
/*   height: 150px; */
  position: relative;
  padding-left: 50px;
  padding-top: 45px;
}

#topLogo {
  width: 124px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#topRight {
/*   width: 100%; */
/*   height: 100%; */
/*   float: right; */
	
}

#topRightTop {
/*   height: 45px; */
	display: none;
}

#topRightBottom {
  background: #ffc3d2;
/*   width: 1; */
  height: 90px;
  border: 10px #ff1ea6 solid;
/*   border-top: 10px #ff1ea6 solid; */
/*   border-right: 10px #ff1ea6 solid; */
	border-bottom-width: 5px;
/* 	margin-top: 45px; */
}

#menuSpacer {
  height: 62px;
}
#menuSpacer img { margin-left: 20px; display: inline;}
#img1x11 {
    position: absolute;
    top: 7px;
    right: 80px;
}

#menu {
  margin-left: 2px;
  height: 28px;
  border: 0px;    
  overflow: hidden;
} 
#menu ul { list-style-type: none; margin: 0px; padding: 0px; float: right; }
#menu ul li { float: left; }
/* END TOP */

#middleRightContainer {
/*   height: 481px; */
  background: #ffc3d2;
/*  width: 869px;
  float: right;*/
  border: 10px #ff1ea6 solid;
  border-top: 0px;
  margin-left: 50px;
  padding-bottom: 0px;
}

.contentBlock {
	background: #ffc3d2;
	border: 10px #ff1ea6 solid;
	margin: 50px 0px 0px 50px;
	padding: 10px;
}

#middleContainerAdminGedeelte {
  background: #ffc3d2;
}

#foto {
  width: 168px;
  height: 481px;
  float: right;
  border: 4px #ff1ea6 solid;
  margin: 10px;
  -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.4);
}

#content {
  overflow-y: auto;
  overflow-x: hidden;
/*   height: 474px; */
/*   width: 691px; */
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 5px;
}

#footer {
  font-size: 8pt;
  color: #666;
  text-align: right;
  padding-top: 2px;
  margin-right: 175px;
}

#footer a {
  color: #666; text-decoration: none;
}
/* END MIDDLE */


/* NIEUWS, AGENDA PAGINA */
a.NotViewedLink  {text-decoration: none; color:#0000dd}
a.NotViewedLink:hover, a.ViewedLink:hover {text-decoration: underline; color:#000000}
a.ViewedLink     {text-decoration: none; color:#000000; font-weight: bold;}

.AgendaKop		{font-weight:bolder; text-align:center;}
/* END NIEUWS, AGENDA PAGINA */

/* FOTO'S, GASTENBOEK PAGINA*/
 .HeaderCel          { color: #000000;  font-weight: bold }
 .ContentCel         { color: #000000;  }
 .FooterCel          { color: #000000;  font-weight: bold }

 a.Header:link 		 { color: #000000; text-decoration: none }
 a.Header:visited 	 { color: #000000; text-decoration: none }
 a.Header:hover 	 { color: #000000; text-decoration: underline } 

 a.Nav:link          { color: #3F658F; text-decoration: none }
 a.Nav:visited       { color: #3F658F; text-decoration: none }
 a.Nav:hover         { color: #333333; text-decoration: underline }
 
 #itemContainer {
   width: 550px;
   text-align: center;
   margin: 0px auto;
 }
 
 #collectionItem {
   margin: 3px 0px 15px 0px;
 }

 
article.collectionEntry {
  width: 80%;
  text-align: left;
  margin: 3px auto 15px auto;
}

article.collectionEntry footer, article.collectionEntry header {
	font-weight: bold;
	background-color: #ff90c1;
}

article.collectionEntry header {
	padding: 2px 2px 0px 2px;
	font-size: 1.17em;
	text-align: center;
}

article.collectionEntry footer {
	font-size: .8em;
	padding: 1px 3px;
}
article.collectionEntry p {
	padding: 3px 0px;
	margin: 0px;
}



 #itemHeader {
   background-color: #ff90c1;
   text-align: center;
   font-size: medium;
   font-weight: bold;
 } 
 
 #itemContent {
   margin: 3px 0px;
   text-align: left;
 }
 
 #itemFooter {
   width: 100%;
   background-color: #ff90c1;
   text-align: left;
   font-size: smaller;
   font-weight: bold;
 }
 
 #collectieIcon {
   padding: 0px 5px 0px 0px; 
   width: 64px; 
   float: left;
 }
 
 .fotoboekCell {
   text-align: center; 
   width: 25%; 
   padding: 3px;
 }
 
 #fotoboekFoto {
   display: block; 
   margin: auto;
 }

 td.smilieTd {
   border: 0px;
   padding-left: 10px;
 }
 
 img.smilie { 
   cursor: pointer;
 }

/* END FOTO'S, GASTENBOEK PAGINA*/



.textTD
{
  padding:10px;
}

#textBorder {
  width: 95%;
  margin: 0px auto;
  border: 0px solid #ff1ec6;
  text-align: left;
  padding: 2px;
}

#textCenter {
  text-align: center;
}

img.imgFloatRight {
	float: right;
  margin-left: 3px;
}

img.imgFloatLeft {
	float: left;
  margin-right: 3px;
}

article.blockEntry {
  width: 80%;
  background-color: #ffc3d2;
  text-align: left;
  border: 1px solid #666;
  margin: 3px auto 15px auto;
  overflow: hidden;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
}

article.blockEntry footer, article.blockEntry header {
	font-weight: bold;
	padding: 3px 5px;
	background-color: #ff90c1;
}

article.blockEntry header {
	border-bottom: 1px solid #666;
	-webkit-border-radius: 3px 3px 0px 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	   -moz-border-radius: 3px 3px 0px 0px; /* FF1-3.6 */
	        border-radius: 3px 3px 0px 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

article.blockEntry footer {
	border-top: 1px solid #666;
	-webkit-border-radius: 0px 0px 3px 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	   -moz-border-radius: 0px 0px 3px 3px; /* FF1-3.6 */
	        border-radius: 0px 0px 3px 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
footer.alignRight {
	text-align: right;
}

article.blockEntry p {
	padding: 3px 5px;
	margin: 0px;
}

div.blockEntry {
  width: 80%;
  background-color: #ff90c1;
  text-align: left;
  border: 1px solid #666;
  margin: 3px auto 15px auto;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 5px; /* FF1-3.6 */
          border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.3);
}

div.blockEntryHeader, div.blockEntryFooter {
	font-weight: bold;
	padding: 3px 5px;
}

div.blockEntryBody {
	border-width: 1px 0px;
	border-color: #666;
	border-style: solid;
	padding: 3px 5px;
	background-color: #ffc3d2;
}



div#ledenContainer {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
}
div.lidEntry {
	min-height: 180px;
	border: solid black;
	padding: 4px 4px;
	margin: 100px 0px 15px 0px;
	border-width: 2px 2px;
}
div.lidEntry.first_lid {
	margin-top: 15px;
}
div.lidFotos {
	float: right;
	width: 24%;
	margin: 0px 0px 0px 10px;
}
div.lidFotos img {
	width: 100%;
	margin: 3px 0px;
}
table.lid_algemene_info {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: auto;
	border-spacing: 0px;
}
table.lid_algemene_info tr {
	margin: 0px;
	padding: 0px;
}
table.lid_algemene_info tr.odd {
	margin: 0px;
	padding: 0px;
	background: #f4bbc9;
}
table.lid_algemene_info td {
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
div.naam {
	font-size: 19px;
	font-weight: bold;
	margin: 1px 0px;
}
div.instrument {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
}
div.lidVragen {
	margin-top: 1em;
}
div.lidVragen div.even, div.lidVragen div.odd {
	margin-top: 3px;
}
div.lidVragen div.odd {
	background: #f4bbc9;
}
h1.sectieMuzikanten {
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
}
div.sectieSpacer {
	margin: 200px 0px 0px 0px;
}

div.opmerking {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 300px;
	background-color: #dd1d91;
	text-align: left;
	padding: 2px;
/*	top: -1000px;
	left: -1000px;
	display: none;*/
}
div.opmerkingHeader {
	padding: 2px;
	color: #ffffff;
}
div.opmerkingText {
	padding: 2px;
	background-color: #ffceec;
}

ul.ledenOpsomming {
	margin: 0px 0px 10px 0px;
	padding-left: 40px;
}
h3.ledenHeader {
	margin: 6px 0px;
	font-size: 16px;
}

div#ledenOverzicht {
	margin: 0px;
	padding: 0px;
}

div#ledenOverzicht a {
	color: black;
	text-decoration: none;
}
div#ledenDetail {
	clear: both;
/* 	margin-top: 500px; */
}
div#ledenOverzicht a:hover {
	color: #ff1ea6;
	text-decoration: underline;
}
.aangepast {
	background-color: #60cf60;
}
.nietMeerOpAgenda {
	background-color: #fc5d5d;
}
.nietMeerOpAgenda td {
	text-decoration: line-through;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}

