/*Focus Divs*/
#overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	background: black none repeat;
	width: 100%;
	z-index: 9000;
}
body > div#overlay
{
	position: fixed;
}
.focusdiv
{
	border: 5px solid #aaa;
	position: absolute;
	z-index: 9010;
	-moz-box-shadow: 0px 5px 30px #000;
	-webkit-box-shadow: 0px 5px 30px #000;
	box-shadow: 0px 5px 30px #000;
}


.focusdivtitleclose
{
	float: right;
	margin-right: -5px;
	cursor: pointer;
	margin-left: 10px;
}

/*FocusDiv Details (used for displaying data) */
.focusboxdetails_title
{
	font-weight: bold;
	padding-right: 8px;
}
