/* CSS Document */
/*  * {border: 1px solid #000;}* */

body {height: 100%;}

a:link, a:visited {color: #0000FF;}
a:hover {color: #FF6600;}


/*TABELARNI PODACI*/
table.content {width: 100%; margin: 0; border-collapse: collapse; border: 1px solid #d9d9d9; }
	
		table.content th {padding-left: 2px; font-family: Verdana; font-size: 11px; color: #000000; background: #bbe28e; border-bottom: 1px solid #bad4e8; border-right: 1px solid #fff; padding-right:2px; padding-top:2px; padding-bottom:2px}
		table.content th a {font-size: 11px; text-decoration: none; color: #003866;} 
		table.content th a:hover {color: #000; text-decoration: underline; }
		table.content tr td {text-align: center; vertical-align: middle; padding-left: 5px; border-top: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #bad4e8; font-family: Verdana; font-size: 11px; color: #1a1a1a; background: #ecf0f6 url('white_pixel.gif') repeat-x;; padding-right:3px; padding-top:3px; padding-bottom:3px}
		table.content th.legend {padding: 6px; padding-top: 2px; border-bottom: 1px solid #ccc; background: #f3f3f3; font-size: 10px; color: #b42020;}
			table.content td.legend div {float: left; margin-right: 18px; margin-top: 4px;}
				table.content td.legend div img {margin-right: 6px; vertical-align: middle;}
		
		table.content .gr_0 {background-color: #8cb0cf; color: #fff;}
		table.content .gr_1 {background-color: #b4cbdf;}
		table.content .gr_2 {background-color: #d4e0ec;}
		table.content .gr_3 {background-color: #e2e2e2;}
		table.content .gr_4 {background-color: #cacaca;}