﻿.WidgetTableBlue {
	border-right: #4488BB 1px solid;
	border-left: #4488BB 1px solid;
	border-bottom: #4488BB 1px solid;
}
.WidgetTableBlack {
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.WidgetTableRed {
	border-right: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
}

.WidgetBarBlue {
	height: 15px;
	background-image: url(../images/Widget_gradient_blue.png);
}
.WidgetBarBlack {
	height: 15px;
	background-image: url(../images/Widget_gradient_black.png);
}
.WidgetBarRed {
	height: 15px;
	background-image: url(../images/Widget_gradient_red.png);
}

.WidgetTitle {
	color: #4488BB;
	font-weight: bold;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
}
.WidgetQuestion {
	color: #4488BB;
	font-weight: bold;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
	cursor:help;
}
.WidgetSpacer {
	background-position: left 50%;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
}
.WidgetContent {
	text-align:left;
	color: white;
	font-weight:normal;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
}
