/* 
------------------------------
CSS Document for
Cinema module by Tomas Vaverka
Version 1.0
------------------------------
*/

.movies {
  width: 182px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #ffffff;
}

.moviesHeader {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 1px;
}

.moviesName {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  border-style: none;
}

a:link .moviesName, a:visited .moviesName {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

a:hover .moviesName {
  color: #ff0000;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

.moviesDate {
  color: #000000;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  padding: 1px;
  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #E0E7E0;  
}

.moviesDate a:link, .moviesDate a:visited {
  color: #000000;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

.moviesDate a:hover {
  color: #ff0000;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: none;
}

.moviesDescription {
  color: #000000;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  padding: 1px;
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #E0E7E0;  
}

.moviesDetBody {
  background-color: #6699FF;
  background-image: url('cin_details.jpg');
  background-position: 0 0;
  background-attachment: fixed;
}

.moviesDetTitle {
  height: 40px;
  padding-top: 15px;
  text-align: center;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.moviesDetInfo {
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
}

.moviesDetInfo a:link, .moviesDetInfo a:visited {
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  text-decoration: underline;
}

.moviesDetInfo a:hover {
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ff0000;
  text-decoration: underline;
}

.moviesDetDescription {
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #ffffff;
}

.moviesDetBold {
  font-weight: bold;
}
