﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 10px 0px 0px 20px;
    margin:0;
    font-size: 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;/*no distance between tabs*/
    background: White;
    margin-left: -1px;
    margin-right:2px;
}
        
ul.tabs li a
{
    font: normal 12px OpenSansRegular;
    text-decoration: none;
    position: relative;
    padding: 7px 18px;
    color: #fff;
    outline:none;
    background:#44B1EC;
    border-top:1px solid #F9F9F9;
    border-left:1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    border:1px solid #cacaca;
    border-right:0;
}

/*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
ul.tabs li:last-child a
{
    border-right:1px solid #CCC;
}
  
        
ul.tabs li a:hover
{
    color: #fff;
    background:#5E8AC7;
    background:#8ADFF7;
    cursor: pointer;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    top: 0px;
    font-weight:normal;
    background: transparent;
    border:1px solid #cacaca;
    border-bottom: 1px solid #fafafa;
    color: #000;
    cursor: pointer;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
    border-top: 1px solid #CCC; padding: 30px 10px;
}

div .claimsearchtabs{
	clear:both;
	padding-top: 20px;
}
