body {

	background-color: #DDDDDD;

}
body,td,th {
	color: #101010;
}

th.menu {
	background-color: #00FFFF;
}

a:link, a:visited    {text-decoration: none}

table.menu {
        border-spacing: 0px;
		width: 800px;
		border: 2px solid #D0D0D0;
		background-color: #C0C0C0; 
		margin-left: auto;
		margin-right: auto;
} 


table.main {
		border-spacing: 0px;
		width: 800px;
		border: 2px solid #339900;
		background-color: #CCCCCC; 
		margin-left: auto;
		margin-right: auto;
}

table.login {
        border-spacing: 0px;
		width: 800px;
		border: 0px;
		background-color: #D0D0D0; 
		margin-left: auto;
		margin-right: auto;
}


.normal {
		color: #181818;
		font-family: Arial;
		size: 12px;
}

.error {
		color: red;
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		font-weight: bold;
}

.info{
		color: blue;
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		font-weight: normal;
}

.vyrazne{
		color: green;
		font-family: "Times New Roman", Times, serif;
		font-size: 25px;
		font-weight: bold;
}

.help{
		color: #505050;
		font-family: Arial;
		font-size: 10px;
		font-weight: normal;
}

#entry_code{
	padding:2px;
	font-size:18px;
	border:3px #CCC solid;
}

#tick{display:none}
#cross{display:none}

