body
{
	font-family:verdana;
	font-size:12px;
}

.datacontainer
{
	display:none;
	border-left:1px solid blue;
	padding-left:5px;
}

a,a:link,a:active,a:visited
{
	color:blue;
	text-decoration:none;
	cursor:pointer;
}

a.showdata
{
	background-image:url('http://www.vliz.be/gis/icons/expandsilver.png');
	background-repeat:no-repeat;
	padding-left:18px;
}


table.rdatat tr:nth-child(2n)
{
	background-color:#CADADC;
}

table.rdatat tr.headings td,table.rdatat td.headings
{
	background-color:black;
	color:white;
}

table td
{
	vertical-align:top;
}

table.report
{
	width:100%;
}

table.report  tr td:nth-child(1)
{
	width:20%;

}

table.report tr td:nth-child(2)
{
	width:80%;
}

#mapw
{
	display:none;
	min-width:600px;
}

#map
{
	width:100%;
	height:400px;
	position:relative;
	max-width: 1200px;
}



#printicon
{
	position:fixed;
	top:20px;
	right:20px;
	cursor:pointer;
	background-color:white;
}



#legend
{
	position:absolute;
	top:0px;
	right:0px;
	background-color:white;
	z-index:10000;
	font-size:9px;
	height:400px;
	overflow-y:scroll;
}

.legendtext
{
  display: inline;
}

td.highlight,tr.highlight
{
	background-color:#F4F4F4;
}

.tripstation_leftcolumn  tr:not(.highlight) td:nth-child(1)
{
	width:10%;
}
