@charset "UTF-8";
/* CSS Document */


#innerContent table {
border-collapse: collapse;
width: 100%;
}
	
	
/* data */

#innerContent table tbody {
background: #acc;
}
#innerContent table tbody td {
letter-spacing: 0.05em;
}
#innerContent table tbody td, th {
border-bottom: 4px solid #fff;
border-left: 1px dotted #fff;
vertical-align: top;
padding: 5px;
}

/* header */ 
	
#innerContent table thead th { /* headers oben */
padding: 5px;
text-align: left;
background: #DF3985; /* pink */
color: #fff;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: bold;
font-size: 1.1em;
}


#innerContent table tbody th {
background-color:#F9E9A2; 
padding: 5px;
text-align: left;
font-size: 1em;
color:#990066;
letter-spacing: 0.1em;
line-height: 1.1em;
text-transform: uppercase;
text-align:center;
}	

/* colours */

#innerContent table tbody tr.odd th {
background: #CC99FF; /*originally #E6E0C0 */
}
#innerContent table tbody tr.odd {
background: #CC99FF;
}

#innerContent table tbody tr th {
background:#F9E9A2;  
}
#innerContent table tbody tr {
background: #b6e5ff; 
}
	
/* links */	
	
#innerContent table tbody tr th a { /* blue */
color: #277ffe;
display: block;
}

#innerContent table tbody tr.odd th a { /* beige */
color: #555;
display: block;
}	
	
#innerContent table tbody td a {
color: #DF3985;
}

#innerContent table a:visited, #innerContent table tbody tr.odd th a:visited {
color: #DF3985;
}
