table.grid {
	margin-bottom:10px;
	border-bottom:4px solid #d0d0d0;
	}
table.grid .c {
	text-align:center;
	}
table.grid .vc {
	vertical-align:middle;
	}
table.grid thead tr {
	background-color:#0066cc;
	}
table.grid thead td {
	padding: 0px 8px;
	height:26px;
	font-family:tahoma;
	font-weight:bold;
	font-size:8pt;
	color:#eeeeee;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	background-image:url(/_images/grid/header.png);
	white-space:nowrap;
	}

table.grid thead td.sorton {
	background-image:url(/_images/grid/header-on.png);
	}
	
table.grid thead td a {
	color:#ffffff;
	}
/* for the sort arrow */
table.grid thead td img {
	vertical-align:middle;
	margin-left:4px;
	}
table.grid thead td.over {
	background-image:url(/_images/grid/header-on.png);
	cursor:pointer;
	}
table.grid thead td.first {
	/*padding-left:8px;*/
	/*border-left:1px solid #333333;*/
	}
table.grid thead td.last {
	border-right:1px solid #333333;
	}
table.grid tbody .rowEven td {
	border-right-color:#f0f0f0;
	}
table.grid tbody .rowOdd td {
	background-color:#efefef;
	}
table.grid tbody tr
{
	height:30px;
}

table.grid tbody td {
	font-family:tahoma;
	font-size:8pt;
	border-bottom:1px solid #939073;
	border-top:none;
	/*border-right:1px solid #e0e0e0;*/
	padding:3px 8px;
}

table.grid tbody td.first {
	padding-left:8px;
	border-left:1px solid #939073;
	}
table.grid tbody td.last {
	border-right:1px solid #939073;
	}
	
table.grid td p {
	margin:0px 0px 4px 0px;
	}
	


/*  

SPECIFIC GRID COLOR SCHEMES

*/
table #grid_mycoursesEnrolled thead tr {}
table #grid_lessonLauncher thead tr {}
table #grid_userfieldconfiguration thead tr {background-color:#737390;}

/*

MILD GRID STYLES

*/

table .mild thead td
{
	background-color:#dedede;	
	border-bottom:1px dotted #888888;
	border-top:1px dotted #888888;
}
table .mild tbody td.odd
{
	background-color:#efefef;	
}

table .mild .c 
{
	text-align:center;
}

table .mild .vc 
{
	vertical-align:middle;
}
	
/*

PLAIN GRID STYLES

*/

table.plain
{
	border-right:1px solid;	
	border-bottom:1px solid;	
}
table.plain thead td
{
	background-color:#eeeeee;	
}
table.plain td
{
	border-top:1px solid;	
	border-left:1px solid;
}


