@charset "utf-8";
/* CSS Document */
/* Modal Transparency - CMcKee 1208*/
 .content_faded{	
  position: fixed;
  z-index:1000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75,Style=0);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.content_faded{background: url(../images/ie8macfix.png) repeat;}

* html .content_faded{ /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.RARModal{
  position: fixed;
  background: #fff;
  z-index: 2102;
  color:#000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:15%;
  left:35%;
	height:350px;
	width :350px;
	overflow:auto;
	border:3px solid white;
	padding:10px;
}

* html .RARModal{ /* ie6 hack */
position: absolute;
}

.RARCloseButton {	position:relative;	}

.RARModal a { 
	color:#830431;
	text-decoration:underline;
}


/***************************************/