﻿/* Header styles */

table.schedule {
  clear: right;
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 0x solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}
table.schedule caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.schedule thead tr {
	color: white;
	background: #5e7796;
	font-size: x-small;
}
table.schedule thead tr th {
  padding: 0,2em 0,2em 0,2em 0,2em;
  border: 1px solid #adbbca;
}

table.schedule tbody tr {
	border: 1px solid #adbbca;
	color: #000066;
	font: small-caption;
}
table.schedule tbody th {
  padding: 0,2em;
  border: 1px solid ;
  color: #000066;
}
table.schedule tbody td {
	background: #e9ecee;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border: 1px solid #adbbca;
	color: #000066;
	vertical-align: middle;
}
table.schedule tbody tr.odd {
  background: #c4cfdb;
  color: #000066;
}
table.schedule tbody tr.odd td {
  background: #f0f0f0;
  color: #4f6480;
}
table.schedule tbody tr th a:link {
  font-weight: bold;
  color: #0041BB;
  text-decoration: none;
}
table.schedule tbody tr th a:visited {
  font-weight: bold;
  color: #0041BB;
  text-decoration: none;
}
table.schedule tbody tr th a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: underline overline;
}
table.schedule tbody td a:link {
  color: #0041BB;
  text-decoration: none;
}
table.schedule tbody td a:visited {
  color: #0041BB;
  text-decoration: none;
}
table.schedule tbody td a:hover {
  color: #000000;
  text-decoration: undeline overline;
}

/* Tabel Coupe.php */

table.schedule2 {
	clear: right;
	width: 100%;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 0x solid #adbbca;
	color: #4f6480;
	background: #f0f0f0;
	font-size: x-small;
}
table.schedule2 caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.schedule2 thead tr {
  color: white;
  background: #5e7796;
}
table.schedule2 thead tr th {
  padding: 10,5em 0,5em 0,5em 0,5em;
  border: 1px solid #adbbca;
}

table.schedule2 tbody tr {
  border: 1px solid #adbbca;
}
table.schedule2 tbody th {
  padding: 0,5em;
  border: 1px solid ;
}
table.schedule2 tbody td {
  background: #e9ecee;
  padding-left:  0.6em;
  padding-right: 0.6em;
}
table.schedule2 tbody tr.odd {
  background: #c4cfdb;
}
table.schedule2 tbody tr.odd td {
  background: #f0f0f0;
  color: #4f6480;
}
table.schedule2 tbody tr th a:link {
  font-weight: bold;
  color: #70A0E0;
  text-decoration: underline;
}
table.schedule2 tbody tr th a:visited {
  font-weight: bold;
  color: #70A0E0;
  text-decoration: underline;
}
table.schedule2 tbody tr th a:hover {
  font-weight: bold;
  color: #70A0E0;
  text-decoration: underline;
}
table.schedule2 tbody td a:link {
  color: #808000;
  text-decoration: underline;
}
table.schedule2 tbody td a:visited {
  color: #808000;
}
table.schedule2 tbody td a:hover {
  color: #808000;
  text-decoration: none;
}