﻿

.Tab:hover
{
    background-color: #d6effc;
}
.Tab
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #003366;
    background-color: #e5effc;
    border-right: #436a95 1px solid;
    border-top: #436a95 1px solid;
    border-left: #436a95 1px solid;
    cursor: hand;
    margin-left: 3px;
    padding-left: 3px;
    vertical-align: middle;
    text-align:center ;
}

.TabSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    border-right: #509DC6 2px solid;
    border-top: #C2D1F1 2px solid;
    border-left: #509DC6 2px solid;
    background-image: url(../Images/CCTableHeader.gif);
    font-weight: bold;
    color: white;
    cursor: hand;
    margin-left: 3px;
    padding-left: 3px;
    vertical-align: middle;
    text-align:center ;
}


.TabStrip
{
	border-collapse: collapse;
	background-color: white;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 25px;
	text-align:left;
}

.TabFrame
{
	font-size: 4pt; border-right: cornflowerblue 2px solid; border-top: cornflowerblue 2px solid; border-left: cornflowerblue 2px solid; border-bottom: cornflowerblue 2px solid;
}	

.TabButtonRange
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-collapse: collapse;
	height: 25px;
}
