
table {
	font-size:100%;
}

th.course-th {
	text-align:center;
	height:26px;
	border-bottom:1px solid #1d4877;
	background-color:#d7e1ea;
	color:#1d4877;
	border-right:1px solid #bbc9d5;
	background:url(../images/nav_row.jpg);
	border-top:1px solid #bbc9d5;
}

td.course-td {
	text-align:center;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background-color:#f8f8f8;
	color:#6c6b6b;
	height:26px;
}

.hlt td {
        background-color: #e4f1ff;
        cursor:pointer;

}

td.book-td {
	valign:top;
	padding-top:2px;
	
}

input.bookfield {
	float:left;
	width:20px;
	font-size:11px;	
	margin-right:3px;
	margin-left:10px;
}





td.basket-td {
	text-align:center;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background-color:#f8f8f8;
	color:#6c6b6b;
	vertical-align:top;
	padding: 0.4em;
}

td.total-td {
	text-align:center;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
	background-color:#f8f8f8;
	color:#6c6b6b;
	padding: 0.4em;
	height:1.625em;
}

td.left-td {
	border-left:1px solid #E0E0E0;
}

th.left-th {
	border-left:1px solid #bbc9d5;
}

td.info-left {
	width:25%;
	text-align:left;
	color:#1d4877;
	padding:4px;
	border-left: solid 1px #E0E0E0;
}
td.info-right {
	width:75%;
	text-align:left;
	padding:4px;	
	line-height:1.6em;
}