/***Widget***/
.widgetPageContentDisplay
{
	width: 250px;
	margin: 5px 2% 0px 0px;
}
.widgetUpdateProgress
{
	color: #ffffff;
	background-color: #2465d4;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	margin: 30px;
	vertical-align: middle;
	text-align: center;
	z-index: 0;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.widgetDisplayThemeBlack
{
	border: 3px solid #333333;
	background: url(Images/widgetBlack.jpg) 0% 0% repeat-x #F1F3F3;
}
.widgetDisplayThemeGrey
{
	border: 3px solid #CCCCCC;
	background: url(Images/widgetGrey.jpg) top left repeat-x #EFEFEF;
}
.widgetDisplayThemeBlue
{
	border: 3px solid #006699;
	background: url(Images/widgetBlue.jpg) top left repeat-x #D8EAF1;
}
.widgetDisplayThemePink
{
	border: 3px solid #FF6699;
	background: url(Images/widgetPink.jpg) top left repeat-x #FEEBFE;
}

.widgetDisplayBox
{
	padding: 3px;
	font-size: 12px;
}
.widgetDisplayBox img
{
	margin-bottom: 4px;
}
.widgetDisplayBack
{
	background: #FFFFFF;
	padding: 4px;
	height: 300px;
	margin-bottom: 0 !important;
	overflow: auto;
}
.widgetDisplayBackItem
{
	font-family: Arial;
	background: url(Images/dot_horizon.gif) bottom repeat-x;
}
.widgetDisplayBackContent
{
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	width: 100%;
}
.widgetDisplayBackContent a
{
	font-family: Arial;
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.widgetDisplayBackContent a:hover
{
	font-family: Arial;
	color: #003366;
	text-decoration: none;
}
.widgetBoxFoo
{
	border-top: 1px solid #D2E4EC;
	text-indent: 5px;
	line-height: 20px;
	font-size: 11px;
	color: #666666;
	width: 100%;
	font-family: Arial;
}
.widgetBoxFoo a
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.widgetBoxFoo a:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #737373;
	text-decoration: underline;
}
.widgetLogo
{
	background: url(Images/widgetLogo.png) 3px 3px no-repeat;
	line-height: 25px;
	height: 25px;
	clear: both;
	cursor: pointer;
}
.widgetTitle
{
	background: #F7F8F9;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #CCCCCC;
}
.widgetFigLeft
{
	border: 1px solid #B7CCE0;
	float: left;
	padding: 2px;
	margin: 3px 5px 0px 0px;
}
.widgetFigRight
{
	border: 1px solid #B7CCE0;
	float: right;
	padding: 2px;
	margin: 3px 0px 0px 5px;
}
/***End of Widget***/
