﻿.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.btn
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	background-color: White;
	font-weight: bold;
	border-bottom: outset 1pt #999999;
	border-left: solid 1pt #999999;
	border-top: solid 1pt #999999;
	border-right: solid 1pt #999999;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	/*padding-left:0px;*/
	
}
.textfield
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TabBtn_on
{
	width: 150px;
	height: 25px;
	background-color: #f4f3f2;
	border-top: 1px solid #e2ccb4;
	border-left: 1px solid #e2ccb4;
	border-right: 1px solid #e2ccb4;
	text-align: center;
}
.TabBtn_off
{
	width: 150px;
	height: 25px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2ccb4;
	text-align: center;
}

.GridAlternateColor
{
	background-color: #FAFAFA;
}

.grid_item
{
	padding-left:2px;
	padding-right:2px;
}

.Tab_on
{
	width: 100px;
	height: 25px;
	color: #000000;
	background-color: #f4f3f2;
	border-top: 1px solid #e2ccb4;
	border-left: 1px solid #e2ccb4;
	border-right: 1px solid #e2ccb4;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.Tab_off
{
	width: 100px;
	height: 25px;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #e2ccb4;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.Tab_on a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.Tab_off a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.Tab_on-back
{
	width: 160px;
	height: 25px;
	color: #000000;
	background-color: #f4f3f2;
	border-top: 1px solid #e2ccb4;
	border-left: 1px solid #e2ccb4;
	border-right: 1px solid #e2ccb4;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.Tab_off-back
{
	width: 160px;
	height: 25px;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #e2ccb4;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.Tab_on-back a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.Tab_off-back a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.btnSearch
{
	font-family: Arial;
	font-size: 12px;
	color: #fc6404;
	background-color: White;
	font-weight: bold;
	border-bottom: solid 2px #aaaaaa;
	border-left: solid 2px #aaaaaa;
	border-top: solid 2px #aaaaaa;
	border-right: solid 2px #aaaaaa;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;	
}

.grdPadding
{
	padding: 0px 5px 0px 5px;
}


/*-----------------------Updated on 22-08-09-----------------------*/

.topSection {
	height: 23px;
	border-bottom: solid 1px #dedddd;
}