﻿/*- Menu Tabs--------------------------- 
*/

#masterpageselector
{
    position: absolute;
    text-align: right;
    top: 90px;
    right: 6px;
    width: 180px;
    height: 80px;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
}

#masterpageselector select
{
    color: #ffffff;
    background-color: olive;
    font-size: 10px;
    font-weight: bold;
}


#themeselector
{
    position: absolute;
    text-align: right;
    top: 112px;
    right: 6px;
    width: 180px;
    height: 80px;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
}

#themeselector select
{
    color: #ffffff;
    background-color: olive;
    font-size: 10px;
    font-weight: bold;
}
#divView
{
    background: #ffffff;
    float: left;
    border-right: olive 1px solid;
    border-top: olive 1px solid;
    border-left: olive 1px solid;
    border-bottom: olive 1px solid;
   
}

#divViewBtm
{
    background: #ffffff;
    padding: 5px 5px 5px 5px;
}
    #tabs {
      float:left;
      width:100%;
      background:olive;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:5px 5px 0 5px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
        
