/* CSS Document */

/* Training
------------------------------------------------------------------------------------------------- */
.hide {
	display: none;
}
	
/*Training Table */
a.expand, a.contract { float: left; width: 18px; height: 18px; margin-right: 5px; }
a.expand { background: url(images/accessory-plus.gif) no-repeat; }
a.contract { background: url(images/accessory-minus.gif) no-repeat; }
	
a.expandAll, a.hideAll { float: right; margin: 0 0 0 10px; padding: 0 0 0 15px; font: normal normal 0.9em Arial, Helvetica, sans-serif; }
a.expandAll { background:url(images/plus.gif) no-repeat 0px 1px; }
a.hideAll { background:url(images/minus.gif) no-repeat 0px 1px; }

table.trainingTable {
	width: 100%;
	background: #ECECEC;
	margin-top: 15px;	
}
	
table.trainingTable th {
	text-align: left;
	background: #5487c6;
	color: white;		
}
	
table.trainingTable h2 {
	margin: 10px;
	color: white;
	clear: none;	
}
	
table.trainingTable th a {
	margin: 10px 10px 0 0;
	color: white;	
}
	
table.trainingTable th a:hover {
	color: #f3f7fb;	
}
		
table.trainingTable td {
	padding: 5px;
	width: 80%;	
}
	
table.trainingTable td.first {
	width: 20%;	
}
	
table.trainingTable tr.heading td {
	border-top: 1px solid #fff;	
}
