div.TabView div.Tabs
{
	height: 25px;
	overflow: hidden;
	width:680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E1A2;	/*background-color: #F0EAD2;*/
}

div.TabView div.Tabs a
{
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
	width:  85px;
	text-align: center;
	height:      24px;
	padding-top: 3px;
	vertical-align: middle;
	border: 0px solid #D28600;
	border-top-width:0;
	border-bottom-width: 0;
	background-repeat: no-repeat;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
	background-color:#FAF7ED;
	background-image: url(../images/roll_layout_09.png);
	background-repeat: no-repeat;
	height: 30px;
}

div.TabView div.Pages
{
	clear: both;
	border: 0px solid #D28600;
	overflow: hidden;
	background-color:#FAF7ED;
	text-align: justify;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
   background-color:#FAF7ED;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
   background-color:#FAF7ED;
}
