/* Start of CMSMS style sheet 'coda-slider' */
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 400px; overflow: auto !important; padding-right: 20px; }
		.coda-slider-no-js .panel h2.title { display: block; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 708px;} 
	
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; position: relative;}
	.coda-slider .panel-container { position: relative; }         
  .panel h2.title { margin-bottom: 10px; display: none;
    text-transform: uppercase;  }   	
	
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 708px; } 
  	
	.coda-slider .padd-for-arrows { 
  padding-left: 25px; 
  padding-right: 25px;
  padding-top: 10px; 
  }
                                                            	
	                         	
	/* Preloader */
	.coda-slider p.loading { text-align: center; padding-top: 100px;}
  
  	
	
	
	
	
	
	
	
	
	
	/* Arrow styling */
	
	.coda-nav-left {
    position: absolute;
    top: 1px;
    left: 1px;     
    z-index: 20;     
    border-right: 1px solid #023780;
  }
	.coda-nav-right {
    position: absolute;
    top: 1px;
    left: 688px;
    z-index: 20;
    border-left: 1px solid #023780;
  }   
  
  .coda-nav-left a span, .coda-nav-right a span {
    position: relative;
    z-index: -10;
  }    
  
	.coda-nav-left a, .coda-nav-right a, .coda-nav-left a:hover, .coda-nav-right a:hover { 
  color: #73fcfc; 
  padding: 5px; 
  width: 10px;
  height: 400px;
  display: block; 
  text-align: center; 
  text-decoration: none; 
  } 
  
  
  .coda-nav-left a { 
  background: #02429a url("images/design/arrow-left.png") -20px 45% no-repeat; 
  }   
  
  
  .coda-nav-right a { 
  background: #02429a url("images/design/arrow-right.png") 0px 45% no-repeat; 
  } 
  
  
  .coda-nav-left a:hover { 
  background: #023173 url("images/design/arrow-left.png") 0px 45% no-repeat; 
  color: #fff; 
  } 
  
  .coda-nav-right a:hover { 
  background: #023173 url("images/design/arrow-right.png") -20px 45% no-repeat; 
  color: #fff; 
  } 
  
  
  
  
  
	
	
	/* Tab nav */
	#vysledky .coda-nav {
    position: absolute;
    top: -32px;
    left: 60px;
    z-index: 20;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: -1px;  
  }
	#vysledky .coda-nav ul li a.current { 
  background: #024db2; 
  color: #73fcfc;
  }
	
	
	#vysledky .coda-nav ul { clear: both; display: block; }
	#vysledky .coda-nav ul li { 
  position: relative; 
  display: inline; 
  float: left;     
  border: 1px solid #f0eeea;      
  border-bottom: none;
  margin-right: 1px; 
  padding: 0px;
  }
	#vysledky .coda-nav ul li a {        
  color: #024db2;   
  display: block; 
  float: left; 
  text-decoration: none;   
  background: #fefdfd url("images/design/patt_zalozka.jpg") top left repeat-x;
  height: 20px;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;    
  border: 1px solid #fff;   
  border-bottom: none;
   }
   
   
   	#vysledky .coda-nav ul li a:hover { 
  background: #024db2; 
  color: #fff;
  }
                                  
  
  
  
  
.svetle_modry2{color: #73fcfc;}
.nadpis-arrow {font-weight: bold; font-size: 200%; color: #012659; position: absolute; margin-top: -28px; }
.nadpis-popisek {position: absolute; margin-top: -27px; }
table.posledni-vysledek {width: 100%; font-size: 350%; }
table.posledni-vysledek td.tym {width: 80%; padding: 10px; padding-left: 20px;font-family: Impact, Arial, "Microsoft Sans Serif", sans-serif;text-transform: uppercase;}
table.posledni-vysledek td.skore {width: 20%; text-align: center; font-size: 230%;font-family: Impact;}
.pristi-zapas { font-size: 250%; padding-top: 0px; margin-top: -7px; font-family: Impact, Arial, "Microsoft Sans Serif", sans-serif; text-transform: uppercase;}
.arrow-podrobnosti {padding-right: 20px; background: url("images/design/arrow-podrobnosti.png") 100% -2px no-repeat;}
  
  
                                                
/* End of 'coda-slider' */

