/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

table {
  border-collapse: collapse;
  border: 2px solid #59B149;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
  
label {
	font-size:11px;
	font-weight:bold;
}
#submit{
	width:120px;
	background-color:#EEEEEE;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	padding: 1px;
}
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }
td, th {
  border: 1px solid #59B149;
  padding: .3em;
  font-size: 0.8em;
  }
td.note {
	color:#990000;
	}
th.date {
	 width:50px;
	 }
th.time {
	 width:45px;
	 }
th.location {
	 width:390px;
	 }
th.mod {
	 width:150px;
	 }
th.topic {
	 width:100px;
	 }
thead th, tfoot th {
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  color: #444;
  background: #A6D79D;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #ECF6EA;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	color: #333;
	background-color: #B8DCB2;
  }
  
/* Tablesorter */
thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

th.header {
text-align:left;
    background-image: url(../images/bg.gif); 
		cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: right center; 
    padding-right: 20px; 
    margin-right: -1px;    

}

