@charset "utf-8";
/* CSS Document */

body{
position: relative;
}
#head{
height:105px;
}
#logo{
width:100px;
height:53px;

}
#contacts{
	position:absolute;
	width:200px;
	right:2px;
	top:3px;
	color:#CCC;
	text-align:right;
	z-index:99;
}
#page-crumb{
position: relative;
	top:35px;
	border-bottom:1px solid #999999;
}
#footer{
padding:8px 2px 40px 4px;
}
#footer p{
margin-bottom: 14px;
}

.structural{
display:none; margin:0px;
}
.sider{
text-align:right;
}

div.main-vis{
margin-left:0px; 
margin-top:20px;
}



/*--------------Tooltips----------------------------*/

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	padding:6px 10px 12px 10px;
	color:#666666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:10px;
}
