
/****SMFBOX***/



#smfclose {
	cursor:pointer;
	position:absolute;
	right:0;
}

#smfwrapper {
	height:1px;
	_height:5px;
	left:0px;
	position:fixed;
	_position:absolute;
	top:10%;
	_top: expression( ( 100 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width:100%;
	z-index:9000;
}


#smfbox {
    background: #000;
 	border: 0px solid #ccc;
	color:#fff;
	display:none;
	font-size:12px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	z-index:9001;
}

#smfcaption {
  font: 10px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #000;
  height: 12px;
}



#smfoverlay {
	background:#000;
	display:none;
	height:100%;
	_height: expression( ( ( document.body.scrollHeight + document.body.offsetHeight ) ) + 'px');
	left:0;
	position:fixed;
	_position:absolute;
	top:0px;
	_top:expression(documentElement.scrollTop  + "px");
	width:100%;
	_width: expression( document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
	z-index:8000
}


#smfcopy {
	display:block;
	background-color:#000;
	border:none;
	position:relative;
	padding-top:3px;
}




#smfbox.scientist_video {
	display:block;
	background-color:#69f;
	border:none;
	position:relative;
	width:425px;
	height:400px;
	padding:1px;
}

#smfbox.scientist_video #smfcopy {
	display:block;
	background-color:#000;
	border:none;
	position:relative;
	width:425px;
/*	height:385px;*/
	padding-top:3px;
}





#smfbox.hbo_widget {
	display:block;
	background-color:#69f;
	border:none;
	position:relative;
	width:380px; _width:400px; *width:400px;
		height:359px; _height:389px; *height:379px;
	padding:1px;
	overflow:hidden;
}

#smfbox.hbo_widget #smfcopy {
	display:block;
	background-color:#fff;
	border:none;
	position:relative;
	width:380px; _width:400px; *width:400px;
	height:344px; _height:364px; *height:364px;
	padding-top:3px;
	overflow:hidden;
}



#smfbox.hbo_widget div#smfcaption {

  background: #fff;

}





div#smfbox.nomination_detail {
	display:block;
	background-color:#000;
	border:none;
	position:relative;
	width:600px; _width:600px; *width:600px; 
	height:359px; _height:359px; *height:359px; 
	padding:1px;
	overflow:hidden;
}

div#smfbox.nomination_detail div#smfcopy {
	display:block;
	background-color:#fff;
	border:none;
	position:relative;
	width:600px; _width:600px; *width:600px; 
	height:344px; 
	padding-top:3px;
	overflow:hidden;
	color:#000;
	background:url(../images/nomination_detail_back.gif) left top no-repeat;
}

div#smfbox.nomination_detail div#smfcaption {
  font: 10px bold helvetica, verdana, sans-serif;
  color: #0f0;
  background: #fff;
  height: 12px;
	width:600px;
}










