* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  background: #fff url('../img/bg.jpg') repeat-x; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #303030; 
  text-align: center; 
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#b41818;}
a:link {color:#b41818;}
a:hover {color:#b41818; text-decoration: none;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; }
h2 { font-size:170%; font-weight: normal;}
h3 { font-size:105%; border-bottom: 1px solid #ddd;}
h4 { font-size:120%; }
h5 { font-size:100%; }

.rbroundbox h2 {color: #fff; font-size: 170%; margin-top: 0; border: 0;}

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:820px; 
  margin:0 auto; 
  text-align:left; 
}

  	/* hlavicka ------------------------------------------------------------------ */
  	/*#header { position:relative; background: #303030; margin-bottom: 20px; }*/
	#header { position:relative; margin-bottom: 20px; }
  
      #logo {
        font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
        position: relative; 
        overflow: hidden; 
        width: 300px; 
		height: 80px;/*height: 108px;*/
        font-size:230%;
        margin: 0;
        line-height: 80px;/*line-height: 108px;*/
        text-align: left;
      }
      #logo a{
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        border-left: 0px solid #fff;  
        padding: 0px 10px 7px 10px;  
      }
      
      #logo span {
        color: #676767;
        font-weight: bold;
      }
      
      #logo a:hover span {
        color: #fff;
        font-weight: bold;
      }
      
      #navigation{
      display:block;
	font-size:95%;
	height:108px;
	left:50px;
	line-height:100px;
	position:absolute;
	text-align:left;
	top:0;
	width:800px;;
		  }
      
      #navigation ul li{
        display: inline;
      }
      
      #navigation li a {
        color: #cacaca;
        padding: 50px 10px;
        text-decoration: none;
      }
      
      #navigation a:hover {
        color: #fff;
      }
      
      /* The nice box with introducing text and news */
      
      /* set millions of background images */
      .rbroundbox { background: #d02c2c url('../img/main.jpg') no-repeat; }
      .rbtop div { background: url('../img/tl.gif') no-repeat top left; }
      .rbtop { background: url('../img/tr.gif') no-repeat top right; }
      .rbbot div { background: url('../img/bl.gif') no-repeat bottom left; }
      .rbbot { background: url('../img/br.gif') no-repeat bottom right; clear: both; }

      /* height and width stuff, width not really nessisary. */
      .rbtop div, .rbtop, .rbbot div, .rbbot {
      width: 100%;
      height: 7px;
      font-size: 1px;
      }
      .rbcontent { margin: 0 7px; }
      .rbroundbox { width: 95%; margin: 1em auto; color: #fff; margin-bottom: 20px;}
      
      .rbroundbox a { color: #fff; }
      .rbroundbox a:hover { text-decoration: underline; }

      .content {
      float: left; 
      padding: 12px 0 12px 10px;
      width:500px;
      z-index: 10;
      }
      
      #panel-right { float:right; width:230px; padding: 15px 10px 10px 10px; color: }
      #panel-right-inside {border-left: 1px solid #ca4747; padding: 0 0 0 16px;}
      #panel-right span { color: #e49695; }
      #panel-right p {margin: 0;}
      
      #main {
      padding: 0 37px
      }
      
      #footer {
      /*background: #303030;*/
      color: #303030;
      }
      
      #footer a{
      color: #303030;
      }
      
      #footer-inside {
      width:746px; 
      margin:0 auto; 
      text-align:center; 
      padding: 26px 0;
      }
      
      #footer-inside p {
      margin-top: 0;
      margin-bottom: 0;
      }
      
      #copyright {
      float: left; 
      width: 100%;
      }

/* odstavce -------------------------------------------------------------------- */
p { margin:15px 0; line-height: 24px; font-size: 95%}

.content p {color: #fff; margin-top: 10px;}

/* tabulky --------------------------------------------------------------------- */
table { margin:10px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}
td span {padding: 0px 5px 15px 15px; line-height: 16px; height: 16px;}
td:hover {background-color:#ddeef6; color: #000;}
tr.table-top td:hover {background-color:#e5e5e5; color: #000;}
/* seznamy --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definice -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* ostatni --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}
.noscreen { display:none; }


.content-left {
float:left; width:100%; border: 0px solid #000;
}

.content-right {
float:right; width:100px; border: 0px solid #000; display: none;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 0px 10px 0px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



.comments { background: #ddeef6; background: #fff; width: 100%;}
.comments , p, h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Verdana, sans-serif; }
.comments a:hover { text-decoration: none; }
.comments a { outline: none; }

.comments h3.comments, .comments #respond h3 { background: #fff; font-size: 1.1em; padding: 15px; }
.comments h3#trackbacks { background: #fff; font-size: 1.1em; padding: 15px; }
.comments #respond h3 { border-top: 1px solid #DDEEF6; margin: 0 0 15px; font-size: 17px; padding: 10px 15px; text-align: left; }

.comments ol.commentlist { background: #F7FCFF; list-style: none; margin: 0; padding: 0; }
.comments ol.commentlist li { border-bottom: 1px solid #DDEEF6; border-top: 1px solid #fff; color: #3c3c3c; margin: 0; padding: 15px; }
.comments ol.commentlist li a { color: #095988; }
.comments ol.commentlist li a:hover { color: #69bbe3; }
.comments ol.commentlist li p { font-size: 15px; padding: 0 0 15px; }

.comments .comment-author { height: 53px; padding: 4px 0 0; }
.comments .comment-author .avatar { background: #fff; border: 1px solid #C0DEED; float: left; padding: 2px; }
.comments .fn, .comments .says { background: #DDEEF6; color: #000; float: left; font-size: 15px; height: 20px; padding: 29px 5px 5px; }

.comments .comment-meta { border-top: 1px solid #DDEEF6; font-size: 11px; padding: 5px 0 0; text-align: right; }
.comments .reply { font-size: 13px; padding: 0 0 10px; }

.comments ol.commentlist ul { list-style: none; margin: 0; }
.comments ol.commentlist ul li { padding-right: 0; }

.comments #commentform { padding: 0 15px; }
.comments #commentform p { padding: 0 0 15px; text-align: left; }
.comments #commentform p label{ font-size: 15px; }
.comments #commentform input { background: #fff; border: 1px solid #2A9131; color: #095988; font: normal 15px Verdana, sans-serif; margin-right: 10px; padding: 0px; width: 200px; }
.comments #commentform p.text-area { padding-bottom: 0; }
.comments #commentform p.text-area textarea { border: 1px solid #2A9131; color: #095988; font: normal 15px Verdana, sans-serif; margin: -1px 0 0; padding: 10px; width: 85%; }
.comments #commentform #submit { background: #095988; border: 1px solid #C0DEED; border-top: none;  color: #fff; font-size: 18px; padding: 5px; width: 100%; }
.comments #commentform #submit:hover { background: #fff; color: #2D77A0; cursor: pointer; }

.comments #commentform input:focus, .comments #commentform p.text-area textarea:focus { border-color: #63A4C4; }

/* fancyform styles */
table td{background-repeat:no-repeat; background-position: 1% 50%}
.selected{background-color:#fff;background-image:url(../img/rdo_on.png)}
.unselected{background-color:#fff;background-image:url(../img/rdo_off.png)}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}


#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#0063e3;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #666666;
}

/*

THE PITCH

*/

#pitch{
float: left;
display: block;
width: 324px;
height: 465px;
background:#049230 url(images/dreamteam/pitch.jpg) repeat-x 0% 0%;
position: relative;
}

#dreamteam_controls{
float: right;
margin-left: 10px;
margin-top: -80px;
display: block;
width: 370px;
/*height: 463px;*/
border:0px solid #CBCBCB;
}

#dreamteam_controls h2 {
font-size:14px;color:#2A9131;
width: 98%;
margin: 2px 5px;
/*margin-top: 5px;*/
}

#total_price{

font-size: 25px;
text-align: left;
}

.player {
display: block;
width: 58px;
height: 75px;
border:2px solid transparent;
background: url(images/dreamteam/player.png) no-repeat 50% 0%;
position: absolute;
}
.player.hover {
border:2px dashed #ff0000;
}
.player div{
display: block;
width: 58px;
height: 50px;
float: left;
}
.player span.player_number{
width: 100%;
float: left;
text-align: center;
color: #fff;
font-weight: bold;
padding-top: 20px;
}
.player span.player_number.hide{
display: none;
}
.player span.player_name{
width: 100%;
float: left;
text-align: center;
color: #000;
font-weight: bold;
}
/*
#player_1{
top: 17px;
left: 17px;
}
#player_2{
top: 17px;
left: 75px;
}
#player_3{
top: 17px;
left: 133px;
}
#player_4{
top: 17px;
left:191px;
}
#player_5{
top: 17px;
left: 249px;
}
*/




ul.player_list{
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 100%; /*WIDTH OF MAIN MENU ITEMS*/
	/*border-left:solid 1px #414141;
	border-right:solid 1px #414141;
	border-bottom:solid 1px #414141;*/
float: left;
/*overflow-y: scroll;*/
height: 450px;
}

ul.player_list li{
padding: 3px 3px 3px 25px;
background: url(images/dreamteam/player_mini.png) no-repeat 1% 50%;
height: 20px;
width: 40%;
float: left;
}
ul.player_list li span{
display: block;
height: 20px;
line-height: 20px;
float: left;
}
ul.player_list li span.hide{
display: none;
}
