
/*
#content table {
	clear: both;
	margin: 10px;
	border-collapse: collapse;
	border: 2px solid #CCC;
}
#content table.wide {
}
#content th {
	background: #EEE;
	text-align: left;
}
#content th {
	padding: 2px 5px;	
	border: 1px solid #CCC;
}
#content td {
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #EEE;
	text-align: left;

}
*/

#content table {
	margin: 10px;
	border-collapse: collapse;
	border: 2px solid #CCC;
	
}
#content table th {
	padding: 10px;
	color: #64686a;
	text-align: left;
}
#content table td {
	padding: 10px;
	background: #efebe4;
	color: #000;
	border-bottom: 1px solid #FFF;
}
#content table td img {
	border: 1px solid #CCC;
	padding: 4px;
	background: #FFF;
	vertical-align: middle;	
}


#content td.number {
	text-align: right;	
}

/*
 * pagination
 */
div.pagination_summary {
	margin: 10px;
}
.filter_links, .top_link {
	float: left;
}
.pagination_links {
	/*margin: 10px;*/
	float: right;
}
div.disabled {
	display: inline;	
	color: #585858;
}

.footer { clear: both; padding: 16px 10px 5px; }

.pagination_links span.current {
	border: 1px solid #CCC;
	padding: 3px 5px;
	background: #000;
	color: #FFF;
	font-weight: bold;
}
.pagination_links span a {
	border: 1px solid #CCC;
	padding: 3px 5px;
	background: #EEE;
	color: #333;	
	font-weight: bold;
	text-decoration: none;
}

/* sort indicators */
table th a {
	display: block;
	padding-right: 24px;	
	background: url(../img/sort_unsorted.gif) no-repeat right center;	
}
table th a.asc {
	background: url(../img/sort_desc.gif) no-repeat right center;	
}
table th a.desc {
	background: url(../img/sort_asc.gif) no-repeat right center;	
}

/* Timetable */
#content table.timetable {
  margin: 5px;
  border: 2px solid #333; 
  /*font-size: 10px;*/
}
#content table.timetable th {
  text-align: left;
  background: #333;
  color: #FFF;
  padding: 5px;
}
#content table.timetable td {
  padding: 5px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}

