/*	ZBM - SK Zabovresky Brno
	file : default.css
*/

body,html {
	font-family : Verdana;
	font-size : 12px;
	color: #300;
	background-color : #eee;
	background-attachment: fixed;
	margin : 10px;
	line-height : 135%
}

HR {
	width : 98%;
	height : 1px;
	color: #FFC080;
	background-color: #FFC080;
	border: 0;
}

H1 {
	font-family : Verdana;
	font-size : 25pt;
	padding: 4px;
	padding-top: 8px;
}

H3 {
	font-family : Verdana;
	font-size : 12pt;
}

A {
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
}

A:LINK {
	color : #AF1F1F;
	text-decoration : none;
}

A:VISITED {
	color: #8F3F3F;
	text-decoration : none;
}

A:ACTIVE {
	color: #B87295;
	text-decoration : none;
}

A:HOVER {
	color: #907050;
	background-color: #FFF7E6;
	text-decoration : underline;
}

Table.news {
	font-family : Verdana;
	font-size : 12px;
	empty-cells : show;
	line-height : 135%;
	text-align : left;
}

Table.news TD.date {
	text-align : right;
	vertical-align: top;
	width: 100px;
	font-weight : bold;
}

Table.news UL {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	padding-left : 15px;
}

Table.news LI {
	list-style-image : url("imgs/point.gif");
	display : list-item;
	margin-left : 0px;
	vertical-align : bottom;
	line-height : 135%;
}

Table.text {
	font-family : Verdana;
	font-size : 12px;
	empty-cells : show;
	text-align : left;
	
}

Table.text TD {
	text-align : justify;
	line-height : 135%;
}

Table.text TH {
	font-size : 16px;
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
	background-color: #ccc;
}

Table.pics {
	font-family : Verdana;
	font-size : 12px;
	vertical-align: middle;
	text-align: center;
}

Table.pics TD {
	width: 150px;
	height: 120px;
}

Table.pics TD.desc {
	vertical-align: top;
	text-align: left;
	width: 350px;
	line-height : 135%;
}

Table.picsW {
	font-family : Verdana;
	font-size : 12px;
	vertical-align: middle;
	text-align: center;
}

Table.picsW TD {
	width: 150px;
	height: 94px;
}

Table.picsW TD.desc {
	vertical-align: top;
	text-align: left;
	width: 350px;
	line-height : 135%;
}

/*
Table.sponsors {
	font-family : Verdana;
	font-size : 12px;
	empty-cells : show;
	line-height : 135%;
	text-align : left;
}
*/
Table#sponsors TD {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.pdf {
	font-size : 10px;
	text-align: right;
}

.pdf A {
	font-size : 10px;
}
