.widgetBorder
{
	display: block;
}

.titleText
{

font-family:Georgia, "Times New Roman", Times, serif;
color: #000000;

}
.widgetStage
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(/images/themes/revolve/main_bg.jpg) repeat top center #8b3b00;
 	}
	
	

body {
background:url(/images/themes/revolve/main_bg.jpg) top center fixed #000000;
margin:0;
padding:0;
}	
	

.topBorder
{
	background-image: url(/images/themes/revolve/border/topline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	border:none;
	width: 100%;
	height:8px;
	top: 0px;
	left:8px;
	
}

.bottomBorder
{
	background-image: url(/images/themes/revolve/border/botline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	width: 100%;
	height: 8px;
	left: 8px;
	bottom: 0px;
	
}

.leftBorder
{
	background-image: url(/images/themes/revolve/border/leftline.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	width:8px;
	height: 100%;
	top: 8px;
	left: 0px;
	
	
}

.rightBorder
{
	background-image: url(/images/themes/revolve/border/rightLine.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	width: 8px;
	height: 100%;
	top: 8px;	
	right: 0px;
	
}

.topLeftBorder
{
	background-image: url(/images/themes/revolve/border/tl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	top: 0px;
	left: 0px;
	
}

.topRightBorder
{
	background-image: url(/images/themes/revolve/border/tr.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	top: 0px;
	right: 0px;
	
}

.bottomLeftBorder
{
	background-image: url(/images/themes/revolve/border/bl.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;	
	left: 0px;
	bottom: 0px;
}

.bottomRightBorder
{
	background-image: url(/images/themes/revolve/border/br.png);
	behavior: url('/stylesheets/iepngfix.htc'); 
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;	
	right: 0px;
	bottom: 0px;
}


.widgetContainer
{
color: #000000;
background:url(/images/themes/revolve/bg.jpg) repeat #fe6a00;

}


.stageWidget
{
	background:none;
}
/*.borderArtWork
{
	background:url(/images/themes/revolve/art.png) no-repeat;
	behavior: url('/stylesheets/iepngfix.htc'); 
	width:62px;
	height:104px;
	position: absolute;
	left:0px;
	bottom:0px;
}
*/


.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:#000000;
			text-decoration: underline;

}

.widgetStage a:active {
			font-family: Arial, Helvetica, sans-serif;
			color:#ffffff;
			text-decoration: underline;
}
.imageWidget	{
			background: none;
}


