﻿.DefaultTab
{
  color:white;
  background:transparent url(gfx/theme_tab/tab_vertical_m.gif) repeat-y;  
  cursor:pointer;
  text-align:center;
  height: 29px;
  border: none;
  margin-top: -2px;
  margin-bottom: -2px;
}

.DefaultTabHover 
{
  color:white; 
  background:transparent url(gfx/theme_tab/tab_vertical_m.gif) repeat-y;  
  cursor:pointer;
  text-align:center;
  border: none;
  height: 29px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.SelectedTab 
{
  color:white; 
  background:transparent url(gfx/theme_tab/tab_vertical_m.gif) repeat-y;  
  cursor:pointer;
  text-align:center;
  border: none;
  height: 29px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.transparent
{
  background-color: Transparent;
}

.lighttab-ts { width:100%;height:29px;background-color:#eee;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }

/* Tabs */
.lighttab-ts a { height:29px;color:#666;cursor:default;display:inline;float:left;text-decoration:none;line-height:29px;margin:0;padding:0; }
.lighttab-ts a.tab span.l { display:block;float:left;width:10px;height:100%;background:transparent url("gfx/static.png") no-repeat 0 -120px;padding:0;margin:0; }
.lighttab-ts a.tab span.m { display:block;float:left;height:100%;line-height:29px;background:transparent url("gfx/horizontal.png") repeat-x 0 -204px;padding:0;margin:0; }
.lighttab-ts a.tab span.r { display:block;float:left;width:10px;height:100%;background:transparent url("gfx/static.png") no-repeat -10px -120px;padding:0;margin:0; }

.lighttab-ts a.tab:hover { color:#444; }
.lighttab-ts a.tab:hover span.l { background-position:0 -149px; }
.lighttab-ts a.tab:hover span.m { background-position:0 -233px; }
.lighttab-ts a.tab:hover span.r { background-position:-10px -149px; }

.lighttab-ts a.tab:active { color:#444;outline:none; }
.lighttab-ts a.tab:active span.l { background-position:0 -207px; }
.lighttab-ts a.tab:active span.m { background-position:0 -291px;padding:1px 0 0 0; }
.lighttab-ts a.tab:active span.r { background-position:-10px -207px; }

.lighttab-ts a.tab-sel { color:#000; }
.lighttab-ts a.tab-sel span.l { display:block;float:left;width:10px;height:100%;background:transparent url("gfx/static.png") no-repeat 0 -178px;padding:0;margin:0; }
.lighttab-ts a.tab-sel span.m { display:block;float:left;height:100%;line-height:29px;background:transparent url("gfx/horizontal.png") repeat-x 0 -262px;padding:0;margin:0; }
.lighttab-ts a.tab-sel span.r { display:block;float:left;width:10px;height:100%;background:transparent url("gfx/static.png") no-repeat -10px -178px;padding:0;margin:0; }

.lighttab-ts a.tab-sel:active { outline:none; }