div.TabView {
font-family:Verdana, Arial, Helvetica, sans-serif;;
font-size:9pt;
width:352px;
}
/* ***** Tabs *************************************************************** */
div.TabView div.Tabs {
height:21px;
background:url(/images/tabs.png) repeat-x 15px -1px;
width:352px;
}

div.TabView div.Tabs a {
display:block;
float:left;
margin-right:2px;
width:100px;
text-align:center;
height:21px;
line-height:21px;
vertical-align:middle;
background:url(/images/tabs.png) no-repeat 0px -35px;
text-decoration:none;
font-weight:900;
color:#330000;
cursor:pointer;
}

div.TabView div.Tabs a:hover {
background: url(/images/tabs.png) no-repeat 0px -35px;
color:#FFFFFF;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover {
height:21px;
background:url(/images/tabs.png) no-repeat 0px 0px;
cursor:default;
color:#330000;
}

/* ***** Pages ************************************************************** */
div.TabView div.Pages {
clear:both;
border-left:1px solid #CCC9B8;
border-bottom:1px solid #CCC9B8;
border-right:1px solid #CCC9B8;
background:#FAF7E8;
margin-bottom:12px;
}

div.TabView div.Pages { 
overflow:hidden; 
}

div.TabView div.Pages div.Page {
overflow:auto;
}

div.TabView div.Pages div.Page div.Pad {
padding:7px 7px;
line-height:130%;
}
