/*#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}*/

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
  text-align: left;
  background:url(bg-popup.png) repeat-y;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0;
  background: #fff;
  width: 400px;
  padding:20px;
  border:10px solid #5e6a71;
}
.popline{
	background:url(line-fade-whole.png) top no-repeat;
	height:3px;
	width:400px;
	margin:15px 0;
	
}
#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 10px;
  margin-top: 10px;
  text-align: right;
}


#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #fff;
  z-index: 99;
}
#facebox{
	font-weight:normal;
	color:#5e6a71;
	font-size:11px;
}
#facebox h3{
	padding-bottom:5px;
	font-weight:bold;
	color:#3cb6ce;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
}
#facebox h5{
	text-transform:uppercase;
	padding:0 0 5px 0;
	line-height:14px;
	font-size:12px;
	letter-spacing:.1em;
	font-weight:normal;
	color:#02669b;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#facebox p.poptitle{
	margin-bottom:10px;
	color:#3cb6ce;
	font-weight:bold;
}
#facebox p.pophead{
}
#facebox p.address{
	margin-top:10px;
}
.close_image
{
	width:22px;
	height:20px;
	background:url(http://murrowsymposium.wsu.edu/scripts/facebox/close-icon.jpg) no-repeat;
	float: right;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

