@charset "utf-8";
/* CSS Document */
#cal_Cont .sceneInfo {
	float: left;
	width: 107px;
	height: 23px;
	padding-top: 3px;
	padding-left: 3px;
	display: inline;
}
#cal_Cont .sceneInfo p {
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
#cal_Cont .scenePhoto {
	width: 106px;
	height: 62px;
	/*padding-left: 4px;*/
	text-align: center;
	float: left;
	display: inline;
}
#cal_Cont .scenePhoto .pic60 {
	width: 60px;
	height: 60px;
	border: 1px solid #333;
}
#cal_Cont p.calSiteName {
	float: left;
	width: 107px;
	height: 9px;
	display: inline;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding-top: 8px;
	padding-left: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
/*#cal_Cont .calSiteName p {
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding-top: 1px;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
	margin: 0px auto;
}*/
#cal_Cont a.info {
	position:relative; /*this is the key*/
	z-index:40000;
	background-color:none;
	color:#000;
	text-decoration:none;
}
#cal_Cont a.info:hover {
	z-index:41000;
	background-color:none;
}
#cal_Cont a.info span {
	display: none;
}
#cal_Cont .scenePhoto dl  {
	width: 230px;
	height: auto;
	text-align:center;
	padding-bottom: 5px;
	margin: 0px auto;
}
#cal_Cont dl.csP dt {
	width: 222px;
	height: 167px;
	margin: 0px auto;
	padding-top: 8px;
}
#cal_Cont dl.csP dt img {
	width: 220px;
	height: 165px;
	border: 1px solid #999;
}
/*#cal_Cont .scenePhoto a:hover img  {
	border: 1px solid #70b1f5;
}*/
#cal_Cont dl.csP dd {
	font-size:10px;
	font-weight:bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
#cal_Cont a.info:hover span dl.csP dd.mxpSite {
	text-transform: uppercase;
	font-size: 14px;
	color: #4294eb;
}
#cal_Cont a.info:hover span dl.csP dd.sceneBold  {
	font-size: 11px;
}
#cal_Cont a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1em;
	left:-12em;
	width: 240px;
	height: auto;
	border:2px solid #000;
	background-color: #686565;
	background-image: url(/themes/default/images/network_stats_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color:#fff;
	text-align: center;
}

