.widgetTitleBar, .fanWidgetsHeadingArea
{
    background-image: url(/images/backgrounds/angles/tiled_angle_lines.png);
	color: #6bcef8;
    border-bottom:none;
}

.titleText, .fanWidgetHeadingText
{
	font-size: 16px;
	padding-top: 5px;	
	color: #6bcef8;	
}

.widgetStage
{
    background-color: #000000;
}

.widgetBorder
{
    display: block;
}

.topBorder
{
    width: 100%;
    height: 10px;
    top: 0px;
    left:10px;
	background-color: #333333;
}

.bottomBorder
{
    width: 100%;
    height: 10px;
    bottom: 0px;
    left:10px;
	background-color: #333333;	
}

.leftBorder
{
    height: 100%;
    width: 10px;
    top: 10px;
    left: 0px;
	background-color: #333333;	
}

.rightBorder
{
    height: 100%;
    width: 10px;
    top: 10px;
    right: 0px;
	background-color: #333333;	
}

.topLeftBorder
{
	background-color: #333333;	
    width: 10px;
    height: 10px;
    top: 0px;
    left: 0px;
}

.topRightBorder
{
	background-color: #333333;	
    width: 10px;
    height: 10px;
    top: 0px;
    right: 0px;
}

.bottomLeftBorder
{
	background-color: #333333;	
    width: 10px;
    height: 10px;
    bottom: 0px;
    left: 0px;
}

.bottomRightBorder
{
	background-color: #333333;	
    width: 10px;
    height: 10px;
    bottom: 0px;
    right: 0px;
}

.widgetContainer
{
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #c0c0c0;
}

.widgetStage a:link 
{
    font-family: Arial, Helvetica, sans-serif;
    color:#cbfe00;
    text-decoration: underline;
}

.widgetStage a:visited 
{
    font-family: Arial, Helvetica, sans-serif;
    color:#cbfe00;
    text-decoration: underline;
}

.widgetStage a:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    color:#cbfe00;
    text-decoration: underline;
}

.widgetStage a:active 
{
    font-family: Arial, Helvetica, sans-serif;
    color:#cbfe00;
    text-decoration: underline;
}

.stageWidget
{
	background: transparent;
}

.imageWidget
{
    background: none;
}


