


/* SELECTORS */




/* IDENTIFIERS */



#DAG {
	width:		25%;
}




/* CLASSES */


.TABLE {
	font-family: 	Verdana, "Droid Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 		100%;
	margin-top:	25px;
	border-collapse: collapse;
}
		

.TABLE CAPTION {
	text-align:	right;
	font-size:	0.85em;
	margin-bottom:	10px;
	padding-right:	10px;
}

		
.TABLE TD {
	font-size:	15px;
	padding:	10px 10px 10px 20px;
	text-align:	left;	
}


.TABLE TD:FIRST-CHILD {
	text-align:	left;	
}


.TABLE TH {
	font-size:	15px;
	padding:	5px 10px 5px 20px;
	text-align:	center;
	background-color: 	#4C5C83; 
	background-image:	-webkit-gradient(linear, left top, left bottom, from(#4C5C83), to(#00174F));
	background-image: 	-webkit-linear-gradient(top, #4C5C83, #00174F);
	background-image: 	-moz-linear-gradient(top, #4C5C83, #00174F);
	background-image: 	-ms-linear-gradient(top, #4C5C83, #00174F);
	background-image: 	-o-linear-gradient(top, #4C5C83, #00174F);
	background-image: 	linear-gradient(to bottom, #4C5C83, #00174F);
	color:		white;	
}


.TABLE TH:FIRST-CHILD {
	text-align:	left;	
}

		
.TABLE TR:NTH-OF-TYPE(EVEN) {
	background-color: rgba(255,255,255,.1);
}


.TABLE TR:NTH-OF-TYPE(ODD) {
	background-color: rgba(60,60,60,.1);
}




/* MEDIA QUERY */








