#TabView
{
	float: left;
	width: 210px;
	height: 137px;
	background-color: #0087be;
}

#TabView #TabViewContent
{
	font-size: 1.3em;
	height:	88px;
	padding: 5px 5px 5px 10px;
	text-align:left;	
}

#TabView .Tab
{
	padding: 2px 10px;
	margin-bottom: 1px;
	background: #014663 url(../../images/tab-background2.gif) center top no-repeat;
	cursor: pointer;
	color: white;
	text-align: left;
}

#TabView .Tab .TabContent
{
	display: none;
}

#TabView a
{
	color: #ffffff;
}

#TabView a:hover
{
	color: #e4701e;
}
