/* Start of CMSMS style sheet 'layout' */
html { 
/* altijd verticale scrollbar laten zien in firefox */
overflow: -moz-scrollbars-vertical;
}
body {
margin: 0;
padding: 0;
text-align: center;
background: #4b4b4b;
}
div#pagewrapper {
margin: 0 auto;
width: 670px;
padding: 0;
text-align: left;
}
#container {
position: relative;
margin: 0;
background: url("uploads/images/container_repeat.jpg") repeat-y 0 0;
overflow: hidden;
}
div#header {
margin: 0;
padding: 0;
height: 130px;
background: url("uploads/images/header.jpg") no-repeat 0 0;
text-align: left;
}
div#header h1 {
display: none;
}
div#content {
width: 100%;
height: 100%;
}
div#breadcrumbs {
height: 18px;
width: 627px;
text-align: left;
font-size: 80%;
color: #4b4b4b;
padding: 2px 0 0 43px;
margin: 0;
background: url("uploads/images/breadcrumbs.jpg") no-repeat 0 0;
}
div#main {
width: 465px;
float: left;
padding: 0 10px 5px 20px;
}
div#jumpto{
height: 21px;
width: 440px;
font-size: 80%;
color: #4b4b4b;
padding: 0 10px 0 35px;
margin: 0 0 0 10px;
background: url("uploads/images/jumpto.jpg") no-repeat 0 0;
position:relative;
}
div#jumpto p {
padding: 3px 0 0 0;
margin: 0;
overflow: hidden;
}
span#totop {
background: url("uploads/images/top.gif") no-repeat 0 4px;
padding-left: 10px;
position: absolute;
right: 20px;
}
div#right {
float: right;
margin-right: 10px;
height: 100%;
}
div#news {
background: url("uploads/images/news.jpg") repeat-y 0 0;
width:165px;
height: 440px;
}
div#footer {
width: 670px;
height: 40px;
position: relative;
background: url("uploads/images/footer.jpg") no-repeat 0 0;
overflow: hidden;
}
div#footer p {
font-size: 9px;
margin-left: 18px;
padding-top: 5px;
}
/* End of 'layout' */

/* Start of CMSMS style sheet 'accessibility' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'accessibility' */

/* Start of CMSMS style sheet 'news' */
.NewsSummary {
margin-bottom: 10px;
}
.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}
.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
}
.NewsSummarySummary, .NewsSummaryContent {
line-height: 140%;
margin-bottom: 10px;
}
#content div.NewsSummary div.NewsSummaryLink a {
font-size: 90%;
font-weight: normal;
color: #4b4b4b;
background: url("uploads/images/newsitem.gif") no-repeat 5px 7px;
padding: 3px 0 5px 18px;
margin-bottom: 2px;
border-bottom: 1px dotted #4b4b4b;
display: block;
}
#content div.NewsSummary div.NewsSummaryLink a:hover {
font-weight: bold;
}
/*DETAIL */#NewsPostDetailsContainer {
border: 1px solid #989898;
background: #c0d0dc;
padding: 5px;
}
#NewsPostDetailsInfo {
float: right;
color: #5d93ba;
font-size: 80%;
position:relative;
bottom:20px;
}
#NewsPostDetailDate {
font-style: italic;
}
#NewsPostDetailSummary {
line-height: 150%;
}
#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
}
.NewsSummaryAuthor {
}
.NewsSummaryMorelink {
}
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailCategory {
}
#NewsPostDetailAuthor {
}
#NewsPostDetailAuthor {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'news' */

/* Start of CMSMS style sheet 'typography' */
body {
text-align: left;
font-family: Tahoma, Verdana, Arial;
font-size: 75.01%;
line-height: 1em;
}
/* LINKS */
a {font-weight: bold;
font-size: 95%;
text-decoration: none;
}
a:link {
color: #1e69a0;
}
a:visited {
color: #5d93ba;
}
a:hover {
background: #1e69a0;
color: #fff;
}
a:active {
background: #1e69a0;
color: #fff;
}
div#footer a, 	div#footer a:link div#footer a:active, div#footer a:visited {
color: #fff;
}
/* HEADINGS */
h1 {
margin: 0;
padding: 0;
}
h2 {
margin: 0;
padding: 0;
}
h3 {
font-size: 14px;
line-height: 1.5em;
color: #989898;
text-transform: uppercase;
margin: 0;
padding: 6px 0 2px 18px;
background: url("uploads/images/h3.gif") no-repeat 0 11px;
}
h4 {
font-size: 12px;
line-height: 1.5em;
color: #4b4b4b;
text-transform: uppercase;
margin: 0;
padding: 3px 0 2px 9px;
background: url("uploads/images/h4.gif") no-repeat 0 7px;
}
#content #main h4 a {
color: #4b4b4b;
}
#content #main h4 a:hover {
background: #1e69a0;
color: #fff;
}
h5 {
font-size: 11px;
line-height: 1.4em;
color: #5d93ba;
margin: 0;
padding: 2px 0 2px 8px;
background: url("uploads/images/h5.gif") no-repeat 0 7px;
}
h6 {
font-size: 14px;
line-height: 1.5em;
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 0 0 0px 20px;
background: url("uploads/images/news.gif") no-repeat 6px 6px;
}
#content #right #news h6 a {
color: #fff;
display: block;
}
#content #right #news h6 a:hover {
background: transparent;
}
/* TEXT */
p {
font-size: 1em;
margin: 2px 0 4px 0;
padding: 2px;
line-height: 1.5em;
color: #4b4b4b;
}
blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}
code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
white-space: pre;
}
/* LISTS */
#main ul {
line-height:1.4em;
margin: 2px 0 2px 15px;
padding: 4px;
list-style: none;
}
#main ul ul {
margin: 2px 0 2px 15px;
padding: 3px;
}
#main ul li {
margin: 1px  0 1px 10px;
padding-left: 10px;
background: url("uploads/images/listitem.gif") no-repeat 0 7px;
}
#main ul li li {
margin: 1px  0 1px 8px;
padding-left: 12px;
background: url("uploads/images/sublistitem.gif") no-repeat 0 7px;
}
ol {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
padding: 0;
}
ol li {
font-size: 1.0em;
margin: 0 0 0.25em 30px;
padding: 0;
}
dl {
margin: 0 0 1.5em 0;
padding: 0;
line-height: 1.4em;
}
dl dt {
font-weight: bold;
margin: 0.25em 0 0.25em 0;
padding: 0;
}
dl dd {
margin: 0 0 0 30px;
padding: 0;
}
/* END LISTS */
/* TABLE */
table {
font-size: 1em;
margin: 0 0 1.5em 0;
padding: 0;
}
table caption {
font-weight: bold;
margin: 0 0 0 0;
padding: 0 0 1.5em 0;
}
th {
font-weight: bold;
text-align: left;
}
td {
font-size: 1em;
}
/*IMAGES*/
#content #main img, #content #main a img, #content #main a:hover img {
border:0;
margin: 5px;
padding: 2px;
border: 1px solid #c0d0dc;
}
#content #main a.imagelink:hover{
background:transparent;
}
/* End of 'typography' */

/* Start of CMSMS style sheet 'classes' */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \\*/
height: 1%;
/* End hide from IE-mac */}
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
/* End of 'classes' */

/* Start of CMSMS style sheet 'forms' */
form {
border: 1px solid #989898;
background: #c0d0dc;
padding: 5px;
margin: 5px;
}
form div,form p {
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
}
label {
font-weight: bold;
}
fieldset {
border: 1px solid #eee;
padding: 5px 10px;
margin: 0 0 1.5em 0;
}
fieldset legend {
color: #666;
font-size: 1.1em;
font-weight: bold;
margin: 0 0 0 0px;
padding: 0;
background-color: white;
}
* html fieldset legend {
margin: 0 0 10px -10px;
}
fieldset ul {
list-style: none;
margin: 0 0 1.5em 0;
padding: 0;
}
fieldset ul li {
list-style: none;
margin: 0 0 0.5em 0;
padding: 0;
}
input, select, textarea {
font-size:1em;
font-family: arial, helvetica, verdana, sans-serif;
margin: 0;
padding: 2px;
}
input, select {
vertical-align:middle;
}
textarea {
width: 200px;
height: 8em;
}
input.check {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.radio {
border: none;
width: auto;
height: auto;
margin: 0;
}
input.file {
height: auto;
width: 250px;
}
input.readonly {
background-color: transparent;
border: none;
}
input.button {
width: 10em;
border:1px solid black;
background-color: #ddd;
}
input.image {
border: none;
width: auto;
height: auto;
}
form div.submit {
margin: 1em 0;
}
form div.submit input {
height: 2em;
width: 15em;
}
/* END FORM ELEMENTS */
/* End of 'forms' */

