/*//---------------------------------------------*/
/*// Name: popBox - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Default Settings							 */
/*//---------------------------------------------*/

#overlay
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
	background: #000000 url('images/popbox/reflect-logo.png') no-repeat;
	background-position: 0 100%;
}
#overlay[id]
{
	position: fixed;
}

#bosOverlay
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;   
	-moz-opacity: 0.90;
	opacity: .90;
	filter: alpha(opacity=90);
	background: #000000 url('images/popbox/reflect-logo.png') no-repeat;
	background-position: 0 100%;
}
#bosOverlay[id]
{
	position: fixed;
}

#popBox
{
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
    background: #44538c;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    border: 1px solid #ede278;
}

#load
{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/popbox/load.gif') no-repeat;
}

#load2
{
	width: 70px;
	height: 70px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/popbox/load.gif') no-repeat;
}

#mceLoad
{
	width: 93px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/popbox/mceload.gif') no-repeat;
}

#loadGrey
{
	width: 93px;
	height: 69px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -35px;
	padding: 0px;
	background: url('images/popbox/greyLoad.gif') no-repeat;
}

#close
{
	width: 65px;
	height: 22px;
	
	margin-top: 1px;
	margin-left: -65px;
	
	position: absolute;
	left: 100%;
	top: 0%;
	
	cursor: pointer;
	
	background: url('images/popbox/close.png') 0px 0px no-repeat;
}

#popBoxFav
{
	width: 14px;
	height: 14px;
	
	margin-top: 1px;
	margin-left: -30px;
	
	position: absolute;
	left: 100%;
	top: 0%;
	
	cursor: pointer;
	
	background: url('images/popbox/favorites.png') 0px 0px no-repeat;
	background-position: 0px 0px;
}

#closeImage
{	
	cursor: pointer;
}

#popBox table tr td b
{
	color: #ede278;
	font-size: 12px;
}

/*//---------------------------------------------*/
/*///////////////////////////////////////////////*/
/*//---------------------------------------------*/
