@charset utf-8;

body {
	background-color:#0a0;
	background-image: url('../images/bg_body.png');	
	font-size:16px;
	margin:0;
	padding: 0;
}

body,html { height: 100%; }

a {
	color: #598527;
}

#main_container {
	
}

.razmetka
{
	position: relative;
	background-image: url('../images/bg-blacklines.png');
	overflow: auto;
}

.wrapper
{	
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	max-width: 1280px;
}

* html div.wrapper {
  width: expression(document.body.clientWidth < 962 ? "960px" : "auto");
}

#header
{
	background-color: #000;
	background-image: url('../images/bg_header.png');
	background-position: left top;
	height: 202px;
	width: 100%;
	position: relative;
	z-index: -2;
}

#header .floodlight1, .floodlight2, .logo-szao, .logo, .football-player, .football-ball, .logo-lfl {
	position: absolute;
}


#header .logo-szao { 	left: 15%;	margin-left: 138px; top: 13px;	background-image: url('../images/logo_szao.png');	width: 138px;	height: 129px; }
#header .logo {
	left: 186px;
	top: 31px;
	background-image: url('../images/logo.png');
	width: 410px;
	height: 63px;
}
#header .floodlight1 {	background-image: url('../images/floodlight1.png');		width: 328px;	height: 177px; }
#header .floodlight2 {	right: 0px; background-image: url('../images/floodlight2.png');		width: 328px;	height: 177px; }
#header .football-player { 	top: 0; left: 60%;	background-image: url('../images/football_player.png');		width: 216px;	height: 184px; }
#header .football-ball { left: 55%;	background-image: url('../images/football_ball.png');	width: 124px;	height: 130px; }
#header .logo-lfl {	top: 100px;	right: 0px;	background-image: url('../images/logo_lfl.png'); width: 94px;	height: 62px; }


#login-box	{
	position: absolute;
	top: 134px;
	right: 100px;
	z-index: 5;
}

#login-box1	{
	position: absolute;
	top: 125px;
	right: 100px;
	z-index: 5;
}


#login-box .login-box-link
{
	width: 80px;
	height: 20px;
	background-image: url('../images/login-lnk.png');	
	cursor: pointer;
	cursor: hand;
}

#login-box .login-form
{
	display: none;
	position: absolute;
	top: 0px;
	padding: 5px;
	font-size: 70%;
	color: #fff;
	overflow: auto;
	background-color: #7cad14;
	border-left: 1px solid #528014;
	border-right: 1px solid #528014;
	border-bottom: 1px solid #528014;
}

.komment_white { color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px;
	
	}

.small-ball
{
	position: absolute;
	top: 170px;
	left: 100px;
	background-image: url('../images/small_ball.png');	
	width: 44px;
	height: 30px;
}

.greenlight
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 170px;
	width: 100%;
	background-image: url('../images/bg_light.png');	
	background-repeat: x-repeat;
	height: 420px;	
}

#leftpart_prog {	float: left; width: 62%; }
#centralpart_prog {	float: left; width: 20%; }

#leftpart {	float: left; width: 82%; }

	#leftpart .wrapper { padding-left: 24px; padding-top: 48px; }
	#leftpart .column1	{
		float: left;
		width: 50%;
		clear: right; 
	}
	
	#leftpart .column2	{
		float: right;
		width: 50%;
		clear: right; 
	}
	
	.page	{	
		/*margin-top: 15px;*/
	}
	
	.page .leftpart	{
		width: 250px;
		float: left;
	}
	
	.page .rightpart	{
		margin-left: 250px;
	}

	.page p 	{
		font-size: 80%;
	}
	
	h1,h2,h3 { color: #598527; }

	
ul.statmenu	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.statmenu li 	{
	margin-bottom: 10px;
}

ul.statmenu li a	{
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

ul.statmenu li.current a	{
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}
	
#rightpart {	float: left; width: 18%; }

.info-block
{
	background-color: #fff;
	overflow: auto;
}

.info-block .title
{
	background-color: #eee;
	color: #79b83b;
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

.info-block .content
{
	padding: 5px;
	color: #000;
	font-size: 70%;
}

ul.dropdownmenu { width: 100%; }
ul.dropdownmenu, ul.dropdownmenu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dropdownmenu li ul { background-color: #406618; position: absolute; width: 150px; z-index: 5; display: none; }

ul.dropdownmenu li { width: 8.3%; float: left; margin-bottom: 5px;}
ul.dropdownmenu li a.headlink {
	background-image: url('../images/bg_mainmenu_item.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	color: #fff;
	display: block;
	clear: right;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
}
ul.dropdownmenu li a.headlink:hover { background-image: url('../images/bg_mainmenu_item_active.png'); }

ul.dropdownmenu li ul {
	border: 1px solid #c79833;
	width: auto;
	background: #fbbf3f url('../images/bg-topmenu2.png') left top;
}

ul.dropdownmenu li ul li {
	display: block;
	/*background-color: #004a80;*/	/* #00b6e7 */
	/*padding: 5px;*/
	border-bottom: 1px solid #c79833; /* 008eb5 */ 
	float: none;
	width: 100%;
	cursor:pointer;
	cursor:hand;
	margin: 0px;
}

ul.dropdownmenu li ul li:hover {
	background-color: #f7941d; /* #00a0cc */
}

ul.dropdownmenu li ul li a{
	color: #003663; /* fff */	
	display: block;
	font-size: 70%;
	text-decoration: none;
	padding: 5px;
}

ul.dropdownmenu li:hover ul { display: block; }


#footer {
	height: 167px;
	background-image: url('../images/bg_footer2.png');
	font-size: 80%;
	color: #fff;
	width: 100%;
	overflow: auto;
}

#footer .wrap1 { width: 33%; float: left; text-align: center; }
#footer .wrap2 { width: 33%; float: left; text-align: center; }
#footer .wrap3 { width: 33%; float: left; text-align: center; }


input { font-size: 70%; padding: 0px; font-family: verdana, tahoma; color: #555; }
/* -----------------------------------------------
   --------------------- tables ------------------
   ----------------------------------------------- */
   
table.default-info-table { border-collapse: collapse; background-color: #fff; }
table.default-info-table   td,th { padding: 5px; font-size: 70%; white-space: nowrap; }
table.default-info-table   td { border-bottom: 1px solid #ddd; }
table.default-info-table   tr { color: #000; }
table.default-info-table	tr:nth-child(even) { background-color: #f3f7ff; }   
table.default-info-table	tr:nth-child(odd) { background-color: #fff; }   
table.default-info-table   th	{
	background-image: url('../images/bg_infotable_th.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #fff;
	font-size: 75% !important;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	text-align: left;
}


table.default-info-table1   th	{
	background-image: url('../images/bg_infotable_th.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #fff;
	font-size: 75% !important;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	text-align: left;
	width:700px;
}


table.default-info-table   th.sub	{
	background: #d5e3e4;
	color: #004a80;
	font-size: 75% !important;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}

table.default-info-table th a	{ color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}
table.default-info-table th a:hover	{ border-bottom: 1px solid #fff; }

table.default-info-table td a	{ color: #000; text-decoration: none; }
table.default-info-table td a:hover	{ color: #f26522;  }
table.small-info-table  td a	{ color: #000; text-decoration: none; }
table.small-info-table  td a:hover	{ color: #f26522;  }

table.small-info-table { border-collapse: collapse; }
table.small-info-table   td,th { padding-left: 3px; font-size: 70%; }
table.small-info-table   td { color: #000; border-bottom: 1px solid #ddd; }
table.small-info-table   tr { background-color: #fff; cursor: pointer; cursor: hand; }
table.small-info-table   tr:hover { background-color: #dcf1bc; }

table.small-info-table   th		{
	height: 23px;
	padding: 0px;
	background-image: url('../images/bg_smallinfotable_th.png');
	background-position: right bottom;
	color: #fff;
	font-size: 70;
	font-weight: bold;
	text-shadow:1px 1px 1px #000000;
	border-right: 1px solid #003300;
}


/*------------------------------------------*/



table.default-info-table2   td,th { padding: 5px; font-size: 70%;}

 
table.default-info-table2   th	{
	background-image: url('../images/bg_infotable_th.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #fff;
	font-size: 75% !important;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	text-align: left;
}



table.default-info-table2   th.sub	{
	background: #d5e3e4;
	color: #004a80;
	font-size: 75% !important;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}

table.default-info-table2 th a	{ color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}
table.default-info-table2 th a:hover	{ border-bottom: 1px solid #fff; }

table.default-info-table2 td a	{ color: #000; text-decoration: none; }
table.default-info-table2 td a:hover	{ color: #f26522;  }


/*------------------------------------------*/


/*------------------------------------------*/



table.default-info-table3   td,th { padding: 5px; font-size: 70%;}

 
table.default-info-table3   th	{
	background-image: url('../images/bg_infotable_th.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #fff;
	font-size: 100% !important;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	text-align: left;
}



table.default-info-table3   th.sub	{
	background: #d5e3e4;
	color: #004a80;
	font-size: 100% !important;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}

table.default-info-table3 th a	{ color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}
table.default-info-table3 th a:hover	{ border-bottom: 1px solid #fff; }

table.default-info-table3 td a	{ color: #fff; text-decoration: none; font-size:12px; }
table.default-info-table3 td a:hover	{ color: #f26522; font-size:12px; }


/*------------------------------------------*/




/*------------------------------------------*/



table.default-info-table4   td,th { padding: 5px; font-size: 70%;}

 
table.default-info-table4   th	{
	background-image: url('../images/bg_infotable_th.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #fff;
	font-size: 100% !important;
	font-family: verdana, tahoma;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	text-align: left;
}



table.default-info-table4   th.sub	{
	background: #d5e3e4;
	color: #004a80;
	font-size: 100% !important;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}

table.default-info-table4 th a	{ color: #fff; text-decoration: none; border-bottom: 1px dotted #fff;}
table.default-info-table4 th a:hover	{ border-bottom: 1px solid #fff; }

table.default-info-table4 td a	{ color: #fff; text-decoration: none; font-size:12px; }
table.default-info-table4 td a:hover	{ color: #f26522; font-size:12px; }


/*------------------------------------------*/



#home-news
{
	background-color: #fff;
}

#home-news .item
{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	cursor: hand;
}

#home-news .item:hover
{
	background-color: #dcf1bc;
}

#home-news	a	{
	color: #000;
	text-decoration: none;
}

#home-news p
{
	font-size: 75%;
	color: #555;
}

#home-news .item .date
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #649f25;
}

ul.ui-tabs-nav { padding: 0; margin: 0; }
.ui-tabs-nav li	{
	height: 23px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
	display: inline-block;
	*display:inline;
	zoom: 1;
	list-style: none;
	background-image: url('../images/bg_tabhead.png');
	background-position: right top;
	border-left: 1px solid #000;
}
.ui-tabs-nav li a:link,
.ui-tabs-nav li a:visited,
.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:active	{
	line-height: 23px;
	font-size:70%;
	font-family: verdana, tahoma, arial;
	color:#fff;
	text-decoration: none;
	width: 100%;
}

.ui-tabs-nav li.ui-tabs-selected  { background-image: url('../images/bg_tabhead_active.png'); border-left: 1px solid #fec231; }
.ui-tabs-nav li.ui-tabs-selected a:link,
.ui-tabs-nav li.ui-tabs-selected a:visited,
.ui-tabs-nav li.ui-tabs-selected a:hover,
.ui-tabs-nav li.ui-tabs-selected a:active { color:#000000; }
/*.ui-tabs-panel { padding:20px 9px; font-size:18px; line-height:1.4; color:#000; }*/

.ui-tabs .ui-tabs-hide {
	display: none;
	clear: both;
}

.home-delimeter
{
	
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px 1px #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
   
.floatleft { float:left }
.floatright { float:right }
.clearleft { clear:left }
.clearright { clear:right }
.clearboth { clear:both }
.black { color:#000000 }
.white { color:#ffffff }
.smallfont { font-size:70% }
.mediumfont { font-size:100% }
.bigfont { font-size:120% }
.halfline { line-height:50% }
.nomargin { margin:0 }
.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }
.padding-15 { padding: 15px; }

.blackshadow { text-shadow:1px 1px 1px #000000 }

.whiteshadow { text-shadow:1px 1px 1px #ffffff }

/*a:hover,.lightbrown3 { color:#ffeeda }*/
a:hover { text-decoration: none; }

/* prognoz */
#prognoz-box
{
	width: 100%;
	height: 200px; background-color:#FFF; padding-bottom:10px;
		
}


#prognoz-top
{ 

height: 23px;
	padding: 0px;
	background-image: url('../images/bg_smallinfotable_th.png');
	background-position: right bottom;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow:1px 1px 1px #000000;
	border-right: 1px solid #003300;

font-family:Verdana, Arial, Helvetica, sans-serif; 
width: 100%;
height: 20px; background-color: #EBECF5; 

}

#prognoz-teamhome
{ 
position:absolute; 
margin-left:70px; margin-top:20px;

}

#prognoz-vs
{ 
position:absolute; 
margin-left:210px; margin-top:55px;

}

#prognoz-teamguest
{ 
position:absolute; 
margin-left:280px; margin-top:20px;

}


#prognoz-not
{ 
position:absolute; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; 

margin-left:500px; margin-top:20px;

}

#prognoz-phome
{ 
position:absolute; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;

margin-left:450px; margin-top:-150px;

}

#prognoz-pvs
{ 
position:absolute; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;
margin-left:500px; margin-top:-150px;

}

#prognoz-pguest
{ 
position:absolute; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;
margin-left:510px; margin-top:-150px;

}

#prognoz-my
{ 
position:absolute; font-family:Tahoma, Geneva, sans-serif; font-size:10px; font-weight:narmal;
margin-left:550px; margin-top:-150px;

}



#prognoz-graf
{ 
position:absolute; font-family:Tahoma, Geneva, sans-serif; font-size:10px; font-weight:narmal;
margin-left:450px; margin-top:-90px;

}


#prognoz-bottom
{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; 
background-color:#009933;
 padding-top:3px;
margin-top:170px; 
width: 100%;
height: 25px; 

}



#prognoz-bottom a:link
{  text-decoration: none; color:#ffffff;
}
#prognoz-bottom a:hover
{   font-weight:bold; text-decoration: none; color: red;
}

#prognoz-bottom a:visited
{  text-decoration: none; color:#ffffff;
}

#prognoz-box1
{
	width: 100%;
	height: 20px; 
		

}

