/*
-----   ---------               -------            -----    ------
  |         |         \          /           \              | \        |
  |         |           \       |             |              |  \      |
  |         |_____        |---------- |             |    \    |
  |         | \                 |             |              |     \   |
  |         |    \              |              |             |       \ |
-----   ----- --\---       ----       -----        ------  -----
-----   -----   ----       -------    --------         ----------              ---------    -----                 ---------         --------|   -----      -----
  |         |         \          /           |         \          |         \           /             \    |                   /             \      /                 \        /
  |         |           \       /            |           |        |           |         |               |   |                   |              |     |                   \      /
  |____|            \----/             |           |        |--------           |               |   |                   |              |     |      -----        \-- /
  |         |               |                |           |        |        \            |               |   |                   |              |     |            |          |   
  |         |               |                |           |        |         \           |               |   |                   |              |      |           |          |
-----   ----- --       -----        ------------/      _|_       _\_        \_____/   -------------/     \_____/         \____|        _|_

*/


TD {
    FONT-SIZE: 9px; FONT-FAMILY:Tahoma, verdana, arial, helvetica, sans-serif
}


.tab-button	 { 
    width: 111; 
    height: 22; 
    font-weight: normal; 
    background: #e0e0e0; 
     border-top: 1px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonhighlight;  
    border-right: 1px solid buttonshadow; 
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}

.tab-body	{ 
    background: white; 
    border-top: 0px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonshadow; 
    border-right: 1px solid buttonshadow; 
    border-style: ridge;
    padding: 10;    
    position:absolute; 
    left:10px; 
    top:179 px; 
    width:600px; 
    z-index:1; 
    visibility: hidden
}
