﻿#tabsStyle {
  float:left;
  width:100%;
  background:#DAE0D2 url("/vdirs/images/bg.gif") repeat;
  line-height:normal;
  font-size:12px;
  FONT-FAMILY: Verdana, Arial;
  text-align:center;
  }
#tabsStyle ul {
  margin:0;
  padding:2px 0px 0;
  list-style:none;
  }
#tabsStyle li {
  float:left;
  background:url("/vdirs/images/norm_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  }
#tabsStyle a {
  float:left;
  display:block;
  background:url("/vdirs/images/norm_right.gif") no-repeat right top;
  padding:1px 13px 0px 8px;
  font-size:12px;
  text-decoration:none;
  font-weight:bold; 
  color:#FFFFFF;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabsStyle a {float:none;}
/* End IE5-Mac hack */
#tabsStyle a:hover {
  color:#000000;
  }
#tabsStyle #current {
  background-image:url("/vdirs/images/norm_left_on.gif");
  }
#tabsStyle #current a {
  background-image:url("/vdirs/images/norm_right_on.gif");
  color:#000000;
  padding-bottom:0px;
  font-size:12px;
  }
  
.smallButton {
    font: 10px Arial;
}
