.beonoFocusLoading {
	display: none;
	position: fixed;
	width: 220px;
	height: 19px;
	margin-left: -110px;
	margin-top: -9px; 
	top: 50%;
	left: 50%;
	background: url('/images/ajax-loader.gif') no-repeat center;
}

.beonoFocusFader {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	display: none;
}

.beonoFocusPopUp {
	background: #fff;
	border: 1px #ccc  solid;
	top: 0px;
	left:0px;
	position: fixed;
	z-index: 999999;
	display: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	-webkit-box-shadow: 0px 0px 20px #333; 
}

table.beonoFocusPopUp {
	margin:0px;
	padding:5px;
	border-collapse: collapse;
	background-color:#e5e5e5;
}

.beonoFocusPopUpWrapper {
	position: relative;
}

.beonoFocusPopUpContent {
	clear:both;
	margin: 25px 25px 0;
	background:#000;
}

.beonoFocusPopUpAdditional {
	
}

.beonoFocusPopUpAdditionalWrapper {
	padding: 0.5em;
}

.beonoFocusPopUpNavigation {
	text-align: center;
	height: 2em;	
	position: relative;
}

.beonoFocusPopUpNavigation .beonoFocusPopUpNavigationPrev {
	position: absolute;
	left: 0px;	
	white-space: nowrap;
}

.beonoFocusPopUpNavigation .beonoFocusPopUpNavigationNext {
	position: absolute;
	right: 0px;	
	white-space: nowrap;
}

.beonoFocusPopUpHeader {
	position:relative;
	width: 100%;
	height:25px;
	background-color:#e5e5e5;
}
.beonoFocusPopUpFooter {
	position:relative;
	width: 100%;
}

.beonoFocusPopUpFooterWrapper {
	text-align:left;
	color:#5e5e5e;
	font-size:95%;
	padding:12px 35px 1.9em 1.9em;
}

/* TODO: Make css sprite */
a.beonoFocusClose {
	background: url("/js/close.jpg") top left no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	line-height:16px;
	cursor: pointer;
	text-align:right;
	position: absolute;
	right: 0px;
	top: 5px;
}

a.beonoFocusClose:link,
a.beonoFocusClose:visited {
	text-decoration:none;
}

.clear-both {
	clear:both;
}