/*      GLOBAL      */

*{margin: 0; padding: 0; border: 0;}    

body{
  background: #686868 url('../img/bg.gif') repeat-x;
  font-size: 80%;
}
  
h1{font-size: 1.5em;}
h2{font-size: 1.4em; color: white; margin: 5px 0 5px 20px; color: #ff9000;}
h3{font-size: 1.3em; font-weight: normal; color: #ff9000; padding: 5px; clear: both;}
h4{font-size: 1.3em; font-weight: normal; color: #ff9000; background: #505050 url('../img/bg-h4.gif') no-repeat; padding: 5px 5px 5px 20px; margin-bottom: 5px;}
.content-top h3{float: left; color: white; width:330px; font-weight: bold; margin:}
.player h2{margin-left: 0px;}

p{line-height: 120%; padding: 5px 5px 10px 5px;}

a {color: #fff; text-decoration: underline;}
a visited {color: #fff;}
a:hover {color: #ff9000; text-decoration: none;} 
 
hr {display: none;}

#page{
  width: 979px;
  text-align: left; 
  margin: 0 auto; 
  font-size: 1.1em;
  color: white;
}

#header{
  background: url('../img/top.jpg') no-repeat;
  height: 136px;
  width: 979px; 
}

.header-logo{
  float: left;
  position: relative;
  width: 217px;
  margin: 20px 0 0 41px;
  display: inline;
}

.header-logo h1 a span{  
  display: block;
  width: 217px;
  height: 61px;
  background: url('../img/logo-appi.jpg') no-repeat bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  cursor: pointer;  
}

#menu{
  background: url('../img/menu.gif') no-repeat;
  height: 30px;
  width: 979px;
  text-align: center; 
}

#menu ul li{
  list-style: none;
  color: #ff9000;
  margin-left: 4px;
  display: inline;
  line-height: 30px;
  font-size: 1.1em;
}

#menu ul li a{
  color: black;
  text-decoration: none;
}

#menu ul li a:hover{
  text-decoration: underline;
  color: #ff9000;
}

.submenu ul li{
  list-style: none;
  text-align: center;
}
.links ul li{
  list-style: none;
  margin-left: 10px;
}

#content{
  background: url('../img/bg-content.gif') repeat-x;
  width: 979px;
  float: left;
}

.content-top{
  background: #313131;
  width: 563px;
  margin-top: 17px;
  padding: 5px 10px;
}

.column{
  width: 178px;
  float: left;
  padding: 17px 10px 10px 10px; 
}

#submenu{
  line-height: 1.3em;
}

.main{
  width: 583px;
  float: left;
}

.authorize{
  width: 583px;
  margin: 20px 0;
}

.login{
  width: 583px;
  background: #535353;
  padding: 10px 0; 
  float: left; 
}

.sort{
  width: 563px;
  background: #686868;  
  float: left;
  padding: 0 10px;
  padding: 10px;     
}

.sort2{
  padding: 0 10px !important;
}

.sort-l{
  float: left;
  width: 300px;
  margin-right: 10px;
}

.sort-r{
  float: left;
  width: 250px;
  text-align: right; 
}

.page{
  padding: 3px 10px;
}

.pages{
  text-align: right;
  width: 370px;
}

.pageSizeInput{
  width: 15px;  
}

.details {
  color: gray;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 10px; 
  text-align:left;
  font-size: 0.7em;
  font-weight: lighter;
}

.details a {
 color: gray;
}

.details a:hover {
  color: #ff9000;
  text-decoration: none;
}

.description {
  color: white;
  font-size: 1.6em;
}

.edit {
  width: 150px;
}

label{
  margin: 5px 10px 5px 30px;
}

.label{
  width: 110px;
  text-align: right;
}

input{
  border: 1px inset white;
  width: 120px;
  line-height: 1.2em;
  padding: 3px;
  margin: 2px;
}

.button{
  border: 1px outset white;
  padding: 0 5px;
  cursor: pointer;
  cursor: hand;
}

textarea{
  border: 1px inset white;
  width: 300px;
  height: 150px;
  padding: 3px;
  margin: 2px;
}

.cards{
  width: 583px;
  background: url('../img/bg-cards.gif') repeat-x;
  float: left;
}

.card{
  background: #313131;
  width: 182px;
  float: left;
  margin: 8px 6px;
  text-align: center;
  display: inline;
}

.player{
  width: 583px;
  background: #787878;
  float: left;
  text-align: center; 
}

.info{
  float: left;
  margin: 30px 0;
}

.comment{
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.2em;
  margin: 5px 0 5px 30px;
  width: 553px;
}

.logged{
  width: 182px;
  float: left;
}

.banner{
  margin: 20px 0;
  text-align: center; 
}

.files{
  margin-left: 30px; 
}

.film{
  clear: both;
  width: 583px;
  
}

.film-time{
  width: 70px;
  padding: 5px 0;
  padding-left: 13px;
  float: left;  
}

.film-name{
  width: 450px;
  float: left;
  padding: 5px 0;  
}

.film-info{
  width: 50px;
  float: left;
  font-size: 0.9em;
  padding: 5px 0;  
}

.film-details{
  clear: both;
  margin: 10px; 
}

.film-booklet{  
  width: 120px;
  margin: 10px;
  float: left; 
}

.film-details p{  
  width: 413px;
  margin-top: 10px;
  float: left;
}

.f1{
  background: #7c7c7c; 
}

.f2{
  background: #595959; 
}

.day{
  background: #313131;
  display: table;
}

#footer{
  line-height: 3em;
  text-align: right;
  padding: 0 20px;
  background: #787878;

}

/*      SPECIAL CLASSES       */

.break {clear: both; line-height:1px; font-size: 1px; height: 1px;}
.float-l {float: left;}
.float-r {float: right;}
.hidden {display: none;}
.center {text-align: center;}


/* 2 CLASSES BELOW FIX IE BUTTON WIDTH BUG */

input.button {
  padding: 2px 1em;
  width: 0; /* pouze pro IE */
  overflow: visible;
}

input.button[class] { /* IE ignoruje [class] */
  width: auto;
}
.vip_igor_zejdlyk { color: #00ff00 !important; }
.vip_info { color: #AA0000 !important; }
.vip_david_kuncar { color: #0088ff !important; }



