.dataGrid
{
	width: 100%;
	font-size: 1.1em;
	border: 1px solid #e0cfc2;
	background: #f4f0ec url(ui-theme-lightness-custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50% bottom repeat-x;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.dataGrid th
{
	text-align: left;
	vertical-align: top;
	padding: 3px 2px 3px 5px;
	border: 1px solid #CC9E70;
	background: #e1cea3 url(ui-theme-lightness-custom/images/ui-bg_highlight-soft_100_e1cea3_1x100.png) 50% 50% repeat-x;
	color: #666;
	font-weight: bold;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	clear: both;
}

.dataGrid .activeSortCol
{
	background: #fff url(ui-theme-lightness-custom/images/ui-bg_highlight-soft_100_e1cea3_1x100_gridActive.png) 50% 50% repeat-x;
}

.dataGrid td
{
	text-align: left;
	vertical-align: top;
	padding: 3px 2px 3px 5px;
}

.dataGrid tr:hover
{
	background: #e5e5e5;
}

.dataGrid .rightAlign 
{
	text-align: right;
	padding-right: 6px;
}

.dataGrid .rowColour1
{
	background-color: #F7F7F7;
}

.colour6
{
	background-color: #F9D9EE;
}

.colour5
{
	background-color: #FFC68C;
}

.colour4
{
	background-color: #E8F9AE;
}

.colour3
{
	background-color: #C8C8C8;
	color: black;
}

.colour2
{
	background-color: #F18F7E;
}

.colour1
{
	background-color: #FAE9AD;
}

.dataGrid .colour1
{
	background-color: #F7F7F7;
}

.dataGrid .rowColour2
{
	background-color: #f4f0ec;
}


.dataGrid .col250
{
	width: 250px;
}

.dataGrid .col240
{
	width: 240px;
}

.dataGrid .col230
{
	width: 230px;
}

.dataGrid .col220
{
	width: 220px;
}

.dataGrid .col210
{
	width: 210px;
}

.dataGrid .col200
{
	width: 200px;
}

.dataGrid .col190
{
	width: 190px;
}

.dataGrid .col180
{
	width: 180px;
}

.dataGrid .col170
{
	width: 170px;
}

.dataGrid .col160
{
	width: 160px;
}

.dataGrid .col150
{
	width: 150px;
}

.dataGrid .col140
{
	width: 140px;
}

.dataGrid .col130
{
	width: 130px;
}

.dataGrid .col120
{
	width: 120px;
}

.dataGrid .col110
{
	width: 110px;
}

.dataGrid .col100
{
	width: 100px;
}

.dataGrid .col90
{
	width: 90px;
}

.dataGrid .col80
{
	width: 80px;
}

.dataGrid .col70
{
	width: 70px;
}

.dataGrid .col60
{
	width: 60px;
}

.dataGrid .col50
{
	width: 50px;
}

.dataGrid a
{
	font-weight: bold;
}