TABLE.Grid {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color:white;
}


TABLE a {
	color: black;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.Grid th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: white;
/*
	border-bottom: 1px solid #BBEEFF;
	border-top: 1px solid #BBEEFF;
*/
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #E29430 url(/images/theme/webadmin/bg_header.jpg) repeat-x;
}



th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #BBEEFF;
	background: none;
}

.Grid td {
/*
	border-bottom: 1px solid #BBEEFF;
*/	
	padding: 6px 6px 6px 12px;
	color: black;
	font-size:11px;
}

.Grid TD.Sorted {
/*	background-color:#DBF3DD !important; */
}

.Odd {
	background-color: #FCFBF5 !important;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.Component {
	
}

.Action {
	background-color:#EBEBEB;
	padding:3px;
}

.Tasks {
	border:1px solid #D7D7D7;
	background-color:white;
	margin:5px;
}

.StatsTable {
	margin:10px;
}

.StatsTable TH {
	text-align : left;
	font-size:10px;
}

.StatsTable TD {
	background-color:#FFF9EC;
	border:1px solid #FCE6CB;
	padding:5px;
	font-size:12px;
}

.StatsTable TD  A {
	margin-left:20px;
	font-size:10px;
}

.InfoTable {
	background-color:#FFF9EC;
	border:1px solid #FCE6CB;
}

.InfoTable TD {
	padding:5px;
	font-size:11px;
}

.InfoTable .InfoHighlight {
	background-color:white;
}

.Grid TFOOT {
	background: #FFF1D4;
}

.Grid TFOOT A {
	color:#E29430 !important;
	background-color:white;
	font-weight : bold;
	display:block;
	float:left;
	padding:2px;
	width:10px;
	margin:3px;
	text-align : center;
}

.Grid TFOOT A:hover {
	background-color:#FCFBF5;
	 text-decoration : underline;
}

.Grid TFOOT A.LinkOn {
	background-color:#66CC66!important;
	color:white!important;
	font-size:12px;
	border:1px solid white;
}

.Grid TH.SortOn {
	background-color:#EAB572 !important;
	color:white!important;
}

.Grid TH A {
	color:white;
}

.Grid TH.Asc {
	background-image:url(/images/icons/16x16/plain/navigate_open.png);	
	background-repeat : no-repeat;
	background-position : right;
}

.Grid TH.Desc {
	background-image:url(/images/icons/16x16/plain/navigate_close.png);
	background-repeat : no-repeat;	
	background-position : right;	
}

SPAN.TextHighlight {
	font-weight : bold;
	background-color : white;
	border:1px solid #2299CC;
}

TR.New TD {
	background-color:#FFFF99 !important;
}


