@charset "UTF-8";
#fade {
	background-color: #FFF;
	opacity:1;
	width:1090px;
	height:1550px;
	position: absolute;
	z-index: 100;
}
.popwin {
	height: 501px;
	width: 832px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
}
.whappenHeader {
	background-image: url(../images/popwin_header-whappening.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 832px;
}
.featuredHeader {
	background-image: url(../images/popwin_header-featured.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 832px;
}
.newsHeader {
	background-image: url(../images/popwin_header-news_sports.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 832px;
}
.scheduleHeader {
	background-image: url(../images/popwin_header-schedule.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 832px;
}
.winLeft {
	background-image: url(../images/popwin_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 438px;
	width: 39px;
}
.winBody {
	background-image: url(../images/popwin_strip.png);
	background-repeat: repeat-x;
	float: left;
	height: 437px;
	width: 743px;
	font-size: 12px;
	color: #FFF;
	padding-top: 1px;
}
.winBody p {
	padding: 0px 15px 15px 0px;
	line-height:18px;
}
.winContent {
	padding-top: 18px;
	width: 743px;
	height: 384px;
	overflow-y: scroll;
}
.winContent img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.winContent table {
	margin-bottom: 20px;
}
.winContent table tr td {
	padding: 10px;
	width: 680px;
	height: auto;
	border:1px solid #777777;
	background-color:#444;
}
.winContent .winAlt {
	background-color:#666;
}
.winBody .heading {
	font-size: 24px;
	font-weight: bold;
}
.winRight {
	background-image: url(../images/popwin_right.png);
	float: left;
	height: 438px;
	width: 50px;
}
.winX {
	float: right;
	height: auto;
	width: auto;
	padding: 10px 25px 0px 0px;
	cursor: pointer;
}
