/* CSS Document */
body
{
	background-color: rgb(180,180,180);
}

#main_table
{
}

#copyright
{
	font: normal 10pt Arial;
	color: white;
}

#left_navigation  
{
	font: italic normal 10pt Arial;
	color: white;
}

.novinky_polozky
{
	font: italic normal bold 10pt Arial;
	color: black;
}

#copyright	a:link {font: normal 10pt Arial; text-decoration: none; color: white;}
#copyright	a:hover {font: normal 10pt Arial; text-decoration: none; color: red;}
#copyright	a:visited {font: normal 10pt Arial; text-decoration: none; color: white;}
#copyright	a:active {font: normal 10pt Arial; text-decoration: none; color: white;}

.novinky_datum a:link {font: italic bold 10pt Arial; text-decoration: none; color: red;}
.novinky_datum a:hover {font: italic bold 10pt Arial; text-decoration: none; color: rgb(30,30,35);}
.novinky_datum a:visited {font: italic bold 10pt Arial; text-decoration: none;}
.novinky_datum a:active {font: italic bold 10pt Arial; text-decoration: none; color: red;}

#download a:link {font: bold 10pt Arial; text-decoration: none; color: rgb(30,30,35);}
#download a:hover {font: bold 10pt Arial; text-decoration: none; color: red;}
#download a:visited {font: bold 10pt Arial; text-decoration: none; ;}
#download a:active {font: bold 10pt Arial; text-decoration: none; color: rgb(30,30,35);}
	  
#left_navigation a:link {font: normal italic 10pt Arial; text-decoration: none; color: white;}
#left_navigation a:hover {font: normal italic 10pt Arial; text-decoration: none; color: red;}
#left_navigation a:visited {font: normal italic 10pt Arial; text-decoration: none;}
#left_navigation a:active {font: normal italic 10pt Arial; text-decoration: none; color: red;}

a:link {font: normal 10pt Arial; text-decoration: none; color: black;}
a:hover {font: normal 10pt Arial; text-decoration: none; color: red;}
a:visited {font: normal 10pt Arial; text-decoration: none; color: red}
a:active {font: normal 10pt Arial; text-decoration: none; color: black;}

.help
{
	margin-top:5px;
	margin-left:10px;
	text-align: left;
}

.help a
{
	font: bold 11pt Arial;
	cursor: help;
	color: white;
	text-decoration: none;
}

.help a:hover
{
	font: bold 11pt Arial;
	color: white;
	background: rgb(110,110,110);
}

.help a span
{
	position: relative;
	font-weight: normal;
	text-align: left;
}

.help a span span
{
	font: bold 11pt Arial;
	color: red;
	display: block;
	position: absolute;
	visibility: hidden;
	top: 15px;
	left: 0px;
	padding: 5px 5px;
	width: 215px;
	background: white;
	border: solid rgb(110,110,110) 1px;
}

.help a:hover span span
{
	visibility: visible;
}
