@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext,cyrillic);

.top_header {
  font:20px PT Sans, Arial,Helvetica,sans-serif;
}

#userContent {
  width: 100% !important;
  padding: 20px 0 20px 0;
  margin-left: 0px;
  border-bottom: 1px solid #555;
}

.login-error-box {
  width: 500px;
  padding: 10px;
  color: #ffff99;
  background-color: #770000;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-width:1px;
  border-style:solid;
  border-bottom-color:#ffff66;
  border-right-color:#ffff66;
  border-top-color:#ffff00;
  border-left-color:#ffff00;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
}


.login-card {
  padding: 20px;
  width: auto;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-width:3px;
  border-style:solid;
  border-bottom-color:#aaa;
  border-right-color:#aaa;
  border-top-color:#ddd;
  border-left-color:#ddd;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
}

.login-card h1 {
  color: #333;
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card P { margin-bottom: 10px; font-size: 14px; color: #333; }

.login-card P.left { text-align: left; }

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
 border-radius: 3px;
 -webkit-user-select: none;
  user-select: none;
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
  padding: 5px;
  border: 1px solid #F7F7F7;
}

.login-card a:hover {
  opacity: 1;
  background-color: #fff;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border: 1px solid #777;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.validateError {
  color: #cc0000;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.validateError INPUT[type="text"] {
  border: 1 px solid #cc0000;
}

.vodScene {
  float: center;
  height: auto;
  overflow: auto;
  padding: 10px;
  overflow: auto;
}

.vodScene P {
  width: 90%;
  float: left;
  font-size: 20px;
  color: #ccc;
  font-weight: bold;
}

.vodScene IMG {
  width: 13%;
  margin-right: 3px;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.vodScene IMG:HOVER {
  border: 1px solid #00eeff;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin:  center;
  -moz-transform-origin:  center;
  -o-transform-origin:  center;
  transform-origin:  center;
}

#userTopMenu {
  text-align: right;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  overflow: auto;
  padding: 10px;
}

#userTopMenu A { text-decoration: none; margin: 0px 5px 0px 5px; }
#userTopMenu A:HOVER { color: #cc0000; background-color: #000; }

#vodcontainer {
  width: 100%;
  margin: 10px 0 10px 0;
  overflow: auto;
}

#vodheader {
  margin: 0;
  float: left;
  width: 99%;
}

#vodheader .vodheaditem {
  float: left;
  text-align:center;
  font-size: 20px;
  margin-right: 2px;
  padding: 5px 25px 0px 25px;
  border-width:1px;
  border-style:solid;
  border-right-color:#aaa;
  border-top-color:#fff;
  border-left-color:#aaa;
  border-bottom-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  -moz-border-top-left-radius:10px;
  -moz-border-top-right-radius:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
}

.vodheaditem.active {
  background-color: #ffffff;
  color: #000;
}

.vodheaditem.inactive {
  background-color: #cccbcb;
  color: #ffffff;
}

#vodmovies.hidden {
  display: none;
}

#vodplansbody {
  float: left;
  width: 99%;
  height: 150px;
  height: 150px;
  background-color: #e7e2df;
  color: #333;
  margin: 0;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ffffff;
  border-width:1px;
  border-style:solid;
  border-top-right-radius:10px;
  -moz-border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
}

#vodplansbody .vodplans {
  width: 100%;
  overflow: auto;
}

#vodplansbody .vodplans.hidden {
  display: none;
}

.vodplan {
  float: left;
  width: 120px;
  height: 100px;
  padding: 10px;
  margin: 10px;
  background-color: #F7F7F7;
  border-width:3px;
  border-style:solid;
  border-color:#aaa;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  overflow: hidden;
}

.vodplan A {
  color: #333;
  text-decoration: none;
}

.vodplan A:HOVER {
  color: #ee0000;
  text-decoration: none;
}

.vodButton {
  background-color: #808080;
  color: #eee;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  border: 1px solid #c0c0c0;
  border-width:1px;
  border-style:solid;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.btn {
  background: #ffda00;
  background-image: -webkit-linear-gradient(top, #ff0059, #ff0059);
  background-image: -moz-linear-gradient(top, #ff0059, #ff0059);
  background-image: -ms-linear-gradient(top, #ff0059, #ff0059);
  background-image: -o-linear-gradient(top, #ff0059, #ff0059);
  background-image: linear-gradient(to bottom, #ff0059, #ff0059);
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ffda00;
  background-image: -webkit-linear-gradient(top, #ffda00, #ffda00);
  background-image: -moz-linear-gradient(top, #ffda00, #ffda00);
  background-image: -ms-linear-gradient(top, #ffda00, #ffda00);
  background-image: -o-linear-gradient(top, #ffda00, #ffda00);
  background-image: linear-gradient(to bottom, #ffda00, #ffda00);
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
}