#skedPop {
	position: absolute;
	margin: -150px 0 0 150px;
	width: 218px;
	text-align: center;
	padding: 10px;
	color: #333;
	background-color: #e4e4e4;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	filter: alpha(opacity=97);
	-moz-opacity: .97;
	opacity: .97;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	font-size: 99%;
	z-index: 99;
	}

.bigtenbox  {
	padding: 10px 0px 4px 4px;
	background-image:url('/BigTenExplorer/explorerWH.png');
	background-repeat:no-repeat;
	background-position: 176px 1px;
	color:#222222;
	background-color: transparent;
	border-top: 2px solid #555555;
	border-bottom: 2px solid #555555;
	white-space:nowrap;
	vertical-align: top;
}

.dotbox  {
	white-space:nowrap;
	border-left:dotted 1px #555555;
	border-right:dotted 1px #555555;
	text-align: center;
}