/* Tab*/
div.TabView div.Tabs{ height: 20px; overflow: hidden;}
div.TabView div.Tabs a{float: left; display: block; width:  111px; background:url(../images/tab_bg.png); background-repeat:no-repeat; text-align: center; height:22px;
padding-top: 3px;  vertical-align: middle; text-decoration: none;  font-size:12px;  font-family:Verdana, Arial, Helvetica, sans-serif;  color: #fff;  margin-right:2px;}
div.TabView div.Tabs a:hover{/*background:url(../images/act_tab.gif);background-repeat:repeat-x;*/text-decoration:underline; color: #fff; }
div.TabView div.Tabs a.Active{background:url(../images/tab_act.png); background-repeat:repeat-x; color:#606060;}
/* pages */
div.TabView div.Pages{clear: both;  border: 1px solid #30a9d5;  overflow: hidden;  margin-top:1px;}
div.TabView div.Pages div.Page{height: 100%;  padding: 0px;  overflow: hidden;}
div.TabView div.Pages div.Page div.Pad{padding: 3px 5px;}
