body {
  color: #000;
  background-color: #CCC;
  margin: 0;
  font-size: 80%;
}

h1 {
  color: #FFF;
  background-color: #099;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

h2 {
  color: #FFF;
  background-color: #666;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu{
  background: #666;
  margin-top: 0px;
  padding: 5px;
  font-weight: bold;
  height: 15px;
}

.menu a:hover{ color:#f99; }
.menu a{ color:#fff; }

.menu li{
  float: left;
  display: inline;
  margin-right: 30px;
}


.form {
  padding: 15px;
}

.form form input, .form form select {
  margin-right: 20px;
  margin-top: 4px;
}
.form form textarea {
  margin-right: 20px;
  margin-top: 4px;
}

.form form label {
  width: 130px;
  background: #000;
  color: #fff;
  padding: 5px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: top;
}

.form form .submit {
  margin-top: 20px;
  width: 200px;
  height: 30px;
  margin-left: 219px;
  font-weight: bold;
  background: #F99;
  font-size: 150%;
}

.result table {
  width: 95%;
  border-collapse: collapse;
  border: 1px solid #333;
  margin: auto auto;
}
.result table th {
  border: 1px solid #333;
  background-color: #333;
  color: #FFF;
}
.result table td {
  border: 1px solid #333;
  text-align: center;
  padding: 3px;
}

.result table tr.active td{
  background-color: #cFc;
}

.result table tr.inactive td{
  background-color: #666;
}

span.help{
  background: url('/help.png');
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  z-index: 50;
}

#help-box{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 240px;
  max-width: 400px;
  min-height: 60px;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #666;
  padding: 5px;
}

.search-form ul li{
  display: inline-block;
}

.url-input input{
  width: 500px;
  font-size: 24px;
}

.url-button input{
  padding: 5px 50px;
  font-size: 24px;
  margin-bottom: 10px;
}

.invisible{
  color: #fff;
  background-color: #666;
}

.sortable-chosen {
  color: #fff;
  background-color: #edb54c;
}

table.one-item {
  width: 95%;
  border-collapse: collapse;
  border: 1px solid #333;
  margin: auto;
  margin-bottom: 50px;
}
table.one-item th {
  border: 1px solid #333;
  background-color: #999;
  color: #FFF;
}
table.one-item td {
  border: 1px solid #333;
  text-align: left;
  padding: 3px;
}


table.movie-items tbody tr:not(.item-header){
  cursor: move;
}

table.movie-items tbody tr:not(.item-header).sortable-chosen{
  cursor: grabbing;
}
