﻿/* TEACHERTOOLS CSS FILE

CSS BUTTONS
===========
Remark : 
One extra measure for IE
Although hardly catastrophic, IE does not return the button to its normal state whenever it's released. 
To force such behaviour, we need to add a tiny bit of JavaScript to the <a> tag: 

<a class="button" href="#" onclick="this.blur();"> … </a> 

*/

* {
    font-family: verdana,helvetica,arial,sans-serif;
}

a:link img {
  border:none;
}

a:visited img {
  border:none;
}

body {
  /*text-align:center;*/
  font-size:80%;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
	  margin-top: 5px;
	  margin-bottom: 5px;
    padding-right: 18px; 
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/*HINTS BIJ FORM ITEMS*/

#hintbox{ /*CSS for pop up hint box */
text-align:left;
position:absolute;
top: 0;
left: 0;
background-color: lightyellow;
width: 15em;
/*width: 150px; /*Default width of hint.*/ 
//padding: 3px;
border:3px solid gray;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
/*border-right: 3px solid black;
border-bottom: 3px solid black;*/
visibility: hidden;
}


.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
vertical-align:middle;
}

/*FORM WIZARD LAYOUT*/

#ttwizard {
	/*top, right, bottom, left*/
    position:relative;  
	/*width: 50%;	*/
}

#ttwizard .titel {
  background-color: #8f8f8f;
	padding: 10px;
	font-weigth: bold;
	font-size: 1.5em;
	color: white;
	border-bottom:solid;
	border-width:1px;
	text-align:left;	
}

#ttwizard .uitleg {
	background-color: #8f8f8f;
	padding: 10px;
	color: white;
	/*font-style:italic;*/
	font-size:70%;
	text-align:left;
}

#ttwizard .line {
	background: #fff url(../img/borderline.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
	width: 300px;
 }	


/*FORMULIER ZELF*/
#ttwizard .formulier p{
/*width: 100%;*/
clear: left;
margin: 0;
padding: 1px 0 1px 0; /*padding: 5px 0 8px 0;*/
padding-left: 200px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
/*height: 1%;*/ /*zorgt ervoor dat fckeditor naar volgende regel gaat !*/
text-align:left;
}


#ttwizard .formulier label:not(.nocss){ /*met uitzondering van labels die tot class="nocss" behoren !*/
font-weight: bold;
float: left;
margin-left: -200px; /*width of left column*/
width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:right;
}


#ttwizard .formulier input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;

/*TESTING*/
	height: 20 px;
	font-family:Arial;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	vertical-align : middle;
	border: 1px solid;
	border-left-color: #b3b9c3;
	border-top-color: #b3b9c3;
	border-bottom-color: #b3b9c3;
	background-color: #ffffff;
	border-right-color: #b3b9c3;
/*END TESTING*/
}

#ttwizard .formulier input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;

/*TESTING*/
	height: 22 px;
	font-family:Arial;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	vertical-align : middle;
	border: 1px solid;
	border-left-color: #b3b9c3;
	border-top-color: #b3b9c3;
	border-bottom-color: #b3b9c3;
	background-color: #ffffff;
	border-right-color: #b3b9c3;
/*END TESTING*/
}

#ttwizard .formulier textarea{
width: 250px;
height: 150px;
/*TESTING*/
	font-family:Arial;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	vertical-align : middle;
	border: 1px solid;
	border-left-color: #b3b9c3;
	border-top-color: #b3b9c3;
	border-bottom-color: #b3b9c3;
	background-color: #ffffff;
	border-right-color: #b3b9c3;
/*END TESTING*/
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*TABLE STYLE : chromed*/
/* 
	Chrome de la chrome table styles
	written by Chris Heilmann http://wait-till-i.com
*/

.tablewrapper {
overflow:auto!important; 
overflow:inherit; 
overflow-y: auto; 
width: 100%; 
height:30em;
	margin-bottom:20px;
}

.tablewrapper2 {
overflow:auto!important; 
overflow:inherit; 
overflow-y: auto; 
width: 100%; 

margin-bottom:10px;
}

.tablewrapper3 { 
overflow:auto!important; 
overflow:inherit; 
overflow-y: auto; 
width: 100%; 
height:33%;
margin-bottom:10px;
}


.tableheader {
  background:url(greychrome.gif) top left repeat-x #fff;
	
	padding:0px;
	margin:0px;
	font-size:90%;
	text-transform:uppercase;
	text-align:center;
	height:2em;
	color:#333;
	width:98.5%;
	
}

/* uitgezet owv conflict met ExtJS
.tttable table,th,td{

	border:1px solid #666;
	border-collapse:collapse;
}*/
.tttable{
	
	border:none;
	border-top:1px solid #000;
	width:100%;
	
}

.tttable tbody tr:hover {
	color: #0000ff;
}

.tttable tr.odd:hover {
	color: #0000ff;
}

.tttable thead th{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	font-weight:bold;
  text-align:center;
	text-transform:uppercase;
	color:#333;
}
.tttable tbody td,tbody th{
	font-size:75%;
	padding:5px 10px;
	background:#eee;
}

.tttable tbody th{
	background:url(greychrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable tbody tr.odd td{
	background:#ddd;
}
.tttable tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
.tttable caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
.tttable table a:link{
	color:#369;
}
.tttable table a:visited{
	color:#036;
	text-decoration:none;
}
.tttable table a:hover{
	color:#000;
	text-decoration:none;
}
.tttable table a:active{
	color:#000;
}

/*END TABLE STYLE*/

/*TABLE STYLE FOR FUNCTIONELE GEHELEN*/
/*uitgezet owv conflict met ExtJS
.tttable2 table,th,td{
	border:0.5px solid #666;
	border-collapse:collapse;
}*/
.tttable2{
	/*overflow:auto;	*/
	/*height:100px;*/
	border:none;
	border-top:1px solid #000;
	width:100%;

	/*margin-top:5px;*/
}
.tttable2 tbody tr:hover {
	color: #0000ff;
}
.tttable2 tr.odd:hover {
	color: #0000ff;
}
.tttable2 thead th{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
.tttable2 tbody td,tbody th{
	font-size:75%;
	padding:5px 10px;
	background:#eee;
	/*text-align:center;*/
}
.tttable2 tbody th{
	background:url(greychrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable2 tbody tr.odd td{
	background:#ddd;
}
.tttable2 tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable2 tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
.tttable2 caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
.tttable2 table a:link{
	color:#369;
}
.tttable2 table a:visited{
	color:#036;
	text-decoration:none;
}
.tttable2 table a:hover{
	color:#000;
	text-decoration:none;
}
.tttable2 table a:active{
	color:#000;
}
/*TABLE STYLE FOR FUNCTIONELE GEHELEN*/

/*TABLE STYLE FOR ambtenverdeling (kleinere tabel)*/
/*uitgezet owv conflict met ExtJS
.tttable3 table,th,td{
	border:0.5px solid #666;
	border-collapse:collapse;
}
*/
.tttable3{
	/*overflow:auto;	*/
	/*height:100px;*/
	border:none;
	border-top:1px solid #000;
	width:100%;

	/*margin-top:5px;*/
}
.tttable3 tbody tr:hover {
	color: #0000ff;
}
.tttable3 tr.odd:hover {
	color: #0000ff;
}
.tttable3 thead th{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px; /*top en bottom 5px, links en rechts 10px*/
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
.tttable3 tbody td{
	font-size:65%;
	padding:5px 10px;
	background:#eee;
	/*text-align:center;*/
}
.tttable3 tbody th{
	background:url(greychrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable3 tbody tr.odd td{
	background:#ddd;
}
.tttable3 tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
.tttable3 tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
.tttable3 caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
.tttable3 table a:link{
	color:#369;
}
.tttable3 table a:visited{
	color:#036;
	text-decoration:none;
}
.tttable3 table a:hover{
	color:#000;
	text-decoration:none;
}
.tttable3 table a:active{
	color:#000;
}
/*TABLE STYLE FOR FUNCTIONELE GEHELEN*/


/*LOGIN SCHERM STYLE*/
#logindialog {

  width:500px;
  height:200;
  position:absolute; 
  top:50%; 
  left:50%; 
  margin:-100px auto auto -250px;
  background:url("mbar.jpg") no-repeat 100% top;
  background-position:top left;
  border:1px solid #dddddd;
}

#logindialog2 {
	background:url("mbarright.jpg") no-repeat 100% top;
	background-position:top right;
	margin-top:0px;
	margin-bottom:10px;
}

#logintitel {
  font-weight:bold;
  font-size:large;
  color:#999999;
}

/*LOGIN SCHERM STYLE*/

/****************************************************/
/* Menu in linkerkolom */
/****************************************************/


#menu {
position: absolute;
top: 0;
left: 0;
}


dl#menu dl,dl#menu dt,dl#menu dd,dl#menu ul,dl#menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
width: 15em;
}


dl#menu dt {
cursor: pointer;
margin: 5px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #C3C2C0;
/*background-image: url("../img/hoofdmenu.jpg");*/
}

dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
background: #fff;
}


dl#menu li.subcat {
line-height: 20px;
font-weight: bold;

text-align: center;
background-image: url("../images/submenu.jpg");
}



dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #97B1D0;/*#eee;*/
}

/*EINDE MENU*/