

.titleText
{
color: #ffffff;
}


.widgetTitleBar
{
	border-bottom:none;
	float: left;
	width: 100%;
}


.widgetStage
{	
color: #ffffff;
background: #000000;
}

.topBorder
{
	background: #c0c0c0;
	border: none;
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0px;
}

.bottomBorder
{
	background: #c0c0c0;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
}

.leftBorder
{
	background: #c0c0c0;
	width: 0px;
	height: 100%;
	top: 0px;
	left: 0px;
}

.rightBorder
{
	background: #c0c0c0;
	width: 0px;
	height: 100%;
	top: 0px;
	right: 0px;
}

.topLeftBorder
{
	background: #c0c0c0;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
}

.topRightBorder
{
	background: #c0c0c0;
	width: 0px;
	height: 0px;
	top: 0px;
	right: 0px;
}

.bottomLeftBorder
{
	background:#c0c0c0;
	width: 0px;
	height: 0px;
	left: 0px;
	bottom: 0px;
}

.bottomRightBorder
{
	background:#c0c0c0;
	width: 0px;
	height: 0px;
	right: 0px;
	bottom: 0px;
}




.widgetContainer
{
background: #666666;
}



.stageWidget
{
	background:none;
}


.mediaPlayer .borderArtWork
{
	display:none;
}


.imageWidget
{
   background: none;
behavior: url('/stylesheets/iepngfix.htc');
}

