@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/layout/ice.jpg);
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
h1, h2, h3 {
	font-size: 16px;
	font-variant: small-caps;
	padding: 5px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
ul {
	margin-left: 25px;
}
li {
	margin-left: 10px;
}
#header {
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(images/layout/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#main {
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
	background-image: url(images/layout/main.jpg);
	clear: both;
}
#content {
	min-height: 500px;
	max-height: 675px;
	width: 780px;
	margin: 0 auto;
	padding: 20px;
	border: #CCC 3px solid;
	background-color: #FFF;
	background-image: url(images/layout/ice.jpg);
	background-attachment: fixed;
	background-position: center top;
	overflow: auto;
	clear: both;
}
#content a, #content a:visited {
	color: #039;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.a_h1 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px;
	color: 000;
}
.a_h1:hover{
	color: #900;
}
#content .columb {
	width: 360px;
	float: left;
}
#content .columb_1-3 {
	width: 260px;
	float: left;
}
#content .columb_2-3 {
	width: 520px;
	float: left;
}
#content .columb_3-4 {
	width: 585px;
	float: left;
}
#content .columb_1-4 {
	width: 195px;
	float: left;
}
#content .icon {
	float: left;
	border: none;
	margin-right: 10px;
	display: inline-block;
}
#content p {
	padding: 3px;
}
#footer {
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(images/layout/footer_bg.jpg);
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	clear: both;
	border-top: solid 5px #000000;
}
#footer a {
	color: #FFC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.vzkazy{
	margin: 0px 0px 8px 0px;
}
.table_hlasovaci {
	border: none;
	padding: 0px;
	margin: 5px;
}
.table_hlasovaci td, .table_hlasovaci th {
	text-align: left;
	padding: 2px;
}
.table_stats, .table_games {
	border: solid double #000000;
	border-collapse: collapse;
	width: 100%;
}
.table_stats td, .table_stats th, .table_games td, .table_games th {
	border: solid 1px #000000;
	padding: 5px;
	margin: 5px;
}
.table_stats th {
	text-align: left;	
}
.table_games {
	width: auto;
	margin: 0 auto;
}
.td_center{
	text-align: center;
}
.td_right{
	text-align: right;
}
.tmavi {
	color: #FFF;
	text-align: center;
	background-color: #333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #000;
	width: 15px;
}
.svetli {
	color: #333;
	text-align: center;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #000;
	width: 15px;
}
.nijaci {
	text-align: center;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #000;
	width: 15px;
}
.img_accept {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.img_accept_g {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/accept_g.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.img_cancel {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/cancel.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.img_cancel_g {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/cancel_g.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.img_question {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/question.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.img_question_g {
	min-width: 16px;
	min-height: 16px;
	background-image: url(images/icons/question_g.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.warning {
	font-weight: bold;
	color: #DD0000;
	background-color: #FFDDDD;
	padding: 3px;
}
.ok {
	font-weight: bold;
	color: #006600;
	background-color: #CCFFCC;
	padding: 3px;
}
.info_ok, .info_ko, .info {
	width: 90%;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px dashed #808080;
	text-align: center;
	vertical-align: middle;
}
.info_ok	{background: #d1e9d1;}
.info_ko	{background: #ffffb0;}
.info		{background: #e0e0e0;}
.info_ok strong, .info_ko strong, .info strong {
  display: block;
  font-variant: small-caps;
  font-weight: bold;
}
.note_index {
	background-color: #FCC;
	text-align: center;
	padding: 20px;
	border: 3px double #C00;
	font-weight: bold;
	margin-right: 20px;
}

.m_list {
	width: 100%;
}
.m_list, .m_list th, .m_list td {
	border-top: 1px solid #06F;
	border-bottom: 1px solid #06F;
	margin: 0px;
	padding: 0px 3px;
	border-collapse: collapse;
}
.m_list th {
	background-color: #60B7E4;
	border-top: 3px double #06F;
	border-bottom: 3px double #06F;
}
.m_form input {
	background-color: #EEE;
	border: 1px solid #06F;
	padding: 0px 3px;
}
.dot {
	background: url(images/dot.gif) center repeat-x;
	height: 20px;
}