BODY
{
	margin: 0px;
	background-color: White;
}
.tab_on
{
	color:Green;
	
}

.tab_off
{
	color:Black;
}

.TitleText
{
	font-weight: bolder;
	font-size: 13px;
	text-decoration:none;
	font-family: Verdana;
}
.tab_1_on
{
	background-image: url(../Images/new/tab_01_on.jpg);
}

.tab_2_on
{
	background-image: url(../Images/new/tab_02_on.jpg);
}

.tab_3_on
{
	background-image: url(../Images/new/tab_03_on.jpg);
}

.tab_4_on
{
	background-image: url(../Images/new/tab_04_on.jpg);
}

.tab_1_off
{
	background-image: url(../Images/new/tab_01_off.jpg);
}

.tab_2_off
{
	background-image: url(../Images/new/tab_02_off.jpg);
}

.tab_3_off
{
	background-image: url(../Images/new/tab_03_off.jpg);
}

.tab_4_off
{
	background-image: url(../Images/new/tab_04_off.jpg);
}

.bottom_navigation
{
	font-size: 11px;
	color: #a2a2a2;
	line-height: 14px;
	font-family: Arial;
	letter-spacing: 1px;
}
.bottom_navigation A
{
	font-size: 11px;
	color: #a2a2a2;
	font-family: Arial;
	text-decoration: none;
}
.footer
{
	font-size: 12px;
	width: 704px;
	color: #a9a9a9;
	line-height: 14px;
	font-family: Arial;
	text-align: center;
}
.Header
{
	font-size: 14px;
	font-family: Verdana;
}
.Text
{
	font-size: 12px;
	font-family: Verdana;
}

.TableTitle
{
	font-size: 12px;
	font-weight: 600;
	font-family: Verdana;
}

.T
{
	border-collapse: collapse;
}
.T TD
{
	padding: 2px;
	text-align: center;
}

.DataGrid
{
	/* 	border-right: black 1px solid; 	border-top: black 1px solid; 	border-left: black 1px solid; 	border-bottom: black 1px solid; */
}
.DataGrid TD
{
	width: 10px;
	height: 10px;
	cursor: hand;
	cursor: pointer;
}
.btnApply
{
	padding-bottom: 2px;
	height: 16px;
	font-size: 10px;
	font-family: Verdana;
	color: Black;
	border: solid 1px black;
}
.Link
{
	font-family: Verdana;
	font-size: 12px;
	color: blue;
}
.Link10
{
	font-family: Verdana;
	font-size: 10px;
	color: blue;
}
.sTRF
{
	font-weight: 700;
}
.cSpace2
{
	padding-right: 2px;
	padding-left: 2px;
}
.cSpace
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

.Cursor
{
	cursor: hand;
	cursor: pointer;
}

.tooltip
{
	border: #80a3cb 1px solid;
	padding: 5px;
	z-index: 120;
	display: none;
	margin: 5px;
	width: 200px;
	line-height: 15px;
	background-color: #d9e4f0;
	opacity: 0.90;
	FILTER: alpha(opacity=90);
	font-size: 10px;
	font-family: Verdana,arial;
	text-align: left;
	position: absolute;
}

.sOpacity
{
	background-color: white;
/*	opacity: 0.90;
	FILTER: alpha(opacity=90);*/
	position: absolute;
	border: solid 1px black;
}

#title
{
	padding: 2px;
	margin: 2px;
	color: black;
	font-family: arial;
	font-size: 12px;
}
