/* site specific styles here */

/* styles for home page */
.home-grid td.text {
	background: #eee;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home-grid td.spacer {
	background: none;
}
.home-grid th {
	background: #999;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.home-grid ul {
	margin: 0px;
	padding: 0px;
}
.home-grid li {
	list-style-type: none;
	background: url(../common/images/bullet.gif) no-repeat left 4px;
	padding-left: 10px;
}

/* styles for contents pages for each section */
.contents-grid {
	clear: both;
/*	zbackground: #f0f;*/
}
.contents-grid h2 {
	color: #f00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/* not needed at it overrides nice H1 styles */
/*
h1 {
	color: #000;
	font-size: 26pt;
	font-weight: normal;
}
*/

.exercise-navigation {
	color: #999;
}
.exercise-navigation a {
	font-weight: bold;
}

table.word-grid td {
	border: 1px solid #999;
	padding: 3px 5px;
	margin: 0px;
}
