﻿/* Tab Content - menucool.com */
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*/
}
        
ul.tabs li a
{
	font: normal 12px Verdana;
	text-decoration: none;
	position: relative;
	padding: 6px 16px;
	border: 1px solid #7E7E7E;
	border-bottom-color: #233541;
	color: #2C2C2C;
	background: #D3DEDE /*url(tabbg.gif) repeat-x 0 0 */;
	border-radius: 4px 4px 0 0;
	outline: none;
	opacity: 0.68;
	filter:alpha(opacity=68);
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #0062F4;
	border-bottom-color: #233541;
    background:#D3DEDE /*url(tabbg.gif) 0 -36px repeat-x */;
	font-weight: normal;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	padding: 9px 16px 6px;
	position: relative;
	top: 0px;
	font-weight: bold;
	background: #D6F3C2 /*url(tabbg.gif) 0 -72px repeat-x */;
	border: 1px solid #233541;
	border-bottom-color: #D6F3C2;
	color: #661700;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
	border: 1px solid #233541;
	padding: 8px;
	background-color: #D6F3C2;
	layer-background-color: #D6F3C2;
	border-radius: 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 575px;
	overflow-y: auto;
	opacity:0.68;	
	filter:alpha(opacity=68);
}
