/*
kalender selectors
*/
div.kalenderhfd 
{
	border-collapse:collapse;
	background-color: #FF9900; 				
	font-family: Verdana;
	color:#330099;
	font-weight:bold;
	font-size: 10pt;
	padding:0;
	text-align:left;
	margin: 0px;
}
div.kalendermaand 
{
	border-collapse:collapse;
	background-color: transparent; 				
	font-family: Verdana;
	color:#330099;
	font-weight:bold;
	font-size: 10pt;
	padding:0;
	text-align:left;
	margin: 0px;
}
div.kalender 
{
	background-color: transparent; 				
}
table.kalender
{
	border:solid 1px #30456E;
	border-collapse:collapse;
	background-color: transparent;
	width: 100%;
	padding:0;
	margin: 0;
	text-align:left;
	vertical-align:top;
	font-family: Verdana;
	font-size: 8pt;
}
td.kalender 
{
	border:solid 1px #30456E;
	border-collapse:collapse;
	background-color: #FFFFFF;
}
td.kalenderwe 
{
	border:solid 1px #30456E;
	border-collapse:collapse;
	background-color: #DDDDDD;
}
td.kalendervakantie 
{
	border:solid 1px #30456E;
	border-collapse:collapse;
	background-color: #DDDDFF;
}
td.kalenderheader
{
	border:solid 1px #30456E;
	border-collapse:collapse;
	font-weight:bold;
	background-color: #FFB900;
}
td.kalendercell
{
	border:none;
	font-family: Verdana;
	font-size: 8pt;
}
/*
Top frame selectors
*/
td.top {	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ff8c00,endColorStr=#ffdead); 				
}
/*
Data frame selectors 
*/
body.data {	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#FFCE79); 				
}

/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #FFFFFF;
    background-image: url(../navigatie/graphs/antonius_school_menu_left.png);  
	background-repeat: repeat-y;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {
	background-color: #ffcC00;
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(../navigatie/graphs/antonius_school_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(../navigatie/graphs/antonius_school_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
	
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #ff8c00;
	/* background-image: url(../navigatie/graphs/antonius_school_divider.png); */ 
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
    width:100%;   /* extra toegevoegd : totale lengte van de menu bar */ 
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #ff8C00; 
	border: none;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #ffcc00;
	border: 1px outset;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #ffcc00;
	border: 1px solid #000099;
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 21px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.icon_home {
	background-image: url(../navigatie/graphs/home.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_home_over {
	background-image: url(../navigatie/graphs/home.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_home_click {
	background-image: url(../navigatie/graphs/home.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_klassen {
	background-image: url(../navigatie/graphs/work.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_klassen_over {
	background-image: url(../navigatie/graphs/work.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_klassen_click {
	background-image: url(../navigatie/graphs/work.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_foto {
	background-image: url(../navigatie/graphs/camera.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_foto_over {
	background-image: url(../navigatie/graphs/camera.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_foto_click {
	background-image: url(../navigatie/graphs/camera.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_nieuws {
	background-image: url(../navigatie/graphs/nieuws.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_nieuws_over {
	background-image: url(../navigatie/graphs/nieuws.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_nieuws_click {
	background-image: url(../navigatie/graphs/nieuws.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_agenda {
	background-image: url(../navigatie/graphs/clock.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_agenda_over {
	background-image: url(../navigatie/graphs/clock.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_agenda_click {
	background-image: url(../navigatie/graphs/clock.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_reportages {
	background-image: url(../navigatie/graphs/tree.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_reportages_over {
	background-image: url(../navigatie/graphs/tree.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_reportages_click {
	background-image: url(../navigatie/graphs/tree.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_speel {
	background-image: url(../navigatie/graphs/car.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_speel_over {
	background-image: url(../navigatie/graphs/car.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_speel_click {
	background-image: url(../navigatie/graphs/car.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_ouders {
	background-image: url(../navigatie/graphs/people.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_ouders_over {
	background-image: url(../navigatie/graphs/people.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_ouders_click {
	background-image: url(../navigatie/graphs/people.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_contact {
	background-image: url(../navigatie/graphs/contact.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_contact_over {
	background-image: url(../navigatie/graphs/contact.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_contact_click {
	background-image: url(../navigatie/graphs/contact.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}

.icon_info {
	background-image: url(../navigatie/graphs/book.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_info_over {
	background-image: url(../navigatie/graphs/book.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_info_click {
	background-image: url(../navigatie/graphs/book.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}

.icon_links {
	background-image: url(../navigatie/graphs/links.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_links_over {
	background-image: url(../navigatie/graphs/links.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_links_click {
	background-image: url(../navigatie/graphs/links.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_boerderij {
	background-image: url(../navigatie/graphs/boerderij.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_boerderij_over {
	background-image: url(../navigatie/graphs/boerderij.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_boerderij_click {
	background-image: url(../navigatie/graphs/boerderij.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_feest {
	background-image: url(../navigatie/graphs/beer.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_feest_over {
	background-image: url(../navigatie/graphs/beer.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_feest_click {
	background-image: url(../navigatie/graphs/beer.ico);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_belgium {
	background-image: url(../navigatie/graphs/belgium.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_belgium_over {
	background-image: url(../navigatie/graphs/belgium.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_belgium_click {
	background-image: url(../navigatie/graphs/belgium.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_spain {
	background-image: url(../navigatie/graphs/spain.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_spain_over {
	background-image: url(../navigatie/graphs/spain.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_spain_click {
	background-image: url(../navigatie/graphs/spain.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_poland {
	background-image: url(../navigatie/graphs/poland.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_poland_over {
	background-image: url(../navigatie/graphs/poland.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_poland_click {
	background-image: url(../navigatie/graphs/poland.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_slovakia {
	background-image: url(../navigatie/graphs/slovakia.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_slovakia_over {
	background-image: url(../navigatie/graphs/slovakia.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_slovakia_click {
	background-image: url(../navigatie/graphs/slovakia.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_eu {
	background-image: url(../navigatie/graphs/eu.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_eu_over {
	background-image: url(../navigatie/graphs/eu.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_eu_click {
	background-image: url(../navigatie/graphs/eu.png);
	width: 16px; height: 16px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_pinguin {
	background-image: url(../navigatie/graphs/pinguin.png);
	width: 16px; height: 21px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_pinguin_over {
	background-image: url(../navigatie/graphs/pinguin.png);
	width: 16px; height: 21px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
.icon_pinguin_click {
	background-image: url(../navigatie/graphs/pinguin.png);
	width: 16px; height: 21px; left: 2px; 
	background-repeat: no-repeat; /* Do not alter this line! */
	position: absolute; /* Do not alter this line! */
}
