
TABLE.gridTable
{
	height				: 100%;
	width				: 100%;
	table-layout		: fixed;	
}


.gridHeader
{
	width				: 100%;
	height				: 22px;
	border				: 1px solid threedshadow;
	border-bottom		: 1px solid threedshadow;
	background-color	: threedface;
	table-layout		: fixed;
	background-image	: url(images/gridHeaderBkgd.gif);
	behavior			: url(_controls/gridHeader.htc);

}

TABLE.gridHeader
{
	width				: 100%;
	height				: 22px;
	border				: 1px solid threedshadow;
	border-bottom		: 1px solid threedshadow;
	background-color	: threedface;
	table-layout		: fixed;
	background-image	: url(images/gridHeaderBkgd.gif);
	behavior			: url(_controls/gridHeader.htc);
}


TD.gridHeader-column
{
	font-family			: Tahoma, Arial;
	font-size			: 8pt;
	padding-left		: 5px;
	padding-right		: 5px;
	overflow			: hidden;
	text-overflow		: ellipsis;	
}

TD.gridHeader-refresh
{
	background-image	: url(images/gridrefresh.gif);
	background-position : center center;
	background-repeat	: no-repeat;
}	

div.gridContent
{
	background-color	: #ffffff; 
	height				: 100%; 
	width				: 100%; 
	border				: 1px solid threedshadow;
	border-top			: 0px solid threedshadow;
}

div.gridContent2
{
	background-color	: #ffffff; 
	height				: 100%; 
	width				: 100%; 
	border				: 1px solid threedshadow;
	border-top			: 0px solid threedshadow;
	OVERFLOW			: auto;
}


IFRAME.gridFrame
{
	width				: 100%;
	height				: 100%;
	background-color	: #ffffff;
}


TABLE.grid
{
	table-layout		: fixed;
	width				: 100%;
	font-family			: Tahoma, Verdana;
	font-size			: 8pt;
	border-collapse		: collapse;
	padding-top			: 3px;
	padding-bottom		: 5px;
	padding-left		: 3px;
	padding-bottom		: 5px;
	behavior			: url(../_common/controls/grid.htc);
	cursor				: hand;
}

TABLE.gridInfo
{
	table-layout		: fixed;
	width				: 100%;
	font-family			: Tahoma, Verdana;
	font-size			: 8pt;
	border-collapse		: collapse;
	padding-top			: 3px;
	padding-bottom		: 5px;
	padding-left		: 3px;
	padding-bottom		: 5px;
}

TR.gridItem
{
	color				: windowtext;
	height				: 23px;
	cursor				: hand;
	font-family			: Tahoma, Verdana;
	font-size			: 8pt;
}


TR.gridItem TD
{
	border-bottom		: 1px solid #eeeeee;
}


TR.gridItem2
{
	color				: windowtext;
	height				: 23px;
	cursor				: hand;
	font-family			: Tahoma, Verdana;
	font-size			: 8pt;
	padding				: 3px 3px 3px 3px;
}


TR.gridItem2 TD
{
	border-bottom		: 1px solid #eeeeee;
}


.tabText
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

A.tabText:LINK
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

A.tabText:VISITED
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

A.tabText:HOVER
{
	font-weight: normal;
	font-size: 9pt;
	color: red;
	font-family: tahoma;
	text-decoration: none;
}
