﻿/* 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:px solid #CCCCCC;
    border-bottom:3px 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: #BB4422;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 0 0;
    outline:none; FONT-SIZE: 11pt;
}
        
ul.tabs li a:hover
{
    text-decoration: none;
    color: #BB4422; background:#F6FACE; border: 1px solid #999999;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:normal;
    background: #666666;
    border: 2px solid #999999;
    border-bottom: 1px dotted #666666;
    color: #ffffff;
}
              
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
	text-align: justify;
    border:1px solid #CCCCCC;
    border-top-color:transparent;
    background-color:transparent;
    border-radius: 0px;
	margin-top:-1px;
	border-top:0px dotted #66A50D;
	padding:7px;
}
#view2 {text-align: center;}