
TD {
        font-family: Verdana;
        color: #000000;
        font-size: 8pt;
        font-weight: normal;
		  border-spacing: 10px;	
}
TD.liga { 
font-family: Verdana;
font-size: 9px;
background-color: #FFFFFF;
padding: 2px;
}
TD.nag { 
font-size: 10px;
font-weight: bold;
font-family: Verdana;
text-align: center;
background-color: #FFC895;
}
TD.nag2 { 
font-size: 10px;
font-weight: bold;
font-family: Verdana;
text-align: center;
background-color: #EEEEEE;
}
TD.nag3 { 
font-size: 10px;
font-weight: bold;
font-family: Verdana;
text-align: center;
background-color: #FFFFFF;
}
TD.nag4 { 
font-size: 10px;
font-weight: bold;
font-family: Verdana;
text-align: left;
background-color: #EEEEEE;
}

P {
			margin-top: 0pt;
        	margin-bottom: 0pt;
}

A {
        color: #006633;
        font-weight: Bold;
        text-decoration: underline;
        font-size: 10px;
}

A:link {
        text-decoration: underline;
}

A:hover {
        text-decoration: underline;
}

TD.text1 {
        font-family: Verdana,Tahoma;
        color: #000000;
        font-size: 8pt;
        font-weight: normal;
        background: #AACCAA;
}

TD.text {
        font-family: Verdana,Tahoma;
        color: #000000;
        font-size: 8pt;
        font-weight: normal;
        background: #EEFFEE;
}

TD.nag1a {
			
			font-size: 15px;
			color: #FFFFFF;
			background-color: #009f3d;
			font-family: Verdana;
			font-weight: bold;
}


h1 {
        font-family: Verdana,Arial;
        font-size: 13pt;
        color: #000000;
        margin-bottom: 0pt;
}

h3 {
        color: #000000;
        font-family: Verdana,Arial;
        font-size: 9pt;
        margin-top: 0pt;
        margin-bottom: 3pt;
        margin-left: 0pt;
        font-weight: normal;
}

h2 {
        color: #197014;
        font-family: Verdana,Arial;
        font-size: 11pt;
        font-weight: bold;
        margin-top: 0pt;
        margin-bottom: 0pt;
}

h6 {
        color: #197014;
        font-family: Verdana,Arial;
        font-size: 9pt;
        font-weight: bold;
        margin-top: 0pt;
        margin-bottom: 0pt;
        text-align: center;
}

HR {
        color: #000000;
        text-align: center;
}

BODY {
        margin-top: 0cm;
        margin-left: 0cm;
        margin-right: 0cm;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: normal;
        background: #FFFFFF;
}
SPAN.nag1 {
			font-size: 15px;
			color: #FFFFFF;
			
			font-family: Verdana;
			font-weight: bold;
}
SPAN.nag1_day {
			font-size: 15px;
			color: #990000;
			text-align: center;
			font-weight: bold;
}

TD.nag_tab
{
			background-color: #FFFFFF; 
			border: none; 
			color: #003300; 
			font-family: Verdana,Arial;
			font-size: 11px;
			font-weight: bold;
}
TD.tab_left
{
ruby-align: auto; 
text-align: justify;
font-size: 10px;
background-color: #ffffff;
}
TD.tab_gray
{
ruby-align: auto; 
text-align: justify;
font-size: 10px;
background-color: #D0D0D0;
}

span.nag2 {
			font-family: Verdana,Arial; 
			font-size: 10px; 
			font-style: italic;
			color: #000066;
			text-align: center;
}

td.link
{ 
text-align: center;
vertical-align: top;

}

span.news {
			font-family: Verdana,Arial; 
			font-size: 10px; 
			text-align: justify;		
}

span.news1 {
			font-family: Verdana,Arial; 
			font-size: 11px; 
			text-align: justify;		
}

span.news_day {
			font-family: Verdana,Arial; 
			font-size: 10px; 
			text-align: justify;
			font-weight: bold;
}






#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('lightbox/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('lightbox/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('lightbox/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
table.stat {
	border: 0px;
	background: url(images/tlo_stat.png) 3px 3px repeat-x;
	padding: 0px 10px
}
table.stat1 {
	border: 1px solid #000;
	background-color: red;
	margin: 0px;
}

/*
table.stat1:hover table.help {
	display: block;
}
*/
table.help {
	text-align: left;
	position: absolute;
	background-color: #ff9;
	border: 1px dotted #000;
	font-weight: normal;
}
.menu_button {
	background-image: url(images/left/orzelek-1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu_button:hover {
	background-image: url(images/left/orzelek.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_highlight {
	background-image: url(images/left/orzelek.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu_button_a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu_button_a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_a_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_a_highlight:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_a_highlight:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.menu_button_a_highlight:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
