body {
	font-family: "Arial", "Helvetica", sans-serif;
}

table.studyList {
	width: 760px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #515151;
}

table.studyList th {
	background: repeat-x url(/images/headerBg.jpg);
	padding: 0 3px 0 3px;
	height: 18px;
}

table.studyList td {
	padding: 3px;
	height: 18px;
	overflow: hidden;
}

table.studyList th.ref {
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #e0e0e0;
	border-collapse: separate;
}

table.studyList th.title {
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #e0e0e0;
}

table.studyList th.teacher {
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #e0e0e0;
}

table.studyList th.date {
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #e0e0e0;
}

table.studyList th.topic {
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #e0e0e0;
}

table.studyList td.ref {
	width: 20%;
	border-right: 1px solid #d9d9d9;
}

table.studyList td.title {
	width: 25%;
	border-right: 1px solid #d9d9d9;
}

table.studyList td.teacher {
	width: 15%;
	border-right: 1px solid #d9d9d9;
}

table.studyList td.date {
	width: 10%;
	border-right: 1px solid #d9d9d9;
}

table.studyList td.topic {
	width: 20%;
}

table.studyList tr {
	cursor: pointer;
}

table.studyList tr.odd {
	background: #fff;
}

table.studyList tr.even {
	background: #f1f5fa;
}

table.studyList tr.selectClass {
	background-color: #3d80df;
	color: #ffffff;
}

table.studyList tr.hoverClass {
	background-color: #cdd8e4;
	color: #000;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}