/*
 * SoftChalk LessonBuilder StyleSheet (C)2009
 * SoftChalk LLC, www.softchalk.com
 *
 * COURSE NAVIGATION STYLE
 */

body {
	font-size: 100%;
	background: #eeeeee;
	color: #000;
}

a:link {
	color: #0159a3;
	text-decoration: none;
}

a:visited {
	color: #0159a3;
	text-decoration: none;
}

a:hover {
	color: #3f8bb8;
	text-decoration: underline;
}

img {
	border: none;
}

.nav_title {
	color: #0159a3;
	font-size: 100%;
	font-weight: bold;
	border-top: 2px solid #0159a3;
	border-bottom: 2px solid #0159a3;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav_link_enable {
	color: #0159a3;
	font-size: 90%;
	font-weight: bold;
}

#content {
	font: 1em Arial, Verdana, sans-serif;
	padding: 10px 0 10px 0;
}

td {
	font-size: 80%;
}

.collapse {
	display: none;
	font-size: .9em;
}

.expand {
	display: block;
	font-size: .9em;
}