.cb_widget
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: url(cb_widget_top.png) top left no-repeat;
	width: 561px;
	min-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 100% !important;
	position: relative;
}

.cb_widget a
{
	color: #d86b00 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border: 0 !important;
}

.cb_widget a:hover
{
	color: #ff7e00 !important;
	border: 0 !important;
}

.cb_widget_header
{
	display: block;
	height: 32px;
	margin-left: 40px;
	width: 100px;
}

.cb_widget_toggle
{
	position: absolute;
	top: 6px;
	right: 22px;
	background: url(cb_widget_toggle_max.png) top right no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.cb_widget_content
{
	border-left: 3px solid #a2bbcc;
	border-right: 3px solid #a2bbcc;
}

.cb_widget_content_loading
{
	padding: 10px;
	font-size: 12px;
}

.cb_widget_bottom
{
	height: 6px !important;
	background: url(cb_widget_bottom.png) bottom left no-repeat;
	margin: 0 !important;
	padding: 0 !important;
}

.cb_widget_content_header
{
	position: relative;
	background: #e2ebf2;
	padding: 9px 15px 8px 15px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.cb_widget_content_header a
{
	color: black !important;
	text-decoration: none !important;
	border: 0 !important;
}

.cb_widget_content_header a:hover
{
	color: black !important;
	text-decoration: none !important;
	border: 0 !important;
}

.cb_widget_content_header_arrow
{
	position: absolute;
	top: 2px; 
	right: 15px;
	border: 0;
}

.cb_widget_content_body
{
	position: relative;
	border-top: 3px solid #d6e2ec;
	padding: 10px;
}

.cb_widget_content_logo
{
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0 !important;
	width: 75px;
	height: auto;
}

.cb_widget_content_info
{
	padding: 10px 15px 10px 100px;
}

.cb_widget_content_factoid_label
{
	font-weight: bold;
}

.cb_widget_content_desc
{
	margin-top: 5px;
}