body {
	margin-top: 27px;
}

#media-panel-bg {
	width: 100%;
	display: none;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	background: #000000;
	z-index: 888;
	filter:alpha(opacity=30);
}

#media-panel {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 889;
	margin: 0px; padding: 0px;
	font-size: 12px;
	font-family: sans-serif;
	background: #ffffff;
	color: #000000;
	line-height: 100%;
	height: 26px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
}

#media-panel a {
	color: #1460cc;
}

#media-panel ul {
	line-height: 100%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	width: 600px;
	margin: 0px auto;
}

#media-panel ul li {
	display: block;
	width: 100px;
	float: left;
	line-height: 100%;
	margin: 0px;
	padding: 7px 0px;
	cursor: default;
}

#media-panel ul li span {
	color: #1460cc;
	border-bottom: 1px dotted #1460cc;
}

#media-panel ul li.selected {
	display: block;
	background: #ffffff;
}

#media-panel ul li.selected span {
	border-bottom: 0px;
	color: #808080;
}

#media-panel ul li.highlight {
	background: #e5e5e5;
	cursor: pointer;
}

#media-panel ul li.highlight span {
	border-bottom: 0px;
	color: #ff0000;
}

#media-panel ul li dl {
	margin: 0px;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 890;
	top: 26px;
	font-size: 12px;
	padding: 7px 10px;
	padding-left: 8px;
	width: 310px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: 0px;
}

#media-panel ul li dl dt {
	width: 140px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px; padding: 3px 0px;
	padding-left: 22px;
	float: left;
	border: 0px;
	background: 0px 50% no-repeat;
}

#media-panel ul li dl dt a {
	font-weight: normal;
	text-decoration: underline;
}

#media-panel ul li dl dd {
	font-size: 12px;
	text-align: right;
	margin: 0px; padding: 3px 0px;
	margin-left: 160px;
	padding-left: 10px;
	width: 138px;
	margin-bottom: 3px;
	border: 0px;
}

#media-panel ul li dl dd a {
	color: #808080;
	text-decoration: none;
}

#media-panel span.media-panel-alert {
	padding: 7px 0px;
	text-align: center;
	display: block;
}
