﻿/*
  custom infobox for drilldown; 
  the following selectors apply to the pop-up VE infobox after 
  VEMap.ClearInfoBoxStyles is called
*/
.customInfoBox-previewArea
{
	height:120px;
	overflow:auto;	
	text-align:left;
	width:410px;
}

.customInfoBox-previewArea h3
{
	font-size:x-small;
	font-weight:bold;
	margin-bottom:0px;
}

/*
  swiching to 3D and then back to 2D causes a new IFRAME element to be inserted
  which appears to mask drilldown results; the following modifications to the 
  z-index correct this issue
*/
.customInfoBox-noBeak, .customInfoBox-with-leftBeak, customInfoBox-with-rightBeak
{
    z-index:400;
}

/*
  ensure that the infobox renders on top of the map for safari, 
  chrome, and ff3; this appears to have been corrected by Microsoft
  as of 2009.05 
.customInfoBox-body
{
    z-index:3; 
}
*/

/*end custom infobox*/




/*VE colors:
inactive dashboard:
#5C799D
#5E7C9F
#6885A8

hover-over dashboard:
#224B7C
#31598A
#386090

hover-over navigation circle on dashboard:
#1F60B4 lightest
#073C7B
#002154 darkest
*/


