/*
| -------------------------------------------------------------------
| FILENAME:			dy.maps.css
| DESCRIPTION:		Gmaps Style Sheet
| CREATED:			01/01/2008
| INITIAL AUTHOR:	Ronald ter Neuzen, Elma Smit, Martijn ter Hellen
| UPDATED BY:		Ronald ter Neuzen, 05/02/2010
| 
| Copyright (c) 2010 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
| orange: rgb(234,118,4)
| dark-blue: rgb(0,46,94)
| light-gray: rgb(230,230,230)
|
| text grey: rgb(104,116,121)
| text light-grey: rgb(176,187,196)
| text blue: rgb(40,79,124)
| -------------------------------------------------------------------
*/

/* google maps tiles intercept */
#mainvisual div div div div div img
{
	/*display:none;*/
}

/* infobox */
#mainvisual div#mapInfoBox
{
	position: absolute;
	padding: 0;
	width: 223px;
	height: 135px;
	top: 6px;
	right: 5px;
	z-index: -1;
	background-image: url('../gui/icons/wait_diap.gif');
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
}
#mainvisual div#mapInfoBox.animate
{
	background-image: none;
}

#mainvisual div#mapInfoBox img
{
	display:block;
	width:223px;
	height:135px;
}
