/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top: none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#ffffff;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);

}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
		-moz-border-radius: 12px;

}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
		-moz-border-radius: 12px;

}


.highlight
{
	color: #ff9900;
	border-bottom:1px dotted;
}

table.moduletable a:link
{
	color: #ffffff;
}

table.moduletable a:visited
{
	color: #ffffff;
}

table.moduletable a:hover
{
	color: #000000;
}

table.moduletable {
	width : 100%;
	margin-bottom: 5px;
	padding: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}


table.moduletable th {
	border-bottom : 2px solid #D3D6D3;
	background : #B5BBB6;
	color: #FFFFFF;
	text-align: left;
	padding-top: 8px;
	padding-left : 10px;
	height: 23px;
	font-weight: bold;
	font-size: 11px;
}

table.moduletable td {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

#active_menu {
	background : #D3D6D3;
	color : #000000;
	background-image: url(./img/active_arrow.gif) ;
	background-repeat: no-repeat;
	background-position : 12px 10px;
	padding-left: 23px;
}

.main_idlevel {
    display:block;
	color: rgb(37,170,225);
	font-size: 15px;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	text-decoration: none;
}


a.main_idlevel:link, a.main_idlevel:visited {
	font-size: 15px;
	text-align: left;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	text-decoration: none;
	color : rgb(37,170,225);

}

.mainlevel {
  display:block;
	font-size: 15px;
	color: rgb(35,61,132);
	text-align: left;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding-top : 6px;
	padding-bottom: 5px;
	padding-left :6px;
	padding-right : 6px;
	text-decoration: none;

}

a.mainlevel:hover {
	text-decoration: none;
	color : green;
}

.sublevel {
    color: #ffffff;
	padding-left: 4px;
}
a.sublevel:link, a.sublevel:visited {
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-decoration:none;
}

a.sublevel:hover {
	color: rgb(35,61,132);
	text-decoration: underline;
}

#balloon{
width:295px;
position:absolute;
display:none;}

/*
#balloon .balloon_top{
background-image: url('./images/balloon_top.gif');
background-repeat:repeat;
height:0px;
}
*/

#balloon .balloon_middle{
background-color: #ffffff;
-moz-border-radius: 9px;
color: #000000;
border-left: 6px double #00ccff; 
border-top:6px double #00ccff;
border-right:6px double #00ccff;
border-bottom:6px double #00ccff;
padding-left:7px;
padding-right:7px;
padding-top: 5px;
padding-bottom:5px;
}

#balloon .balloon_middle span{
position:relative;
top: 0px;
}

.tblform {
    background-color: rgb(37,170,225);
	border-collapse: collapse;
	-moz-border-radius: 9px;
	border-color: transparent;
	vertical-align: top;
	}

.odd_titel{
     font-weight:500;
	 font-size: 16px;
}

.odd {
     background-color: #eeeeee;
	 border-bottom: 2px solid; 
     border-right: 1px solid;;
     border-bottom-color: rgb(37,170,225);
     border-right-color: rgb(37,170,225);
	 padding-bottom: 5px;
	 font-size: 14px;
	 }
	 
.odd_over {
    background-color: transparent;
	 border-bottom: 2px solid; 
     border-right: 1px solid;;
     border-bottom-color: rgb(37,170,225);
     border-right-color: rgb(37,170,225);
	 padding-bottom: 5px;
	 font-size: 14px;
}

.odd_out {

     background-color: #eeeeee;
	 border-bottom: 2px solid; 
     border-right: 1px solid;;
     border-bottom-color: rgb(37,170,225);
     border-right-color: rgb(37,170,225);
	 padding-bottom: 5px;
	 font-size: 14px;
}

#zoek_titel {
display:block;
background-color: rgb(37,170,225);
color: #ffffff;
font-size:14px;
}
#datum{
  border-bottom: 2px solid; 
  border-right: 1px solid;;
  border-bottom-color: rgb(37,170,225);
  border-right-color: rgb(37,170,225);
 padding-bottom: 5px;
  padding-top: 3px;
}

a.odd:link, a.odd:visited {
display:block;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border: 0px;
}

a.odd:hover {
    background-color: #ffffff;
	text-decoration: none;
}

