/* button styles */
a.button, a.buttonDis {
	display: block;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-image: url(buttons/BUTTON_UP.png);
}
a.button:link, a.button:visited {
/*color: #002577;*/
}
a.button:hover, a.button:active {
background-image: url(buttons/BUTTON_OVER.png);
text-decoration: none;
}
.icon {
	display: inline-block;
	background-repeat: no-repeat;
	font-family:"Comic Sans MS";
	font-weight: bold;
	color:#FFFFFF;
/* padding: 0 0 5px 18px; */
}
.icon:hover {
	color: #000000;
	font-weight: bold;
}
/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
/*	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
*/
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.style_grijs {color: #999999}
.style_wit   {color: #FFFFFF}
.logo {
	/*	font:18px times new roman;*/
	color: #FF0000;
	letter-spacing:0.4em;
	font-weight:bold;
	font-size: 24px;
	font-family: "Comic Sans MS";
	}

.sidebarText {
	color: #FF0000;
	line-height:18px;
	font-family: "Comic Sans MS";
	}
	
.bodyText {
    font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFFFFF;
	}
	
.bodySoldText {
    font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight:bold;
	color: #990000;
	}
	
.bodyFreeText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight:bold;
	color: #006600;
	background-color: #FFFFFF;
	}
	
.StrongBodyText {
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}
.SmallBodyText {
    font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
	}
	
.SuperSmallBodyText {
    font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFFFFF;
	}
	
.StrongSmallBodyText {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
	
.picText {
    font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
	}
	
.pageName {
	font-weight:bold;
	color: #FF0000;
	letter-spacing:0.1em;
	font-family: "Comic Sans MS";
	font-size: 24px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.header1 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}

.header2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-top: 0pt;
	padding-top: 4pt;
}

.SmallHeader2 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 0pt;
	padding-top: 4pt;
}
	
.Opmerking {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 0pt;
	padding-top: 4pt;
}

.Nadruk {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
}

.Beschikbaar {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00FF00;
}

.Verkocht {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	
}

.Optie {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF7700;
}	

.Evaluatie {
    font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

