@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: white;
	background: no-repeat url("/images/sexy-poker.jpg") fixed right bottom;
}

h1 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

thead a {
	color: white;
	text-decoration: none;
}

div#header {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	height: 200px;
	max-height: 200px;
	min-width: 400px;
	background: black no-repeat url("/images/royal-flush-cards.jpg") right
		bottom;
	position: relative;
}

div#logo {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	padding-top: 5px;
}

div#logo img {
	height: 150px;
	margin-right: 20px;
}

div#slogan {
	font-family: serif;
	font-style: italic;
	font-size: 2em;
	padding: 1em;
}

div#login {
	background: white;
	color: black;
	position: absolute;
	bottom: 0px;
	right: 70px;
	padding: 0;
	margin:0;
}
div#login span {
	font-size: 0.7em;
}
div#login form {
	padding: 0;
	margin: 0;
}
div#login input {
	font-size: 0.7em;
}
div#login button {
	font-size: 0.7em;
	background: black;
	color: white;
	border: groove;
}

div#menu, div#statmenu {
	background: white;
	color: black;
	border: medium ridge #555;
	padding: 4px 2px;
	font-size: 0.8em;
	display:inline-block;
}
div#menu {
	position: absolute;
	bottom: 5px;
}
div#statmenu {
	margin-bottom: 5px;
	border: 2px ridge #555;
}

div#menu a, div#statmenu a {
	font-weight: bold;
	background: black;
	color: white;
	padding: 2px 5px;
	text-decoration: none;
}

div#menu a:hover, div#statmenu a:hover {
	color: lime;
}

body#home a#nav-home,
body#statistika a#nav-statistika,
body#hraci a#nav-hraci,
body#evidenceher a#nav-evidenceher,
body#pravidla a#nav-pravidla,
div#statmenu-hraci a#stat-hraci,
div#statmenu-hraci3 a#stat-hraci3
{
	background-color: green;
}

div#workspace {
	padding: 5px;
	position: relative;
}

div#hlaseni {
	color: red;
	padding: 5px;
	position: relative;
}

div#vyberhracu {
	padding-left: 5px;
	float: right;
}

table {
	border: thick ridge #555;
	font-size: 0.9em;
	background: none;
	border-collapse: collapse;
	position: relative;
}

thead {
	background: black;
	color: white;
}

tbody {
	background: none;
}

tr.gr-aph {
	background-repeat: no-repeat;
	background-image: url('/images/graph-bar.png');
	background-position: center left;
	height: 1.6em;
}

th,td {
	padding: 2px 5px;
	text-align: left;
	background: none;
}

table#hraci-prijmeni-asc a#hraci-prijmeni-asc,
table#hraci-prijmeni-desc a#hraci-prijmeni-desc,
table#hraci-stat_ucast-asc a#hraci-ucast-asc,
table#hraci-stat_ucast-desc a#hraci-ucast-desc,
table#hraci-stat_body-asc a#hraci-body-asc,
table#hraci-stat_body-desc a#hraci-body-desc,
table#hraci-stat_umisteni-asc a#hraci-umisteni-asc,
table#hraci-stat_umisteni-desc a#hraci-umisteni-desc,
table#hraci-stat_misto_1-asc a#hraci-misto-1-asc,
table#hraci-stat_misto_1-desc a#hraci-misto-1-desc,
table#hraci-stat_misto_2-asc a#hraci-misto-2-asc,
table#hraci-stat_misto_2-desc a#hraci-misto-2-desc,
table#hraci-stat_misto_3-asc a#hraci-misto-3-asc,
table#hraci-stat_misto_3-desc a#hraci-misto-3-desc
{
	color: red;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
