﻿
ul.tabs
{
    padding: 6px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:2px; /*distance between tabs*/
line-height: 28px;
}
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 6px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#AAA;
    color: #000;
    background: #F0F0F0 url('/template6/tabbg.gif') repeat-x 0 0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #AAA;
    background:#F0F0F0 url('/template6/tabbg.gif') 0 -36px repeat-x;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    padding: 9px 16px 6px;
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white url('template6/tabbg.gif') 0 -72px repeat-x;
    border: 1px solid #AAA;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #AAA; padding: 30px;

color: #bfb8e5;
border: 1px solid #373553;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #2c263f), color-stop(100%, rgba(44, 38, 63, 0.4)));
background-image: -moz-linear-gradient(top, #2c263f 0%, rgba(44, 38, 63, 0.4) 100%);
background-image: linear-gradient(top, #2c263f 0%, rgba(44, 38, 63, 0.4) 100%);
margin: 0 auto;
background-repeat: repeat-x;
text-align: left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 10px #040307;
-webkit-box-shadow: 0px 0px 10px #040307;
box-shadow: 0px 0px 10px #040307;
}