/* Courses */

table.courses {
	width:100%;
	padding: 3px;
	clear: left;
}
table.courses th {
	text-align: left;
}

table.courses th.kategoria {
	border-bottom: 2px solid #ccc;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 140%;
	
}

div.kurssi-haku {
	float: left;
	display: inline;
	margin-right: 25px;
	padding-bottom: 10px;
}
table.subcategories td {
	padding-left: 2px;
	padding-right: 6px;
}
div.submit {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
	
table.courses th.alakategoria {
	border-bottom: 2px solid #ddd;
	padding: 5px;
	padding-bottom: 2px;
}
table.courses tr.row td, table.courses tr.row td a {
	font-size: 95%;
	text-decoration: none;
}

table.courses tr.row td {
	padding: 2px 0px 2px 5px;
}

table.courses tr.row:hover {
	background-color: #efefef;
}

table.courses tr.row td.pvm {
	text-align: right;
}
	
/* Course */

.content-container h2 {
	padding:10px 15px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.course .kurssin_tiedot {
	padding:10px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 10px;
}
table.courseInfo {
	width: auto !important;
}
table.courseInfo td.t {
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 3px;
}
div.message {
	width: 94%;
	padding: 15px;
	margin-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: bold;
}
