/*
Design pro stránku data.php
*/

<style type="text/css">
#table_container {
	width: 910px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #585858;
}

#table_container table {
	border-width: 0px;
	border-spacing: 0px 0px;
}
#table_container table td,table th {
	width: 70px;
	text-align: right;
	padding: 2px 5px 2px 0px;
}
#table_container table th {
	background-color: #96c6f5;
}

#table_container .highlight { background-color: #F5E0CC; cursor: pointer;}
#table_container .smallfont { font-size: 85%;}
#table_container .zerovalue { color: #999999;}
#table_container .negativevalue { color: #FF0000;}

#table_name {
	font-size: 140%;
  font-weight: bold;
	text-align: center;
	height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#table_menu { text-align: center;}

#table_menu ul {
	list-style-type: none;
}
#table_menu li {	
	display: inline;	
	margin-right: 10px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
	background-color: #e2e2e2;
	-moz-border-radius: 10px;
	border-radius: 5px;
  line-height: 2em;
}

#table_menu a { text-decoration: none; color: #333333;}
#table_menu a:hover { color: #0000FF;}
#table_year { width: 70px;}