
body {
	background:			#f4f5eb;
	color:				InfoText;
	font:				Menu;
	margin:				0px;
}

#Content {
	background:			#f4f5eb;
	width:				100%;
	height:				100%;
	padding:			8px 0;
	margin:				0px;
	text-align:			center;
	border:				2px outset white;
}

#Header {
	border-bottom:		1px dotted rgb(90%, 90%, 90%);
	padding:			4px 3px;
	margin-bottom:		6px;
}


/* ===========================================================================
//	Volume popup
// ======================================================================== */

#VolumeSliderContainer {
	width:				10px;
	height:				100%;
}

.YMSlider {
	width:				100%;
	height:				100%;
	margin:				0;
	padding:			3px 0px;
	position:			relative;
}

.Disabled .YMSlider {
	visibility:			hidden;
}

.YMSlider #ThumbTrack {
	background:			url(images/vol-slider-background.gif) repeat-y;
	padding:			0;
	width:				100%;
	height:				100%;
	position:			relative;
}

.YMSlider.Buffering #ThumbTrack {
	background:			url(images/vm-slider-buffering-background.gif) repeat-x;
}

.YMSlider #ThumbContainer {
	position:			relative;
	width:				100%;
	height:				100%;
}

.SliderThumb {
	background:			url(images/vol-slider-thumb.gif);
	background-position-x: 0;
	font-size:			0px;
	width:				19px;
	height:				11px;
	top:				0%;
	overflow:			hidden;
	position:			relative;
	z-index:			10;
	behavior:			url(msgbuttonevents.htc);
}

.SliderThumb-Over {
	background-position-x: -19;
}

.SliderThumb-Down {
	background-position-x: -38;
}

.YMSlider.Buffering .SliderThumb {
	visibility:			hidden;
}

.YMSlider #ProgressBar {
	background:			url(images/vol-slider-progress-bar.gif) repeat-y;
	font-size:			0;
	width:				8px;
	height:				0px;
	left:				1px;
	position:			absolute;
	z-index:			5;
	display:			none;
	overflow:			hidden;
}

.YMSlider #ProgressBarRightEdge {
	background:			url(images/vol-slider-progress-bar.gif);
	font-size:			0;
	top:				100%;
	left:				0px;
	height:				3px;
	width:				8px;
	margin-left:		-8px;
	position:			relative;
	overflow:			hidden;
}

.YMSlider.Buffering #ProgressBar, .YMSlider.Buffering #ProgressBarRightEdge {
	visibility:			hidden;
}

.YMSlider #LeftEdge {
	left:				0;
	top:				0px;
	position:			absolute;
}

.YMSlider #RightEdge {
	left:				0;
	bottom:				-6px;
	position:			absolute;
}

