div.worldwidelocations
{
	display: inline-block;
	position: relative;
	width: 900px;
	min-height: 540px;
	_height: 540px;
	overflow: hidden;
}

div#infoholder
{
	display: none;
}

div#infoholder.active
{
	display: block;
}

div#infoholder
{
	background-image: url('../gui/dockwiselocations/infopanelholder.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	font-family: 'Arial', Geneva, Helvetica, sans-serif;
	font-size: 90%;
	position: absolute;
	top: 70px;
	right: 0px;
}

div#infoholder div#info
{
	width: 212px;
	padding: 9px 9px 9px 9px;
	background-image: url('../gui/dockwiselocations/infopanel.png');
	background-repeat: no-repeat;
	background-position: left top;
	border-width: 0 0 2px 0;
	border-color: #CBCBCB;
}

div#infoholder div#info div.address
{
	display: none;
}

div#infoholder div#info div.active
{
	display: block;
}

div#infoholder div#info h3
{
	background-color: #f68e20;
	padding: 4px;
	margin: 0;
	color: #fff;
}

div#infoholder div#info h3.representatives
{
	background-color: #00377a;
}

div#infoholder div#info h3 span.time
{
	float: right;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

div#infoholder div#info p
{
	padding: 9px 4px 0px 4px;
}

/******************************************************************************
* 
******************************************************************************/

ul#officelegenda
{
	position: absolute;
	display: block;
	top: 30px;
	left: 0px;
	margin: 0;
	padding: 0;
	font-size: 85%;
}

ul#officelegenda li
{
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}

ul#officelegenda li img
{
	display: inline;
	float: left;
	clear: left;
	margin-top: -4px;
	margin-right: 4px;
	margin-left: -4px;
}

ul#officelegenda li ul
{
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 0px;
}

ul#officelegenda li ul li
{
	color: #f68e20;
	margin: 4px;
	font-weight: normal;
}

ul#officelegenda li ul li ul
{
	display: inline-block;
	margin: 0px 0px 2px 2px;
	vertical-align: top;
}


/* 
	plaatsnamen in leganda moeten weg...
*/
ul#officelegenda li ul li ul li
{
	display: none;
}

ul#officelegenda li ul li ul li a
{
	white-space: nowrap;
	display: block;
	color: #00377a;
	cursor: hand;
	padding: 0 2px 0 2px;
}

ul#officelegenda li ul li ul li span
{
	display: inline;
}

ul#officelegenda li a.active
{
	font-weight: bold;
	background-color: #f68e20;
	color: #fff;
}

ul#officelegenda li a.representatives.active
{
	background-color: #00377a;
}

img.tag
{
	position: absolute;
	cursor: hand;
	z-index: 1;
}

img.tag.active
{
	background-image: url('../gui/dockwiselocations/icon.active.bg.gif');
	background-repeat: no-repeat;
	z-index: 2;
}
