/* Tiskovy styl */
body {
	font-family: Arial;
	font-size: 12px;
}

/* Skryti nepotrebnych prvku */
form,
#header,
#footer,
#topnav,
#topsubnav,
#boxes,
#bottomboxes,
#quicklinks,
#pager,
.printmenu,
a.more,
.ad,
.addthis {
	display: none;
}
.cl {
	clear: both;
}
/* Nastylovani textu */
a {
	color: black;
	text-decoration: none;
}
#crumbs a {
	margin: 0 5px; 
}

/* Vypis galerii */
#gallery h2 {
	font-size: 14px;
}
#gallery .item,
#articlegallery .item {
	float: left;
	width: 190px;
}

/* Obsahove veci */
/* Barevne boxy */
#content .yellow {
	padding: 20px;
	background-color: #EFC704;
}
	
#content .grey {
	padding: 20px;
	background-color: #CCCCCC;
}
	
/* Tabulky */
#content table {
	margin-top: 15px;
	border-collapse: collapse;
}
#content table td,
#content table th {
	padding: 5px 10px;
}
		
/* Barevne varianty tabulek */
#content table.blue,
#content table.blue td {
	border: 1px solid #1C3381;
}
	
#content table.red,
#content table.red td {
	border: 1px solid #BD1A1F;
}
			
/* Blok pro umisteni textu jen do poloviny */
#content .half {
	width: 50%;
	float: left;
}
#content .label {
	font-weight: bold;
}

/* Clanky */
#article .item {
	overflow: hidden;
}

#article a.title {
	width: 100%;
	display: block;
	font-size: 21px;
}

#article .articleimage {
	float: left;
	margin: 0 10px 10px 0;
}

/* Vybor */
#people .portraits .item {
	float: left;
	width: 170px;
	margin-left: 34px;
	text-align: center;
	margin-bottom: 20px;
}
			
#people .row .item:first-child {
	margin-left: 0;
}
		
#people .item img {
	background-color: #323437;
	padding: 1px;
	border: 14px solid #CCCCCC;
}

/* Klub */
#clubinfo {
	float: left;
}
#clublogo {
	float: right;
}

/* Detail soutezi */
#competitiondetail .half {
	display: none;
}
#competitiondetail table {
	width: 100%;
}

#competitiondetail td {
	padding: 0;
	font-size: 12px;
}

#competitiondetail .results tr.header {
	font-weight: bold;
}

/* Vypis soutezi */
#competitions .competition {
	background-color: #CCCCCC;
	padding: 20px;
	margin: 10px 3px 10px 0;
}
			
	#competitions .competition .row {
		height: 48px;
		border-bottom: 1px solid #BD1A1F;
		position: relative;
		text-align: center;
	}
				
	#competitions .competition .row:first-child {
		border-top: 1px solid #BD1A1F;
	}
				
	#competitions .competition a {
		display: inline-block;
		background-color: #DBDBDB;
		height: 36px;
		line-height: 18px;
		padding: 5px 10px;
		color: black;
		text-decoration: none;
		text-align: center;
		border: 1px solid black;
	}
		#competitions .competition a:first-line {
			font-weight: bold;
		}
					
		#competitions .competition a:hover {
			color: #BD1A1F;
		}
		
/* Ankety */
#polls .poll span {
	margin-left: 30px;
}

/* Special */
#special .item {
	width: 172px;
	float: left;
	margin-left: 32px;
	position: relative;
	padding-bottom: 10px;
	background: url(content-short-separator.png) no-repeat left bottom;
}
#special .item:first-child {
	margin: 0;
}
		
#special .item img {
	border: 1px solid #323437;
}

/* Turnaje */
#tournaments .links {
	display: none;
}

#tournaments td {
	width: 50%;
}

#tournaments .tournament {
	margin-bottom: 10px;
}

.results {
	margin-bottom: 20px;
}

	.results table {
		font-size: 10px;
		width: 100%;
		
	}
	.results tr {
		border-top: 1px solid #CCCCCC;
	}
	.results td {
		font-size: 10px;
		padding: 0px;
	}
		.results th,
		.results tr.header {
			padding: 0;
			font-size: 10px;
			color: #BD191F;
			text-align: left;
		}
		.results tr.even {
			background-color: #E5E5E5;
		}
	.results a {
		color: black;
		text-decoration: none;
	}
	.results a:hover {
		text-decoration: underline;
	}

.np {display: none !important;}
.pb {page-break-before: always;}
