@CHARSET "UTF-8";

.smartTabButton
{
	
	
	height: 95px;
	width: 100px;
	cursor: pointer;
	background: none;
	
} 

.smartTabButton img, .smartTabButtonSelected img{
	padding-top: 12px;
	
	
}

.smartTabButton:HOVER{
	
	
	height: 95px;
	width: 100px;
	background-color: #F6F7F7;
}

.smartTabButtonSelected{
	background-color: #FFF;
	
	height: 95px;
	width: 100px;
	cursor: default;	
	
}

.smartTabButton, .smartTabButtonSelected{
	display: inline-block;
	text-align: center;
	border-width: 0px;
	border-right: 1px solid white;
	
}


.smartTabHolder
{	
	height: 95px;
	width:100%;
	color:#333;
	text-align: left;
	background-image: url('img/smarttabackground.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
}

.smartEmptySeparator
{
	width:100%;
	height: 1px;
	
}


.bodyElement {
background-color: black;
background-image: url('img/tabs_emptybck.png');
background-repeat: repeat-y;
background-position: 5px 10px;
text-align: center;
margin: auto;
padding: auto;
border: auto;



