@charset "utf-8";
/* CSS Document */

.iframe {
	width: 500px;
}
.iframe th {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	background:#CCC;
}
.iframe td {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 8px;
	background:#EEE
}
.iframe .dates {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 8px;
	background:#CCC;
	width: 105px;
}
.iframe ul {
	margin: 0;
	padding: 0;
}
.iframe ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 5px 12px;
	text-align: left;
	background: url(/Assets/default/img/public-course-list/bullet.png) no-repeat 0px 3px;
}
.iframe .book {
	background: url(/Assets/default/img/public-course-list/iframe-book.png) no-repeat top left;
	width: 48px;
	height: 20px;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-align: center;
}
.iframe .book:hover {
	background: url(/Assets/default/img/public-course-list/iframe-book.png) no-repeat bottom left;
}
.iframe .bookcell {
	width: 48px;
	background-color: #fff;
}