/* tab control styles */

.tab_active_left
{
	height: 30px;
	width: 2px;
	border-left: solid 2px White;
}

.div_active_left
{
	width: 2px;
}

.tab_active_left_first
{
	height: 30px;
	width: 2px;
}

.div_active_left_first
{
	width: 2px;
}

.tab_active_right
{
	height: 30px;
	width: 2px;
	border-right: solid 2px White;
}

.div_active_right
{
	width: 2px;
}

.tab_inactive_left
{
	background-color: #89B2B7;
	height: 30px;
	width: 2px;
	border-bottom: solid 2px White;
}

.div_inactive_left
{
	width: 2px;
}

.tab_inactive_left_first
{
	background-color: #89B2B7;
	height: 30px;
	width: 2px;
	border-bottom: solid 2px White;
}

.div_inactive_left_first
{
	width: 2px;
}

.tab_inactive_right
{
	background-color: #89B2B7;
	height: 30px;
	width: 2px;
	border-bottom: solid 2px White;
}

.div_inactive_right
{
	background-color: #89B2B7;
	width: 2px;
	border-right: solid 1px White;
}

.tab_active
{
	color: White;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

.tab_inactive
{
	background-color: #89B2B7;
	color: White;
	height: 30px;
	border-bottom: solid 2px White;
	padding-left: 12px;
	padding-right: 12px;
}

#tabTable
{ 
	width: 100%;
	height: 1px; 
}

.tab_end
{
	width: 100%;
	background-color: #89B2B7;
	border-bottom: solid 2px White;
}

.tab_begin
{
	background-color: #89B2B7;
	border-bottom: solid 2px White;
	height: 30px;
	width: 2px;
}

A.tab_link
{
	color: #FFFFFF;
	text-decoration: none;
}

A.tab_link:hover
{
	text-decoration: underline;
}

.div_begining
{
	font-size: 1px;
	width: 20px;
}

/* tab control styles */