﻿.SelectedTab
{
	color: red !important;
}

.CustomTab
{
	font-weight: bold !important;
}

.CustomTabLast
{
	font-weight: bold !important;
	width: 142px;
}

.DivTabArea
{
	width: 98%; 
	border-left: solid 1px gray; 
	border-bottom: solid 1px gray; 
	border-right: solid 1px gray;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.DisabledTab
{
	text-decoration: line-through !important;
}

.HoveredTab
{
	text-decoration: underline !important;
}
