body 
{
	margin: 0px;
	padding: 0px;
	background:#e2e2e2 url(images/bg.png) repeat-y scroll center center;
	color: black;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 12px;
}

#header
{
	position: relative;	
}
#banner
{
	border-bottom: 2pt solid #75B1D9; 	
}
#slide
{
	border-bottom: 2pt solid #75B1D9; 	
}
#schoolnaam
{
	position: absolute;
	font-size: 10pt;
	right: 5px;
	top: 105px;	
	color: #18086E;
	text-align: right;
}
#schoolnaam span
{
	font-size: 14pt;	
}

.renew_msg
{
	font-size: 12pt;
	color: red;
}

.clear
{
	clear: both;
}

a
{
	text-decoration: none;
	color: #5598E1;
}
a:hover
{
	color: black;	
}
table
{
	border-collapse: collapse;	
}
th
{
	text-align: left;	
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
	
}
td
{
	padding: 3px;
}

h1
{
	margin: 0;
	padding: 4px 6px 4px 6px;
	background: #A5C9EF;
	background-image: url(images/gradient_title.png);
	background-repeat: repeat-y;
	color: white;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 2px;
		
}

#subpage, #subpage_big
{
	margin: 5px;	
	
}

/* menu */


#menu
{
	list-style: none;
	margin: 3px;
	padding: 0;
}
#menu li a
{
	color: black;
	
	display: block;
	margin: 0;
	padding: 4px;
	height: 70px;
	
}

#menu li 
{
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

#menu li:hover
{
	background-image: url(images/gradient_active.png);	
}

#menu li.activemenu 
{
	background-image: url(images/gradient_active.png);
}

#menu li
{
	border: solid #236FC2;
	border-width: 1px 1px 0px 1px;
	color: white;	
	width: 85px;
	float: left;
	padding: 0;
	margin: 0px 3px 0px 0px;
	text-align: center;
}
#menu li a
{
	background-repeat: no-repeat;
	background-position: center 20px;	
}

#menu li.menuicon_home a  		{		background-image: url(images/btn_home.png);	 }
#menu li.menuicon_afb a  		{		background-image: url(images/btn_afbeeldingen.png);	 }
#menu li.menuicon_statistieken a  		{		background-image: url(images/btn_stats.png);	 }
#menu li.menuicon_startprogramma a  		{		background-image: url(images/btn_start.png);	 }
#menu li.menuicon_programmas a  		{		background-image: url(images/btn_programmas.png);	 }
#menu li.menuicon_activiteiten a  		{		background-image: url(images/btn_act.png);	 }
#menu li.menuicon_instellingen a  		{		background-image: url(images/btn_instellingen.png);	 }
#menu li.menuicon_bestelling a  		{		background-image: url(images/btn_producten.png);	 }
#menu li.menuicon_kids a  		{		background-image: url(images/btn_leerling.png);	 }
#menu li.menuicon_groepen a  		{		background-image: url(images/btn_groepen.png);	 }
#menu li.menuicon_login a  		{		background-image: url(images/btn_login.png);	 }
#menu li.menuicon_logout a  		{		background-image: url(images/btn_logout.png);	 }
#menu li.menuicon_help a  		{		background-image: url(images/btn_help.png);	 }

#menu.home li a
{
	height: auto;
}

#submenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#submenu  li
{
	float: left;
	margin-right: 2px;
	border-color: gray;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}
#submenu  li a
{
	padding: 6px 10px 6px 10px;
	display: block;	
	background-color: #E9E9E9;
	color: gray;
}
#submenu  li a:hover
{
	color: white;
	background-color: gray;	
}

input, select, textarea
{
	width:240px;
	border: solid 1px #236FC2;
}
input#niveau, select#schooljaar
{
	width:140px;
	border: solid 1px #236FC2;
}
input#percValCheck, .actinput input
{
	width:20px;
	border: 0;
}
#center {
	margin:0 auto;
	min-height:100%;
	padding:0px 0px;
	width:1000px;
}

#content
{
	border: solid 1px #236FC2;
	margin-left: 3px;
	position: relative;
	background: #F3F3FF;
	padding: 0px;
	
	
}


/* overzichten */
.overview
{
	width: 100%;
	padding: 2px;
	margin:2px;
}

.overview tr
{
	background-color:#FFFFFF ;
		height: 30px;
}
.overview td
{
	border-bottom: solid 1px #A5C9EF;
	border-top: solid 1px #A5C9EF;
}
.overview tr th
{
	background-color: #83B4E9;	
	color: white;
	
}
.overview tr th a
{
	color: white;
}
.overview tr:hover
{
	background-color: #F3F3FF;
}
.ov_prog tr
{
	height: 30px;
}


.progdesc
{
	margin-left: 15px;	
}


/* Statistieken */
.graphbar
{
	background: url(images/chart.png);
	background-repeat: repeat-x;
	height: 16px;
	overflow: hidden;
	float: left;
}

#statOptions
{
	
}
td.graphlabel
{
	text-align: right;
}

.chartleft, .chartright
{
	width: 3px;
	float: left;
	height: 16px;
	
}
.chartleft
{
	background-image: url(images/chartleft.png);
}

.chartright
{
	background-image: url(images/chartright.png);
}


#grafiek table tr td
{
	height: 18px;
}

.loading
{
	background-image: url(images/loading.gif);
}


/* Activiteiten */
ul.act 
{
	list-style: none; 
	margin: 0;
	padding: 0;	
	width: 800px;
	float: left;
}

ul.inact
{
	width: 150px;	
	
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.inact li
{
	padding: 1px;
	margin: 1px;	
	display: block;	
	background-color: white;
}


ul.inact .actlimit, ul.inact img, ul.inact .act_rem, ul.inact .act_eff_limit
{
	display: none;
}
.act_rem span
{
	display: none;
}

.act_eff_limit
{
	font-size: 16pt;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 20px;
}

.act_rem
{
	background-image: url(images/delete.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
		
}
ul.act li {
	width: 180px;
	display: block;
 	float: left;
 	margin: 5px;
 	padding: 0px;
 	background:#ffffff;
 	position: relative;
 	min-height:60px;
}
/* listview */

.listview
{
	margin: 0;
	padding: 0;
}
.listview_Leerlingen li
{
	background:#ffffff;
	border: solid 1px #A5C9EF;
	display: block;
	width: 200px;
	min-height: 80px;
	float: left;
	margin: 2px;
	padding: 2px;
}
.listview_Activiteiten li, .listview li
{
	background:#ffffff;
	border: solid 1px #A5C9EF;
	display: block;
	width: 200px;
	min-height: 200px;
	float: left;
	margin: 2px;
	padding: 2px;
}
.listview li img
{
	margin-left: auto;	
	margin-right: auto;
	display: block;
}

.listitem_title
{
	display: block;
	background:	#5598E1;
	padding: 2px;
	color: white;
	margin-bottom: 2px;
}



/* overig */

span.sorthandle
{
	background: url(images/arrows.png) no-repeat 0% 50%;
	padding-left: 20px;
	cursor: pointer;
}

.imageselect
{
	float: left;
	width: 240px;
	margin-right: 10px;
}

optgroup
{
	background : #5598E1;
	font-style: normal;
	font-weight: bold;
	color: white;
}

optgroup option
{
	background: white;
	color: black;
}

#image_preview
{
	display: inline;
}

.action, .red_action
{
	border: solid 1px #5598E1;
	background-image: url(images/button_gradient.png);
	
	color: white;
	padding: 2px;
	margin: 2px;
	min-width: 150px;
	font-weight: bold;
	
	
}
.red_action
{
	background: red;
	background-image: none;	
}
.validator
{
	color: red;	
}

.yearlist
{
	width: auto;	
}

.yearlist td, .yearlist th
{
	padding: 4px;
}

a.sort_desc, a.sort_asc
{
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;	
}

a.sort_desc
{
	background-image: url(images/down.gif);
}

a.sort_asc
{
	background-image: url(images/up.gif);
}


/* pager */
.pager_bar
{
	margin: 4px;	
}
.pager_bar a
{
	
	width: 20px;
	text-align: center;
	padding: 0px 4px;
	margin-right: 1px;
	border: solid 1px #83B4E9;
}

.page_active
{
	background-color: #83B4E9;
	color: white;
}


/* end pager */



/* Bestellingen */
.price
{
	text-align: right;	
}

.amount
{
	width: 40px;	
}

.order_table
{
	width: 100%;	
}

.order_table th
{
	background-color: #83B4E9;
	color: white;
}
/* end bestellingen */

/* home intro pagina */ 
.home_left, .home_right {
	float: left;
	width: 488px;
}
.home_right {
	margin: 0px 6px 0px 7px;
}
.home_left {
	margin: 0px 0px 0px 6px;
}
.home_left div, .home_right div {
	background-color: #EEEEFA;
	padding: 10px;
	margin-top: 17px;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 10px;
}
.home_left h2, .home_right h2 {
	border-bottom: 5px solid #98BFE8;
	padding-bottom: 10px;
	margin-bottom: 12px;
	color: #009900;
	margin-top: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 20px;
}
.headerbanner {
	background: url(images/headerbanner.jpg);
	width: 983px;
	height: 133px;
	margin-left: 6px;
	margin-top: 6px;
}

.home_right  #scrollup {
   position: relative;
   overflow: hidden;
   height: 100px;
   padding: 0px;
   margin: 0px;
 }
.home_right  .headline {
   position: absolute;
   padding: 0px;
   top: 210px;
   left: 5px;
   height: 195px;
   margin: 0px;
}

#help, #kosten, .panel {
	
	display: none;	
}
a img {
	border: none;
}
.helplink {
	position: absolute;
	color: white;
	right: 10px;
	top: 3px;
	background: url(images/help-browser.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 20px;
	
	display: block;
		
}


.help_menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	padding-top: 10px;
}
.help_menu li a
{
	margin: 2px;
	padding: 2px;
	background: #83B4E9;
	color: white;
	display: block;
}
.help_menu li a:hover
{
	text-decoration: underline;	
}
	
.help_contents
{
	
	width: 780px;
	padding: 0px 4px;
	float: left;
}

.printlink {
	position: absolute;
	color: white;
	right: 170px;
	top: 3px;
	background: url(images/print.png) 0% 50% no-repeat;
	padding: 4px 0px 4px 20px;
	
	display: block;

}


.fenomlogo
{
	vertical-align: middle;
	padding-left: 20px;
}

.highlight, a.highlight
{
	color: blue;
	
	
	font-size: 14pt;	
}



.school_logos
{
    list-style: none;
    margin: 0px 4px;
	padding: 0;
}
.school_logos li
{
    display: block;
    float: left;
    width: 240px;
	background: #fff;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	min-height:150px;
	height: 210px;
	position: relative;
	line-height: 165px;
}
.school_logos li img
{
	
	vertical-align: middle;	
}
.school_logos li span
{
	display: block;
	line-height: normal;
	margin-top:3px;
	position: absolute;
	bottom: 3px;
	left: 2px;
	right: 2px;
}


.panel_logo
{
	text-align: center;	
}


.login_reason
{
	color: blue;
	font-size: 11pt;
	font-weight: bold;	
}

.formtable .radiolist
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
.formtable .radiolist input
{
	width: auto;	
}


.proefabo_notify 
{
    position: absolute;
	top: 35px;
	left: 0px;
	
	width: 200px;

	text-align: center;

}


.proefabo_notify a
{
	color: red;
	font-size: 14pt;	
}


.matrix_stats
{
	font-size: 8pt;	
	border-collapse: collapse;
}
.matrix_stats th, .matrix_stats  td
{
	border: solid 1px black;
}

.matrix_stats th
{
	font-weight: normal;	
}
span.ractheader
{
	
	display: inline-block;
			abackground: red;
			
			min-width: 3em;
			
			height: 140px;
			position: relative;
}
.box_rotate 
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 140px;
	height: 1.5em;

	-moz-transform-origin: bottom left;
	-moz-transform: rotate(270deg)  translate(-120px,1.5em);  /* FF3.5+ */
   	-o-transform: rotate(270deg)  translate(-120px,1.5em);  /* Opera 10.5 */
   	-o-transform-origin: bottom left;
	-webkit-transform: rotate(270deg)  translate(-120px,1.5em);  /* Saf3.1+, Chrome */
	-webkit-transform-origin: bottom left;
  	-ms-transform: rotate(270deg)  translate(-120px,1.5em);  /* IE9 */
   	
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=1, M21=-1, M22=0, Dy=140, sizingMethod='auto expand');
	overflow: hidden;
	
}

#ui-datepicker-div { display:none }
