﻿
/*-#069--------------Styles for Tabs------------------*/
.tabs h4
{
    margin-bottom: 5px;   
}
.tabs
{
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px 20px 0px;
}

.tabbody
{
    border: 1px inset #C4D0DE; /*#FFFFFF;*/
    background-color:  #F1F7FA;
    color: Black;
    padding: 5px 5px 10px 5px;
}

.tabs li 
{
 list-style-image: none;   
}

   
  .tabs ul.tabs-list {
    margin:5px;
    list-style:none;
    }
  .tabs ul.tabs-list li {
    float:left;
   background:url("/images/left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
  .tabs ul.tabs-list a {
    float:left;
    display:block;
    background:url("/images/right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#333;
    font-size: 93%;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {float:none;}
  /* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover {
    color:blue;
    }
  .tabs ul.tabs-list .current {
    background-image:url("/images/left_on.gif");
    border-width:0;
    }
  .tabs ul.tabs-list .current a {
    background-image:url("/images/right_on.gif");
    color:blue;
    padding-bottom:5px;
    }

.tabhead 
{
    display: none;
}

    .js .tabs .current-info,
    .js .tabs .accessibletabsanchor,
    .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
        position:absolute;
        left:-999em;
    }
    .js .tabs .content{
        clear:both;
        margin:3em 1em 1em 1em;
    }
    
    .about{
        clear:both;
        padding:2em;
    }
    
    
.pagination
{
    margin-top: 10px;
    padding-bottom: 5px;
    margin-left: 30%;
}

.pagination li
{
    float: left;
}
.pagination span
{
    font-weight: bold;
    color: Red;
    padding: 10px;
}


.tabs td
{
    border-top: 1px solid black;
}

#tabPadding
{
    margin-bottom: 28px;
}

ul.sbe {
    
    padding-left: 11px;
    
    list-style-image: none;
}
li.sbe {
    
    list-style-type: none;
    list-style-image: url(/images/list.gif);
    margin: 0 0 0 10px;
    padding: 1px 1px 1px 4px;
}