body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 13px;
}

.GadgetContainer
{
	border: 1px solid #B0B0B0;
	background: #C8C9C9 url('bg.gif') 0 0 repeat-x;
	width: 100%;
	padding: 0 0 5px 0;
}

#loading
{
	display: none;
	position: absolute;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
	background: #00405C;
}

.Header
{
	text-align: center;
}

.TabsLayout
{
	width: 95%;
	margin: 10px 0 0 0;
}

.PanelTabUnselected
{
	background: url('tab.gif') 0 0 no-repeat;
}

.PanelTabUnselected DIV
{
	width: 117px;
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #00405C;
	font-weight: bold;
}

#TabNews
{
	border-left: 1px solid #B0B0B0;
}

#TabNews DIV
{
	background: url('left.gif') 0 0 no-repeat;
}

.PanelTabSelected
{
	background: url('tab_a.gif') 0 0 no-repeat;
}

.PanelTabSelected DIV
{
	width: 117px;
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	color: #00405C;
	font-weight: bold;
}

.TabSpaser
{
	padding: 0 2px;
	background: url('graypix.gif') 0 100% repeat-x;
}

.TabSpaserBig
{
	width: 100%;
	padding: 0 1px;
	background: url('graypix.gif') 0 100% repeat-x;
}

.ContentContainer
{
	background: #FFF;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
}

.Content
{
	display: none;
	padding: 10px;
}

#PanelNews DIV
{
	padding-bottom: 10px;
	color: #515151;
}

#PanelNews A:LINK, #PanelNews A:VISITED, #PanelNews A:ACTIVE
{
	background: #00405C;
	color: #FFF;
	font-weight: bold;
	padding: 2px 3px;
	line-height: 15px;
}

#PanelSearch SELECT, #PanelSearch INPUT
{
	margin: 2px 0;
}

.Results
{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #B9B9B9;
	color: #515151;
}

.ResultsTitle
{
	margin: 10px 0;
	color: #00405C;
	font-weight: bold;
}

.ResultsItem
{
	margin: 0 0 10px 0;
}

.ResultsItemHeader
{
	background: #00405C;
	padding: 2px 3px;
	color: #FFF;
	font-weight: bold;
	line-height: 15px;
}

.ResultsItemHeader A:LINK, .ResultsItemHeader A:VISITED, .ResultsItemHeader A:ACTIVE
{
	color: #FFF;
	font-weight: bold;
}

.ResultsMore A:LINK, .ResultsMore A:VISITED, .ResultsMore A:ACTIVE
{
	color: #00405C;
	font-weight: bold;
}