body
{
    font: 12px Verdana, sans-serif;
}

select {
    background-color: white;
    border: 1px solid #aaa;
    height: 22px;
    font: 11px Verdana, sans-serif;
}

table {
    border-collapse: collapse;
    font: 12px Verdana, sans-serif;
}

.container {
    position: relative;
    text-align: left;
}

.tabberlive .tabbertab {
    width: 780px;
    height: 172px;
}

.MyTable td {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000;
}

.MyTableHeader {
    text-align: center;
    height: 30px;
}

.MyTableBody, .MyTableBodyTable {
    overflow: auto;
    height: 132px;
}

.MyTableFooter {
    height: 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000;
}

/*--------------------------------------------------------------------------*/

#diskCapacityTable_header_0, #diskCapacityTable_body_0 {
    width: 250px;
}

#diskCapacityTable_header_1, #diskCapacityTable_body_1 {
    width: 250px;
}

/*--------------------------------------------------------------------------*/

#recordDurationTable_header_0, #recordDurationTable_body_0 {
    width: 110px;
}

#recordDurationTable_header_1, #recordDurationTable_body_1 {
    width: 110px;
}

#recordDurationTable_header_2, #recordDurationTable_body_2 {
    width: 110px;
}

#recordDurationTable_header_3, #recordDurationTable_body_3 {
    width: 110px;
}

#recordDurationTable_header_4, #recordDurationTable_body_4 {
    width: 110px;
}

/*--------------------------------------------------------------------------*/

#bandwidthTable_header_0, #bandwidthTable_body_0 {
    width: 50%;
}

/*--------------------------------------------------------------------------*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
    display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
}

/* body */
.tabberlive .tabbertab {
    border: 1px solid;
    border-top: none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin:0px;
    padding: 3px 0px;
    font: bold 12px Verdana, sans-serif;
    border: none;
    border-bottom: 1px solid;
}

ul.tabbernav li
{
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover
{
    border: 1px solid;
}

ul.tabbernav li a
{
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 3px;
    text-decoration: none;
    border: 1px solid;
    border-bottom: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding: 5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
    display:none;
}
