@import url('style6.css');
html,body
{
	margin:0px;
	padding:0px;
	min-height:100%;
	height:100%;
}
body
{
	text-align:center;
	background: #c60 url('/images/body-bg.png') top center repeat;
	font-family: "Verdana CE", "Verdana", Verdana, helvetica, sans-serif;
	font-size:0.7em;
}

h1
{
	margin-top: 0px;
	background: #5A86A3 url('/images/h1-bg.png') top center no-repeat;
	height: 42px;
	line-height: 35px;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 40px;
}
h2
{
	color: #023723;
	font-size: 1.3em;
	background: url('/images/h2-bg.png') 0px 0.1em no-repeat;
	padding-left: 12px;
	clear: both;
	font-weight: normal;
	line-height: 23px;
	/*oprava pro IEcka*/
	_display: inline;
}
h3
{
	color: #D2232A;
	font-size: 1.1em;
	margin-top: 2em;
}
h4
{
	font-size: 1em;
}
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 1em 1.5em;
}
ul li
{
	padding-left: 1em;
	background: url('/images/bullet-arrow.png') 0px 0.3em no-repeat;
}
p, .event
{
	margin: 0.8em 1.5em;
}
p
{
	text-align: justify;
}
table
{
	border-collapse: collapse;
}
form table
{
	margin-left: auto;
	margin-right: auto;
}
td
{
	padding: 0.2em 0.5em;
}
form td
{
	border: 1px solid #999;
	background-color: #DCDCDC;
}
a, a:visited
{
	color: #01432B;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
img
{
	vertical-align: middle;
}

#Container_optimizer
{
	background: url('/images/body-wrap-bg.png') top center repeat-y;
	min-height:101%;
	height:101%;
}

body>div#Container_optimizer
{
	height:auto;
	overflow:hidden;
}
#play_sys table{
	
	width: 450px;
}
#Container
{
	width: 788px;
	min-height: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#Main_menu
{
	height: 105px;
	background: #fff url('/images/menu-bg.png') top center no-repeat;
	position: relative;
}

#Main_menu strong, #logo
{
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	height: 85px;
	width: 120px;
}
#logo
{
	background: url('/images/cgp-logo.png') top left no-repeat;
}

#Main_menu ul, #Main_menu ul li
{
	margin: 0px;
	padding: 0px;
}
#Main_menu ul
{
	position: absolute;
	top: 0px;
	left: 150px;
	list-style-type: none;
}
#Main_menu ul li
{
	display: inline;
}
#Main_menu ul li a
{
	display: block;
	width: 88px;
	height: 93px;
	line-height: 93px;
	float: left;
	text-align: center;
	color: #023723;
	font-family: "Arial CE", "Arial", helvetica, sans-serif;
}
#Main_menu ul li a:hover, #Main_menu ul li a.selected
{
	color: #fff;
	background: #2D79A9 url('/images/menu-a-hover-bg.png') top center no-repeat;
}

#Theme_photo
{
	background: url('/images/photo-border.png') top center no-repeat;
	height: 247px;
	width: 710px;
	margin: 16px auto;
}
#Theme_photo img
{
	margin: 7px;
}

#Content, #Content_top, #Content_bottom {  }
#Content
{
	background: #fff url('/images/content-bg.png') top center repeat-y;
}
#Content_top
{
	background: url('/images/content-top-bg.png') top left no-repeat;
	position: relative;/* aby se korektne zobrazovaly i plovouci prvky - bug IE? */
}
#Content_bottom
{
	background: url('/images/content-bottom-bg.png') bottom left no-repeat;
}

#Page
{
	padding: 2em;
	padding-top: 4px;
}

#Footer
{
	color: #333;
	margin-top: 2em;
	position: relative;
	text-align: center;
	line-height: 2em;
}
#Footer .archive
{
	float:right;
	margin-right: 45px;
	display:inline;
}
.text {
	width: 550px;
	min-height: 500px;
}
/* Kontakty */
.contact { margin: 1.5em; margin-top: 0px; width: 40%; float: left;/* kvuli fotce */}
.contact img { margin-right: 0.5em; }
.contact h3 { margin-top: 0px; }

/* Partneri */
/*
 FROM: http://www.brunildo.org/test/img_center2.html
*/
#Main-partners, #Normal-partners, #General-partners{
position: absolute;
z-index: 0;
right: 0px;
}
#General-partners{
top: 40px;
}
#Main-partners{
top: 180px;
}
 #Normal-partners{
top: 330px;
}
.partner {
	float: left;
/* 	border: solid 1px #ccc; */
}
.partner .container {
	display: table-cell;
	width: 170px;
	height: 160px;
	text-align: center; /* qui e non su precedente, iCab */
	vertical-align: middle;
	text-decoration: none;
}
.partner img {
	border: none;
	vertical-align: middle;
}
/*\*//*/
.partner .container {
	display: block;
}
.partner span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
.partner .container {
	font-size: 1px;
}
/* non serve solito shift background-position: 11px 11px per IE/Mac, forse perche' su inline-block? */

.partner {
	border-collapse: collapse; /* Op7 */
}
.partner a {
/* 	background-color: #dfd; */
	text-decoration: none;
}

/* list of tournaments */
table.tournament-list
{

}
.tournament-list td
{
	background: none;
	border: none;
}
.name a, .date
{
	color: #999;
}
.upcoming .name a
{
	color: #D2232A;
	font-weight: bold;
}
.upcoming .date
{
	color: #000;
}
.number
{
	text-align: right;
}
.center
{
	text-align: center;
}


.description { clear: left; }

.clear { clear: both; }
p.clear { padding-top: 1em; }
.note { font-size: 0.7em; }
.message { color: #f00; }
.accessibility { display: none !important; }
form.registrace {
	margin-top: 20px;
	margin-left: 40px;
}
form.registrace div {
	margin-bottom: 14px;
}
input.RegItem {
	position: absolute;
	left: 200px;
}
div#RegBtns {
	margin-bottom: 60px;
	*margin-bottom: 0px;
	_margin-bottom: 0px;
}