table.grid {
	margin-bottom:10px;
	border:1px solid #a9a9a9;
	border-top:none;
	box-shadow:0px 0px 7px -3px #000;
	border-spacing:0px;
	padding:0px;
	width:100%;
	
	}
table.grid .c {
	text-align:center;
	}
table.grid .vc {
	vertical-align:middle;
	}
table.grid thead tr {
	background-color:#264E7C; /*#3570B2; */
	}
table.grid thead td {
	padding: 0px 8px;
	height:34px;
	font-family:'Exo 2', tahoma, Geneva, sans-serif;
	color:#ddd;
	white-space:nowrap;
	vertical-align:middle;
	}

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 {
	cursor:pointer;
	}

table.grid thead td.last {
	border-bottom:none;
	}
	
table.grid tbody tr:nth-child(even) {
	background-color:#fff;
}
table.grid tbody tr:nth-child(odd) {
	background-color:#f3f3f3;
}

/*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 tr:last-child td
{
	border-bottom:none;
}
table.grid tbody td {
	border-bottom: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 {}

/*

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;
}
	
/*

TRANSCRIPT

*/
table#grid_transcript
{
max-width:975px;
}
/*

PLAIN GRID STYLES

*/

table.plain
{
	border-right:1px solid;	
	border-bottom:1px solid;
	border-spacing:0px;
	margin-bottom:10px;	
}
table.plain thead td
{
	background-color:#eeeeee;	
}
table.plain td
{
	border-top:1px solid;	
	border-left:1px solid;
	padding:4px;
}


/* 

KEY

*/

.gridKey
{
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 4px;
	margin-bottom: 10px;
	margin-left:20px;
	float:right;
}
.gridKey h4
{
	border-bottom:1px solid #ccc;
	margin-bottom:4px;
	padding-bottom:4px;
}
.gridKey .key-item-container
{
	margin-bottom:8px;
	clear:both;
}
.gridKey .key-item
{
	float:left;
}
.gridKey .key-item p.key-item-label
{
	margin-bottom:0px;
}
.gridKey .key-item img.key-item-icon
{
	float:left;
	margin-right:6px;
}
.clearfix
{
	clear:both;
}
