
/*-------------- Standard Classes --------------*/

body.pagenormal{
	background : #FFFFFF;
	margin: 0;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #cccccc;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;

}

#topmenu {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00ACC4;
	height: 25px;
	overflow: hidden;
	font-variant: uppercase;
}

#content {
	position: absolute;
	left: 0;
	padding-right: 160px;
}

#contentProgramma {
	position: absolute;
	width: 100%;
	top: 25;
	left: 0;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}


.textnormal {
	font-family:verdana; 
	font-size:11px; 
	font-style: normal;
	font-weight: normal;
	color: #05244C;
	line-height: 150%;
	text-decoration: none;
}	

.textheader {
	font-family:verdana; 
	font-size:11px; 
	font-style: normal;
	font-weight: bold;
	color:#05244C;
	line-height: 150%;
	text-decoration: none;
}

.textbold {
	font-family:arial; 
	font-size:10pt; 
	font-style: normal;
	font-weight: bold;
	color:#05244C;
	line-height: 150%;
	text-decoration: none;
}			

.textitalic {
	font-family:arial; 
	font-size:10pt; 
	font-style: italic;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}		

.textunderline {
	font-family:arial; 
	font-size:10pt; 
	font-style: normal;
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
}		

img {
	border: 0;
	vspace: 0;
	hspace: 0;
}

a {
	color: #05244C;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #05244C;
	text-decoration: underline;
}

/*-------------- End Standard Classes --------------*/


/*--------------Menu Classes------------------------*/


.bottomMenu {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	valign: middle;
	color: #00ACC4;
	padding-left: 10px;
	padding-right: 10px;
}

.menuDivider{
	width: 2px;
	background-color: #FFFFFF;
}

.bottomMenu a {
	color: #00ACC4;
	text-decoration: none;
}

.bottomMenu a:visited {
	color: #00ACC4;
	text-decoration: none;
}

.bottomMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.topMenu { 
	Padding-left: 10px;
	Padding-top: 2px;
	border-bottom: 2px solid white;
}

.topMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menuText { 
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menuTable {
	width: 100%;
	border: 0;
	cellpadding : 0;
	cellspacing : 0;
}

/*----------Application classes--------------*/

input.defaultbutton{
	background-color: #BFBFBF;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	border: 1 solid #606D79;
}

input.defaulttext{
	background-color: #EDF2F4;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	border: 1 solid #606D79;
}

textarea.defaulttext{
	background-color: #EDF2F4;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	border: 1 solid #606D79;
}

select.defaulttext{
	background-color: #EDF2F4;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	border: 1 solid #606D79;
}


div.resultBlock{
	width: 100%;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}

div.resultItemHeader{
	background-color: #05244C;
	color: #FFFFFF;
	height: 20px;
	padding: 1px 5px 1px 5px;
	border-bottom: 2px solid white;
}

div.resultItemOdd {
	background-color: #D3D6E5; /*#05244C;*/
	color: #05244C; /*#FFFFFF;*/
	height: 20px;
	cursor: hand;
	vertical-align:top;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid white;
}

div.resultItemEven{
	background-color: #D3D6E5;
	color: #05244C;
	height: 20px;
	vertical-align:top;
	cursor: hand;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid white;
}


div.columnTitel{
	width: 400px;
	vertical-align:top;
	display:inline;
	overflow: hidden;
}

div.columnDoelgroep{
	width: 300px;
	vertical-align:top;
	display:inline;
	overflow: hidden;
}

div.columnTitle{
	width: 300px;
	vertical-align:top;
	display:inline;
	overflow: hidden;
}

div.columnTarget{
	width: 150px;
	vertical-align:top;
	display:inline;
	overflow: hidden;
}

div.columnDate{
	width: 100px;
	vertical-align:top;
	display:inline;
	overflow: hidden;
}

div.columnImgIcon{
	width: 30px;
	vertical-align:middle;
	display:inline;
	overflow: hidden;
}


.resultRow a {
	color: #000000;
	text-decoration: none;
}

.resultRow a:visited {
	color: #000000;
	text-decoration: none;
}

.resultRow a:hover {
	color: #000000;
	text-decoration: underline;
}

.detailsLink a {
	color: #00ACC4;
	text-decoration: none;
	font-weight: bold;
}

.detailsLink a:visited {
	color: #00ACC4;
	text-decoration: none;
	font-weight: bold;
}

.detailsLink a:hover {
	text-decoration: underline;
}


/*-------------- Classes used in Cursusprogramma--------------*/

/*--Display address--*/
table.cursusItem{
	width: 100%;
	background-color: #CDCDCD; 
	font-size: 10pt;
}

td.cursusTableLabel{
	width: 100px;
	background-color: #838383;
	color: #FFFFFF;
}

td.cursusTableValue{
	color: #000000;
	font-family:verdana; 
	font-size:11px; 
}

table.cursusDisplay{
	font-family: verdana;
	font-size: 11px;
	width: 100%;
}

tr.titleRow {
	height: 18px;
}

tr.bodyRow {

}

tr.bottomRow {
	height: 5px;
}

tr.fixedRow {
	height: 15px;
}

tr.flexRow {

}

td.preCell {
	width: 25 px;
	height: 18px;
	background-color: #05244C;
}

td.borderCell {
	width: 5px;
	background-color: #FFFFFF;
}

td.codeCell {
	width: 135px;
	background-color: #00ACC4;
	padding-left:4px;
	color: #05244C;
	font-weight: bold;
	font-size: 12px;
}

td.doelCell {
	width: 135px;
	background-color: #05244C;
	vertical-align: top;
	padding-left:4px;
	padding-top:10px;
	color: #FFFFFF;
}

td.titleCell {
	background-color: #05244C;
	padding-left:4px;
	color: #FFFFFF;
}

td.buttonCell {
	background-color: #05244C;
	padding-left:4px;
}

td.bodyCell {
	background-color: #D3D6E5;
	vertical-align: top;
}

td.labelCell{
	width: 100px;
	font-size:10px; 
	background-color: #ffffff;
	padding-left:4px;
	color: #05244C;
	font-weight: bold;
}

td.valueCell{
	width: 450px;
	font-size:11px; 
	background-color: #ffffff;
	padding-left:4px;
	color: #05244C;
	font-weight: normal;
}

td.noteCell {
	width: 550px;
	font-size:11px; 
	background-color: #ffffff;
	padding-left:4px;
	color: #05244C;
	font-weight: normal;
}

td.opmerkingCell {
	width: 550px;
	background-color: #D3D6E5;
	padding-left:4px;
}

td.omschrijvingCell{
	width: 550px;
	background-color: #D3D6E5;
	padding-left:4px;
	padding-top:10px;
}

.cursusTabelHeader {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}


table.cursusDetails{
	font-family: verdana;
	font-size: 11px;
	width: 100%;
	border : 0;
}

tr.titleRowDetails {
	height: 18px;
	font-size: 11px;
}

tr.bodyRowDetails {
	height: 15px;
	font-size: 9px;
}

td.titleCellDetails {
	background-color: #05244C;
	padding-left:4px;
	color: #FFFFFF;
}

td.buttonCellDetails {
	background-color: #05244C;
	padding-left:4px;
	color: #FFFFFF;
}

/*-------------- Classes used in Nieuws--------------*/


.newsPlaceHolder {
	width : 200px;
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	padding-left: 5px;
}

.newsMessageChar {
	width: 190px;
	overflow: clip;
	padding: 2px 2px 2px 2px;
	margin-bottom: 4px;
	border-left: 1px dotted grey;
	color: #05244C;
}

.newsMessageImg {
	width: 150px;
	overflow: clip;
	padding: 2px 2px 2px 2px;
	margin-bottom: 4px;
}

img.newsThumb {
	width: 140px;
	border: 0px;
	hspace: 0px;
	vspace: 0px;
}

.newsDate {

}

.newsHeader {
	font-weight: bold;
	text-decoration: underline;
}

.newsMessageChar a {
	color: #000000;
	text-decoration: none;
}

.newsMessageChar a:visited {
	color: #000000;
	text-decoration: none;
}

.newsMessageChar a:hover {
	color:#00ACC4;
}

.newsShort {
	text-decoration: none;
}

