/* grey panel */
.greyPanel{
	float: left;
	width: 218px;
}

.greyPanel .widgetHeader{
	background: url(/images/structure/widgets/greyPanel/topBorder001.gif) no-repeat top left;
	width: 218px;
	height: 6px;
	float: left;
}

.greyPanel .widgetFooter{
	background: url(/images/structure/widgets/greyPanel/bottomBorder001.gif) no-repeat bottom left;
	width: 218px;
	height: 7px;
	float: left;
}

.greyPanel .widgetBody{
	border-left: 1px solid #415a68;
	border-right: 1px solid #415a68;
	width: 216px;
	float: left;
}

.greyPanel .widgetBody .title{
	color: #fff;
	background: #415a68;
	width: 190px;
	font-size: 1.2em;
	padding: 2px 13px 10px 13px;
	font-weight: bold;
}

.greyPanel .widgetBody .body{
	width: 190px;
	float: left;
	padding: 11px 13px 10px 13px;
}

/* orange panel */
.orangePanel{
	float: left;
	width: 218px;
}

.orangePanel .widgetHeader{
	background: url(/images/structure/widgets/orangePanel/topBorder001.gif) no-repeat top left;
	width: 218px;
	height: 6px;
	float: left;
}

.orangePanel .widgetFooter{
	background: url(/images/structure/widgets/orangePanel/bottomBorder001.gif) no-repeat bottom left;
	width: 218px;
	height: 7px;
	float: left;
}

.orangePanel .widgetBody{
	border-left: 1px solid #ec7703;
	border-right: 1px solid #ec7703;
	width: 216px;
	float: left;
}

.orangePanel .widgetBody .title{
	color: #fff;
	background: #ec7703;
	width: 190px;
	font-size: 1.2em;
	padding: 2px 13px 10px 13px;
	font-weight: bold;
}

.orangePanel .widgetBody .body{
	width: 190px;
	float: left;
	padding: 11px 13px 10px 13px;
}


#innerRightColumn .widget{
	width: 218px;
}
