#tab-course {
	border-collapse: collapse;
	font-size: 0.7em;
	line-height: 1.1em;
	margin-bottom: 5em;
}
#tab-course  a {
	color: #808080;
	text-decoration: none;
}
#tab-course  a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#tab-course tr:hover,td.start:hover,td.end:hover        {
	color: #000000;

}
#tab-course th, td{
	padding: .3em 0.5em;
}
#tab-course th {
	text-align: left;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 15px;
	font-weight: normal;
}
#tab-course   th.h-line1 {
	width: 14em;
	background-color: #CECECE;
}

#tab-course   th.h-line2 {
	width: auto;
	background-color: #CeCeCe;
}
#tab-course   th.time {
	width: 10em;
	background-color: #CCCCCC;
}

#tab-course th.location {
	width: 8em;
	background-color: #CCCCCC;
}


#tab-course  thead th  {
	border-top-color: #FFFFFF;
	border-right-color: #888888;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	margin-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	color: #333333;
}
#tab-course  tbody th.start  {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 11px 54%;
}
#tab-course   tbody  th.end  {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 11px 54%;
	color: #FF00FF;
}
