﻿/* Tab Content - menucool.com */
h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
}
#view1{ 
}
.ptabscontents{
margin:0;
padding:0;
color:#000000;
text-transform: none;
}
#view2{}
#view3{}
.wraps{
overflow:auto;
text-align: left;
font-family: Arial, Verdana, Helvetica, Trebuchet MS;
font-size: 13px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal
}
#CRDview1{
width:auto;
height:auto;
text-transform: none;
border-bottom:1px solid #000099;
}
.logoView1{
width:85px;
height:75px;
float:left;
margin:5px;
}
ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
	font: normal 12px Verdana;
	text-decoration: none;
	position: relative;
	padding: 7px 16px;
	border: 1px solid #666699;
	border-bottom-color:#666699;
	color: #000;
	background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
	border-radius: 3px 3px 0 0;
	outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
	border: 1px solid #666699;
	background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #666699;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
	border: 1px solid #666699;
	padding: 0px;
	background-color:#FFF;
	border-radius: 0 3px 3px 3px;
}
