/*******************************************************************************
** Body
*******************************************************************************/
body, body a, body td {
	color: #333333;
	line-height: 150%;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body a:link, body a:visited {
	color: Blue;
	text-decoration: none;
}

body a:hover {
	color: #B22222; /*FireBrick*/
	text-decoration: underline;
}

body strong {
	color: #B22222; /*FireBrick*/
}

p {
	text-align: justify;
	text-indent: 0;
	padding: 0;
	margin: 1ex 0 1ex 0;
}

/*******************************************************************************
** Headers
*******************************************************************************/
h1 {
	color: #646464;
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}

h2, h2 a {
	color: #4c4c4c;
	font-size: 11pt;
	font-weight: bold;
	line-height: 100%;
	font-variant: small-caps;
	background-image: url(../_img/section/696969.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	margin: 25px 0 10px 0;
}

h3, h3 a {
	color: #4c4c4c;
	font-size: 11pt;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 30px 0 8px 0;
}

h4, h4 a {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 20px 0 7px 0;
}

h5, h5 a {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 7px 0 7px 0;
}

/*******************************************************************************
** Sections
*******************************************************************************/
hr {
	height: 1px;
	border-width: 0px;
	margin: 15px auto 20px auto;
	background: url(../_img/section/sym_696969_lin.png) repeat-y;
}

.medskip {
	clear: left;
	height: 1ex;
	overflow: hidden;
}

.left_cleaner {
	clear: left;
	height: 1px;
	overflow: hidden;
}

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*******************************************************************************
** Images
*******************************************************************************/
.img_frame {
	border: 1px solid #696969;
	margin: 0px; padding: 0px;
}

.img_noframe {
	border: 0px;
	margin: 0px; padding: 0px;
}

.img_float_left {
	float: left;
	margin: 5px 15px 5px 0;
}

.img_float_right {
	float: right;
	margin: 5px 0 5px 15px;
}

.img_center {
	text-align: center;
	margin: 15px 0 15px 0;
}

.img_comment {
	color: #4c4c4c;
	text-align: center;
	line-height: 135%;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 4px 0px;
}

/*******************************************************************************
** Thumbnail Gallery
*******************************************************************************/
.gallery_box {
	margin: 30px 0 20px 0;
}

.tn_box {
	float: left;
	padding: 10px 0 15px 0;
	text-align: center;
	/*background-color: wheat;*/
	/*border: 1px solid #696969;*/
}

.tn_comment {
	color: #4c4c4c;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 135%;
	padding: 4px 5px 0 5px;
}

/*******************************************************************************
** Lists
*******************************************************************************/
.list_title {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 4px;
}

.list {
	margin: 5px 0 5px 0;
	padding-left: 40px;
}

.list li {
	padding: 0px 0 3px 0;
}

ul li, ul li ul li {
	list-style-type: disc;
}

/*******************************************************************************
** Links List
*******************************************************************************/
.links_list {
	margin: -2px 0 0 0;
	padding-left: 40px;
}

.links_list li {
	padding: 0px 0 6px 0;
}

.link_title {
	color: #4c4c4c;
	font-weight: bold;
}

.link_href a {
	font-size: 8pt;
}

/*******************************************************************************
** Item List
*******************************************************************************/
.item_box {
	float: left;
	/*background: LightBlue;*/
	width: 348px;
	margin: 5px 0px 20px 0px;
}

.item_img {
	float: left;
	margin: 0px 7px 0px 0px;
}

.item_title {
	line-height: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}

.item_title a:link, .item_title a:visited {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
}

.item_title a:hover {
	color: #B22222;
}

.item_description {
	line-height: 150%;
	font-size: 8pt;
	text-align: left;
	margin-right: 10px;
}

/*******************************************************************************
** Tables
*******************************************************************************/
.table {
	border: 1px solid #696969;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	background: White;
}

.table td {
	border: 1px solid #696969;
	padding: 2px 7px 2px 7px;
}

.table th {
	color: #4c4c4c;
	background: #dcdcdc;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #696969;
	padding: 2px 7px 2px 7px;
}

.table caption {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0px 5px 0px;
	white-space: nowrap;
}

.cell_em {
	background: #FFDEAD; /*NavajoWhite*/
}

/*******************************************************************************
** News
*******************************************************************************/
.news_date {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	background-image: url(../_img/section/696969.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	margin: 35px 0 6px 0;
}


/*******************************************************************************
** Czech Cup
*******************************************************************************/
.czech_cup_box {
	border: 1px solid #696969;
	background: #dcdcdc;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.czech_cup_table {
	background: White;
	width: 100%;
	border-collapse: collapse;
}

.czech_cup_table td {
	border-top: 1px solid #696969;
	padding: 2px 10px 2px 10px;
}

.czech_cup_title, .czech_cup_title a {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.czech_cup_title {
	padding: 3px 10px 3px 10px;
}




