/* CSS Document */
/*--------------------LEGEND -----------------------+
|                                                   |
| .content   -- the content div, also the className |
|               for tabSystem divs                  |
| .tabs      -- the div that holds all tabs         |
| .tab       -- an inactive tab                     |
| .tabActive -- an active tab                       |
| .tabHover  -- an inactive tab onMouseOver         |
|___________________________________________________*/

.content{border:1px solid #4F4439;width:365px;background-color:#FFF;visibility:hidden;height:352px;margin:-5px 0 0;padding:0 13.5px;}
div.tabs{cursor:default !important;z-index:1000;margin-left:7px;}
img.tab{position:relative;border:0;color:#333;z-index:100;}
img.tabActive{position:relative;border:0;z-index:100000;}
img.tabHover{position:relative;border:0;z-index:1200;}
.main{width:96%;background:#f3f9ff;border:3px groove #556B80;padding:0 2%;}
sup{line-height:50%;}