/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.1em 0.8em 1.5em; /* some air for it */
   color: #336699; /* this will be link color for all levels */
   background: url(images/menu/spot.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */
   font-size: 1.1em;
   font-weight: bold;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   color: 666;
}
div#menu_vert a.activeparent:hover {
   color: #666;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #CCC;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/menu/spot.gif) no-repeat 0.4em center;
   display: block; 
   padding: 0.8em 0.2em 0.8em 1.5em;  /* some air for it */
   color: #CECECE;                                 /* this will be link color for all levels */
   font-size: 1.1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'cssLayout_Xtreme tabled' */
/*****************
Layout css for Xtremefunteam
******************/

/* remove padding from all objects */
* {
   margin:0;
   padding:0;
}

/* Set initial font styles */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/* Set font size for all divs */
div {
   font-size: 1em;
}

/* No borders for images in href */
img {
   border: 0;
}

/* default link styles */
a,
a:link 
a:active
a:visited {
   text-decoration: underline;
   background-color: inherit; 
   color: #CC3300; 
}

/* Hover style */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #666;
}

/*****************
basic layout 
*****************/
body {
   background-color: #374353;
   color: #333;
}

/* Pagewrapper (contentholder) */
div#pagewrapper {
   margin: 0 auto;
   width: 963px;
   color: black;
   background: url("images/mainbackground.gif") repeat-y center center;
}

.tabledwrapper {
   width: 963px;
}

td.leftside {
/*   background: url("images/menu/tdbackground.gif") repeat-y right center; */
   width: 182px;
}

td.maintd {
   background-color: #ECECEC;
   text-align: left;
}

td.rightside {
/*   background: url("images/sponsor/tdbackground.gif") repeat-y left center; */
   width: 144px;
}

/* header */
div#header {
   background: url("images/header/Header.jpg") no-repeat center center;
   height: 172px;
   position: relative;
}

div#logo {
   height: 126px;
   width: 290px;
   position: absolute;
   top: 26px;
   left: 159px;
}

div#Rider {
   height: 151px;
   width: 100px;
   position: absolute;
/*   background: url("images/header/Rider.gif") no-repeat; */
   top: 20px;
   Right: 210px;
}

div#header h1 a {
/*   background: url(images/header/Logo.gif) no-repeat; */
   display: block;
   height: 126px;
   text-indent: -999em;
   text-decoration:none;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 0;   /* some air above and under menu and content */
}

div#main {
   padding: 10px;
   line-height: 1.4em;
   color: #3333cc;
}

/* Menu bar */
table.sidebar {
   width: 182px;
   padding: 0px;
   spacing: 0px;
}

div#TopMenu {
   background: url("images/menu/TopMenu.gif") no-repeat center bottom;
   height: 27px;
}

td.centerMenu {
   background: #FFF url("images/menu/MenuBackground.gif") repeat-y center center;
}

div#BottomMenu {
   background: url("images/menu/BottomMenu.gif") no-repeat top center;
   height: 41px;
}

/* Sponsor bar */
div#sponsorbar {
   width: 144px;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#TopSponser {
   background: url("images/sponsor/SponsorTop.gif") no-repeat center bottom;
   height: 26px;
}

div#Sponsors {
   padding: 3px;
   background: #FFF url("images/sponsor/SponsorBackground.gif") repeat-y center center;
}

div#BottomSponsor {
   background: url("images/sponsor/SponsorBottom.gif") no-repeat center top;
   height: 40px;
}

/* Footer */
div#footer {
   height: 92px;
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background: url("images/footer/footer.jpg") no-repeat center top;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   color: #77A2D9;
   font-size: 1.5em;
   font-weight: normal;
   line-height: 2em;
   padding-bottom: 5px;
   margin: 0;
}

div#content h1:first-letter {
   font-weight: bold;
   color: #F55A24;
   text-decoration: underline;
}

div#content h2 {
   color: #77A2D9;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0;
}

div#content h3 {
   color: #77A2D9;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #77A2D9;
   font-size: 1.1em;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #77A2D9;
   font-size: 1.0em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #294B5F; 
   font-size: 0.9em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'cssLayout_Xtreme tabled' */

/* Start of CMSMS style sheet 'sponsorbuttons' */
/* Sponsor buttons */
/* --------------- */

div.sponsorbutton {
   width: 122px;
   height: 64px;
}
/* End of 'sponsorbuttons' */

/* Start of CMSMS style sheet 'Gastenboek' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #069;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #F55A24;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Gastenboek' */

/* Start of CMSMS style sheet 'links' */
.linktable td {
   border-top: 1px solid silver;
   padding: 3px;
}

table.linktable {
   width: 500px;
   margin: 0 auto;
}
/* End of 'links' */

/* Start of CMSMS style sheet 'Teampresentatie' */
table.teamitem {
   width: 600px;
   border: 1px solid #000;
}

td.teamitem {
}

td.headerbox {
   background-color: #E44911;
   color: #FFF;
   font-weight: bold;
   text-align: center;
   padding: 5px;
}

td.lichtebox {
   padding: 3px;
   background-color: #FFE9E0;
}

td.donkerebox {
   padding: 3px;
   background-color: #FFBA9F;
}

td.largeItem {
   text-align: center;
   width: 410px;
   background-color: #FFF;
   height: 410px;
}

td.thumbItems {
   padding: 3px;
}

.linestable {
   font-size: 0.8em;
}
/* End of 'Teampresentatie' */

/* Start of CMSMS style sheet 'Calendar' */
/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

div.calendar_short_list {
   padding: 10px;
}

div.Short_Calendar {
   font-size: 0.8em;
   padding: 3px;
   border: 1px solid silver;
   text-align: center;
}

div.Short_Calendar_Title {
   text-align: left;
   background-color: #E3EDFD;
   border-bottom: 1px solid silver;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  vertical-align: top;
  padding: 3px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
}

#big .calendar_header {
   background-color: #E44911;
   color: #FFF;
   font-weight: bold;
   text-align: center;
   padding: 5px;
   border-right: 1px solid #FFF;
}

#big .calendar_item {
   text-align: center;
   border-right: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{}
/* End of 'Calendar' */

