body { 
  font-family: georgia, tahoma, sans-serif; 
  margin: 0; 
  padding: 0; 
  font-size: 11px; 
  background-color:#FFF;
}

a {
	line-height: 110%;
	text-decoration: none;
}



.treemapView {
	vertical-align: middle;
}

.treemapSquare {}

.treemapCell {
	border-color: #FFF !important;
}

.treemapCell:hover {
	opacity: .85 !important;
	filter: alpha(opacity=85) !important;
}
.treemapCell span {
	font-size: 1px;
}
.treemapCell span strong {
	font-size: 1px !important;
}
.treemapCell img {
	margin: 2px;
	width: 16px;
	height: 16px;
}

.treemapCell a:link {
	color: #333;
}
.treemapCell a:visited {
	color: #333;
	text-decoration: line-through;
	opacity: .25;
	filter: alpha(opacity=25);
}
.treemapCell a:hover {
	color: #333;
}

div#header {
	color: #FFF;
	padding: 8px 10px 0 10px;
	height: 24px;
	overflow: hidden;
	background-color: #FFF;
}
div#header #nav {
	float: right;
}
div#header a {
	color: #DDD;
	text-decoration: none;
	border-bottom: 1px dotted #DDD;
}
div#header a:hover {
  color: #FFFFFF;
  border: none;
}

#tooltip {
	color: #FFF;
	font-family: arial;
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #000;
	padding: 5px;
	opacity: 0.85;
	width: 200px;
}
#tooltip * {
	margin: 0;
}

#content {
 color: #FFF;
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 font-size: 2em;
}
#content h1 {
 font-weight: normal;
}
#content p {
 color: #DDD;
}
#content a {
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #DDD;
}


div#preloader {
 width: 200px;
 height: 150px;
 position: relative;
 margin-top: -150px;
 clear: both;
}
div#preloader img, #tooltip img {
 width: 120px;
 height: 90px;
}
