.widgetBorder
{
	display: block;
}



.titleText
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.widgetStage
{
	color: #1efb46;
	font-family: Arial, Helvetica, sans-serif;

	background:url(/images/themes/robotnik/main_bg.jpg) repeat-y #000000;
}



body {
background:url(/images/themes/robotnik/main_bg.jpg) top center fixed #000000;
margin:0;
padding:0;
}




.topBorder
{
	background:url(/images/themes/robotnik/border/topline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	border:none;
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	top: 0px;
	left: 42px;
}

.bottomBorder
{
	background-image: url(/images/themes/robotnik/border/botline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: repeat-x;
	width: 100%;
	left: 42px;
	bottom: 0px;
	height: 20px;
}

.leftBorder
{
	background-image: url(/images/themes/robotnik/border/leftline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: repeat-y;
	height: 100%;
	width: 20px;
	left: 1px;
	top: 42px;
}

.rightBorder
{
	background-image: url(/images/themes/robotnik/border/rightline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: repeat-y;
	height: 100%;
	width: 20px;
	right: 0px;
	top: 42px;
}

.topLeftBorder
{
	background-image: url(/images/themes/robotnik/border/tl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	left: 0px;
	top: 0px;
}

.topRightBorder
{
	background-image: url(/images/themes/robotnik/border/tr.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	right: 0px;
	top: 0px;
}

.bottomLeftBorder
{
	background-image: url(/images/themes/robotnik/border/bl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	left: 0px;
	bottom: 0px;
}

.bottomRightBorder
{
	background-image: url(/images/themes/robotnik/border/br.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	right: 0px;
	bottom: 0px;
}

.widgetContainer
{
color: #1efb46;
background:url(/images/themes/robotnik/bg.jpg) repeat #000000;

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.stageWidget
{
background: none;	
}


/*
.borderArtWork
{
	background:url(/images/themes/robotnik/art.png) no-repeat;
	width:69px;
	height:33px;
	position: absolute;
	right:0px;
}
*/

.mediaPlayer .borderArtWork
{
	display:none;
}
.widgetTitleBar{
border-bottom:none;

}
.widgetStage a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#35adbd;
	text-decoration: underline;
}

.widgetStage a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#35adbd;
	text-decoration: underline;
}

.widgetStage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#91e6f1;
	text-decoration: underline;
}

.widgetStage a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#35adbd;
	text-decoration: underline;

}

.imageWidget	{
	background: none;
	}
