/*******************************************************************************
* TABPANE
*******************************************************************************/
div.tabpane              {  }
div.tabbuttons           {  }
div.tabbuttons .button   { float: left; padding: 5px; cursor: pointer; }
div.tabbuttons a         { color: #000; text-decoration: none; cursor: pointer; }
div.tabbuttons .active   { background-color: #E1661C; }
div.tabbuttons .active a { background-color: #E1661C; color: #fff; }
div.tabpages             { background-color: #fff; }
div.tabpages .page       { display: none; padding: 5px; }
div.tabpages .active     { display: block; }
br.clear                 { clear: both; }
