﻿
#divTabContent
{
	width: 100%;
	border: solid 1px #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #8161c6;
}

#divTabButtons ul 
{     
	list-style: none;     
	padding:0;     
	margin:0; 
} 

#divTabButtons li 
{     
	border-top-width: 0;   
	float: left;
	margin: 0 0.5em 0 0;
	width: 8em;
	text-align: center;
	padding-top: 4px;
}

.tabSelected
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	position: relative;
	height: 23px;
	top: -1px;
	background-color: #8161c6;
}

.tabUnselected
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	height: 22px;
	background-color: #e8e618;
}

.tabOver
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	height: 22px;
	background-color: #20fea7;
}
