/* navigation */

div#nav-upper {
	background-color: #ffffaa;
	color: #444400;
}

div#nav-upper a {
	color: #444400;
}

div#nav-left {
	background-color: #ffffaa;
	color: #444400;
	height: 900px;
}

ul.leftnav li a {
	color: #444400;
}

/* coaching recordings table */

.table-main {
	border: 1px solid #333399;
	margin-top: 15px;
}

.table-caption {
	background-color: #333399;
	color: white;
}

.table-top-middle {
	border-left: 1px dashed #333399;
	border-right: 1px dashed #333399
}

.table-left-col {
	border-top: #333399 dashed 1px;
}

.table-middle-col {
	border-top: #333399 dashed 1px;
	border-left: 1px dashed #333399;
	border-right: 1px dashed #333399
}

.table-right-col {
	border-top: #333399 dashed 1px;
}
