/*
PoliceCommunity.net Redbox Overlay CSS
*/

#RB_overlay
{
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox 
{
  width: 100%;
  position: absolute;
  top: 0;
	/* IE Centering and Z-Index */
	z-index: 100;
	left: 0px; /new/
	right: 0px; /new/
}

#RB_window 
{
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 102;
	line-height: 0;
}

/* fixes bug in IE 6+7 where fixed positoning doesn't work */
#RB_window 
{
	* position: absolute;
}

#RB_loading 
{
  margin: 0 auto 0 auto;
	width: 250px;
	height: 250px;
  text-align: center;
  background: #fff url(/images/redbox/spinner.gif) no-repeat center center;
}
