﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 0px 0 0px;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    background: transparent;
    border:0px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-radius: 0 0 0 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font-weight: normal;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    padding:8px 10px;
    color: #4897E4;
	border-radius: 3px 3px 0 0;
    outline:none; FONT-SIZE: 11pt; FONT-FAMILY: Roboto Condensed;
}
        
ul.tabs li a:hover
{
    text-decoration: none;
    color: #66A50D;	FONT-SIZE: 11pt; FONT-FAMILY: Roboto Condensed; border: 1px solid #999999;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:normal;
    background: #66A50D;
    border: 1px solid #999999;
    border-bottom: 1px dotted #666666;
    color: #ffffff; FONT-SIZE: 11pt; FONT-FAMILY: Roboto Condensed;
}
              
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none; FONT-SIZE: 11pt; FONT-FAMILY: Roboto Condensed;
}

div.tabcontents
{
	text-align: justify;
    border:1px solid #CCCCCC; padding-top:12px;
    border-top-color:transparent;
    background-color:transparent;
    border-radius: 0px;
	margin-top:-1px;
	border-top:0px dotted #66A50D;
	padding:8px;
}