/*
    Wiskuu.nl version 1.0.0

    Copyright © 2011 Bart Post
    All rights reserved.

    No part of this code may be used, reproduced, transmitted, or stored in any
    retrieval system of any nature, without the written permission of Bart Post.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, legend, canvas {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
fieldset, img {
    border: none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em;
}


/* =Base
-------------------------------------------------------------- */

html {
    background-color: #F0F0F0;
}
html, body {
    z-index: 1;
}
body {
    background-color: #FFFFFF;
}
body, input {
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-size: 14px;
}
h1 {
    color: #000000;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
h2 {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: 0.24em;
}
h3 {
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
ol, ul {
    margin-bottom: 1.5em;
}
ul li {
    list-style: square outside;
    margin-left: 1.5em;
    width: 60%;
}
ol li {
    list-style: decimal outside;
}
li {
    color: #808404040080;
    line-height: 1.5em;
    margin-bottom: .5em;
}
th, td {
    padding: 10px;
    vertical-align: top;
}
p {
    color: #404040;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    width: 60%;
}
p.header {
    font-weight: bold;
    margin: 0;
}
a {
    color: #0080FF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



/* =Structure
-------------------------------------------------------------- */

.container {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.header {
	 background: #0080FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#66CCFF), to(#0080FF));
    background: -moz-linear-gradient(top,  #66CCFF,  #0080FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66CCFF', endColorstr='#0080FF');
    border-bottom: solid 1px #FFFFFF;
    height: 100px;
}
.content {
    padding: 2em 0;
}
#ft {
    background-color: #F0F0F0;
    border-top: solid 1px #E0E0E0;
    clear: both;
    font-size: 89%;
}
#ft .container {
    padding: 20px 0;
}
#ft p {
    color: #A0A0A0;
}
#ft a {
    color: #A0A0A0;
}


/* =Smarttable
-------------------------------------------------------------- */

.smarttable {
    -table-layout: fixed;
    -width: 100%;
}
.smarttable th {
    background-color: #66CCFF;
    color: #FFFFFF;
    font-weight: bold;
}
.smarttable tr:hover {
    background-color: #EFF7FF;
}
.striped {
    background-color: #EFF7FF;
}


/* =Menu
-------------------------------------------------------------- */

.mainmenu {
    margin: 20px 0 10px 0;
}
.mainmenulink:hover, .submenulink:hover {
    background: #E0E0E0;
    text-decoration: none;
}
.mainmenulink, .submenulink {
    background: #F8F8F8;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.75);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.75);
    color: #404040;
    cursor: pointer;
    display: inline-block;
    min-width: 80px;
    padding: .5em .8em;
    text-align: center;
}

.mainselected, .mainselected:hover {
    background: #666666;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#404040));
    background: -moz-linear-gradient(top,  #666666,  #404040);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#404040');
    color: #FFFFFF;
}

.subselected, .subselected:hover {
    background: #0080FF;
    background: -webkit-gradient(linear, left top, left bottom, from(#66CCFF), to(#0080FF));
    background: -moz-linear-gradient(top,  #66CCFF,  #0080FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66CCFF', endColorstr='#0080FF');
    color: #FFFFFF;
}

.submenu {
}


/* =Misc
-------------------------------------------------------------- */
.newsitem {
	position: relative;
	width: 60%;
}
.date {
    color: #999999;
    float: right;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    top: 0;
}
.schedulestable{
	float: left;
	margin-right: 30px;
	width: 460px;
}
