/* Legend Container */
.LegendContainer
{
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
  	color: #ffcc66;
	background: #000066; 
	border: solid 1px #ffcc66;
	text-align: left;
	padding: 2px 6px;
	margin: 0px 1px 3px 1px;
}
	.LegendContainer .Head
	{
		background-color: inherit;
		color: #ffcc66;
		font-size: 1.6em;
		font-weight: bold;
		font-family: Verdana, Helvetica, Sans-Serif;
		letter-spacing: normal;
	}

/* Rounded corner boxes */
.xsnazzy
{
	background: transparent; 
	/*margin: 8px 0px;*/
	margin: 0px 0px 8px 0px;
}

.xtop, .xbottom 
{
	display: block; 
	background: transparent; 
	font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 
{
	display: block; 
	overflow: hidden;
}

.xb1, .xb2, .xb3 
{
	height:1px;
}

.xb2, .xb3, .xb4 
{
	background: #ffffff; 
	border-left: 1px solid #08c; 
	border-right: 1px solid #08c;
}

.xb1 
{
	margin: 0 5px; 
	background:#08c;
}
.xb2 
{
	margin: 0 3px; 
	border-width: 0 2px;
}

.xb3 
{
	margin:0 2px;
}

.xb4 
{
	height: 2px; 
	margin: 0 1px;
}

.xboxcontent 
{
	display:block; 
	background:#ffffff; 
	border:0 solid #08c; 
	border-width:0 1px;
	
	padding: 3px 3px 18px 3px;
	
	height: 100px;			/* IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;			/* IE6 */
}
/* Standards-compliant browsers */
body>.xboxcontent { height: 100%; }












