
.widgetBorder
{
	display: block;
}

.titleText
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #BE15BA;
}

.widgetTitleBar
{
}

.widgetStage
{
	
	font-family: Arial, Helvetica, sans-serif;
	background:url(/images/themes/neon/main_bg.jpg) no-repeat top center #000000;
}


body {
background:url(/images/themes/neon/main_bg.jpg) top center fixed #000000;
margin:0;
padding:0;
}




.topBorder
{
	background-image:url(/images/themes/neon/border/topline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	border:none;
	background-repeat: no-repeat;
	width: 170%;
	height: 9px;
	top: 0px;
	left:28px;
}

.bottomBorder
{
	background-image: url(/images/themes/neon/border/botline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 130%;
	height: 9px;
	left: 28px;
	bottom: 0px;

}

.leftBorder
{
	background-image: url(/images/themes/neon/border/leftline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 9px;
	height: 110%;
	top: 28px;
	left: 0px;
	
}

.rightBorder
{
	background-image: url(/images/themes/neon/border/rightline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 9px;
	height: 100%;
	top: 28px;	
	right: 0px;
}

.topLeftBorder
{
	background-image: url(/images/themes/neon/border/tl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;
	
}

.topRightBorder
{
	background-image: url(/images/themes/neon/border/tr.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	top: 0px;
	right: 0px;
	
}

.bottomLeftBorder
{
	background-image: url(/images/themes/neon/border/bl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;	
	left: 0px;
	bottom:0px;
}

.bottomRightBorder
{
	background-image: url(/images/themes/neon/border/br.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 28px;
	height:28px;	
	right: 0px;
	bottom: 0px;
}

.widgetContainer
{
background:url(/images/themes/neon/bg.png);
behavior: url('/stylesheets/iepngfix.htc'); 
width: 100%;
height: 100%;
color:#FFFFFF;

}

.stageWidget
{
	background:none;
	color:#FFFFFF;
}
/*.borderArtWork
{
	background:url(/images/themes/neon/art.png) no-repeat;
	width:62px;
	height:104px;
	position: absolute;
	left:0px;
	bottom:0px;
}*/

.mediaPlayer .borderArtWork
{
	display:none;
}

.widgetTitleBar{
border-bottom:none;

}
.widgetStage a:link {

            font-family: Arial, Helvetica, sans-serif;
			color:#ffffff;
			text-decoration: underline;

}
.widgetStage a:visited {

            font-family: Arial, Helvetica, sans-serif;
			color:#ffffff;
			text-decoration: underline;

}
.widgetStage a:hover {

            font-family: Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-decoration: underline;

}

.widgetStage a:active {

            font-family: Arial, Helvetica, sans-serif;
			color:#ffffff;
			text-decoration: underline;
}
.imageWidget
{
		background: none;
		}
