@CHARSET "UTF-8";

div.TabView {
  font-family: inherit;
  font-size:   inherit;
  width: 100%;
  background: transparent;
}
/* ***** Tabs *************************************************************** */
div.TabView div.Tabs {
  height: 22px;
  background: transparent;
  width: 100%;
}

div.TabView div.Tabs a {
	display:		block;
	float:			left;
	margin-right:	5px;
	padding-left:	5px;
	padding-right:	5px;
	text-align:		center;
	height:			25px;
	line-height:	25px;
	vertical-align:	middle;
	background:		#EEEEEE;
	text-decoration: inherit;
	color:			inherit;
	font-weight:	inherit;
	cursor:			pointer;
}

div.TabView div.Tabs a:hover
{
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
  margin-top: 0px;
  height:     25px;
  background: #e1e1e1;
  cursor:  default;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages
{
	clear: both;
	border: 0px;
	border-top: none;
	background: #e1e1e1;
	width: 100%;
}

div.TabView div.Pages                  { overflow:	auto;}
div.TabView div.Pages div.Page         { overflow:	auto;}
div.TabView div.Pages div.Page div.Pad { padding: 5px 2px 2px 2px; }
/* Others */
div.TabView form {
	padding: 1px;
	margin: 0;
} 