﻿.navBack
{
	filter				: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#DADADA);
}

.adminNavText 
{ 
	font-size			: 8pt; 
	color				: #595959; 
	font-family			: tahoma, verdana, arial;
}

.adminNavTextTitle 
{ 
	font-size			: 12pt; 
	font-weight			: bold;
	color				: #595959; 
	font-family			: tahoma, verdana, arial;
}



/*-- grid info --*/

TABLE.gridTable
{
	height				: 100%;
	width				: 100%;
	table-layout		: fixed;
	border-right		: 1px solid threedshadow;	
}


.gridHeader
{
	width				: 100%;
	height				: 22px;
	border				: 1px solid threedshadow;
	border-bottom		: 1px solid threedshadow;
	background-color	: threedface;
	table-layout		: fixed;
	background-image	: url(../../images/admin/gridHeaderBkgd.gif);
}

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/admin/gridHeaderBkgd.gif);
}


TD.gridHeader-column
{
	font-family			: Tahoma, Arial;
	font-size			: 8pt;
	padding-left		: 5px;
	padding-right		: 5px;
	overflow			: hidden;
	text-overflow		: ellipsis;	
}

IFRAME.gridFrame
{
	width				: 100%;
	height				: 100%;
	background-color	: #ffffff;
}

div.gridContent
{
	background-color	: #ffffff; 
	height				: 100%; 
	width				: 100%; 
	border				: 1px solid threedshadow;
	border-top			: 0px solid threedshadow;	
}


TR.gridItem
{
	color				: windowtext;
	height				: 23px;
	cursor				: hand;
	font-family			: Tahoma, Verdana;
	font-size			: 8pt;
}


TR.gridItem 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;
}