body {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sans-serif;
  /*font-size: 9px; */ }

h1 {
  margin: 0;
  padding: 0; }

a {
  color: #0054a6;
  text-decoration: none; }
  a:visited, a:hover, a:active {
    color: #0054a6; }
  a:visited {
    text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }
  a.box {
    /*border: 1px solid #0054A6; */
    padding: 0.2em 0.5em;
    background-color: #e8f8f8;
    color: #989898; }
  a:hover.box {
    background: #0054a6;
    color: white; }
  a img {
    border: 0; }

h2 {
  font-size: xx-large;
  font-family: "Times New Roman";
  border-bottom: 1px dotted black;
  padding-bottom: 2px; }
  h2.img {
    height: 26px;
    line-height: 26px; }

h3 {
  border-left: 10px solid black;
  padding-left: 20px; }

div.container {
  text-align: left;
  margin: 0 auto;
  width: 800px;
  overflow: hidden; }

#header {
  background-color: black;
  border-bottom: 2px solid #26aad9; }
  #header h1 {
    float: left;
    width: 240px; }
    #header h1 a {
      /*text-indent: -9999px;
       *background: url(/images/logo.png) no-repeat; */
      height: 70px; }
  #header #urlBox {
    float: left;
    width: 560px;
    height: 70px;
    text-align: center; }
    #header #urlBox p {
      margin: 0;
      padding: 0;
      margin-top: 5px;
      color: #dddddd;
      font-weight: bold; }
    #header #urlBox form {
      margin: 0;
      padding: 0; }
    #header #urlBox a {
      color: #ffffdd; }
    #header #urlBox input#q {
      margin-top: 3px;
      width: 400px;
      font-weight: bold;
      color: #aaaaaa; }

hr#menu {
  margin: 0;
  padding: 0;
  border: 2px solid #0d8da2;
  height: 0; }

#content {
  margin-top: 1em; }

p {
  font-size: small; }

.video {
  width: 116px; }
  .video .img {
    line-height: 87px;
    height: 87px; }
    .video .img img {
      width: 116px; }
  .video div.b {
    padding: 2px;
    border: 1px solid #aaaaaa; }
  .video .img a {
    display: block; }
  .video .img img {
    vertical-align: middle;
    width: 116px;
    height: 87px; }
  .video div.title {
    margin-top: 2px;
    width: 120px;
    height: 36px;
    overflow: hidden; }
  .video .title a {
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none; }
    .video .title a:hover {
      text-decoration: underline; }
  .video .info {
    background-color: black;
    color: #dddddd;
    font-size: 10px;
    padding: 0 4px;
    height: 15px; }
  .video .time {
    text-align: right;
    font-weight: bold;
    height: 11px; }
  .video .rate {
    padding-top: 3px;
    font-size: 9px;
    font-family: "MS PGothic";
    color: #aaaa00;
    float: left;
    line-height: 11px;
    height: 11px; }
    .video .rate strong {
      font-family: "Helvetica"; }
  .video .blight {
    color: yellow; }
  .video .date {
    font-size: 10px;
    color: #cccccc;
    font-weight: bold; }
  .video .state {
    padding-top: 3px;
    font-family: "MS PGothic";
    line-height: 10px;
    font-size: 10px;
    float: right; }
  .video .ready {
    color: pink; }
  .video .transcode {
    color: #bbbbff; }

.thumbnail {
  width: 116px;
  height: 87px; }

table.video tr td .pad {
  padding-right: 40px;
  height: 150px; }

#embedCode {
  float: right; }

#embed {
  display: none; }

.pagination {
  text-align: center;
  margin-bottom: 20px; }

div.v {
  height: 160px;
  width: 122px;
  margin-right: 37px;
  float: left; }
div#footer {
  /*margin-top: 200px; */
  margin-top: 23px;
  padding: 2em;
  background-color: #f8f8f8;
  color: #989898;
  font-size: small;
  text-align: center; }

#footer a {
  color: #989898;
  font-weight: bold; }

a.window {
  background: transparent url(/images/window.gif) center right no-repeat;
  padding-right: 15px; }

#keyword {
  background-color: #e8f8f8;
  color: #989898;
  line-height: 150%;
  border: 1px solid #ddffff; }

#program {
  background-color: #e8f8f8;
  font-size: 80%;
  /*color: #989898;
   *text-shadow: 0 0 10px #aaa;
   *color: #fff;
   *background-color: #000; */
  line-height: 150%;
  /*font-size: small; */ }
  #program .l {
    padding: 20px 0 20px 20px; }
  #program b {
    color: #3354a6;
    /*color: yellow;
     *font-size: medium; */ }

#preview {
  text-align: center;
  padding: 11px 0; }

#black {
  background-color: black; }

#ad {
  float: right;
  margin-top: 21px;
  margin-right: 11px;
  background-color: black; }

#preview a.play {
  position: absolute;
  line-height: 300px;
  text-align: center;
  width: 400px;
  text-decoration: underline;
  color: white;
  background-color: black;
  filter: alpha(opacity=65);
  /*IE */
  -moz-opacity: 0.65;
  /*FF */
  opacity: 0.65; }

#filter {
  text-align: right;
  float: right;
  margin: 18px 0; }

table input, table textarea {
  width: 100%;
  font-size: medium; }

.l-r {
  width: 100%; }

.r {
  float: right; }

.l {
  float: left; }

.c {
  clear: both;
  line-height: 0; }

p.promo {
  font-size: large;
  text-indent: 1em;
  padding-right: 1em;
  line-height: 120%; }

#footad {
  margin-top: 2em;
  background-color: #e8f8f8; }

.log td {
  text-align: center;
  border-top: 1px solid #cccccc; }
  .log td strong {
    color: red; }

.pc p {
  line-height: 1.8; }
  .pc p img {
    margin-left: 2em; }
