﻿.tab
{
    cursor: hand;
    font-family: Tahoma;
    font-size: 10pt;
    border-right: #81510a 1px solid;
    border-top: #81510a 1px solid;
    border-left: #81510a 1px solid;
    border-bottom: #81510a 1px solid;
    
}
.unselectedTab
{
	/*    background-color: inherit ;
    color:#81510a;
    width: 110px;
    height:50px;
    background-position-x:center;
    background-position-y:center;
    background-repeat:no-repeat;    
    text-align:center;
    vertical-align:middle;
*/
	border: none 0px  ;
	color: #7e6c57;
	width: 125px;
	height: 23px;
	background-image: url( '../images/tabUnselected.gif' );
	text-align: center;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}


.selectedTab
{
	border: none 0px  ;
    color:#7e6c57;
     width:124px;
    height:23px;
    background-image:url('../images/tabselected.gif');    
     text-align:center;
    vertical-align:middle;
}

.tabs
{    
	border: none 0px  ;
    position:relative;
 
}
.tabContent
{
	background-color: Transparent;
	color: White;
	border-right: #7e6c57 1px solid;
	padding-right: 0px;
	border-top: #7e6c57 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #7e6c57 1px solid;
	padding-top: 0px;
	border-bottom: #7e6c57 1px solid;
}



