

<!-- -->
  body{
    background-image: url(../pagebg.jpg);
    margin: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: arial;
  }

  body p, a, td, th{
    font-size: 12px;
  }

  body h1{
    font-size: 22px;
  }

  body a{
    color: rgb(1,91,202);
  }

  body a:hover{
    text-decoration: none;
    color: rgb(230,0,5);
  }

  body table{
    padding: 0px;
  }

  body table td{
    padding: 0px;
    vertical-align: top;
  }



<!-- -->
    table.page{
      width: 960px;
      background-color: rgb(255,255,255);
      border-right: 1px solid rgb(68,68,68);
      border-bottom: 1px solid rgb(68,68,68);
    }

      table.page td.page_up{
        margin: 0px;
        padding-bottom: 24px;
      }

      table.page td.page_down{
        margin: 0px;
        padding-right: 24px;
        padding-left: 24px;
      }


<!-- -->
      table.head{
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 180px;
        bbbborder-bottom: 1px solid rgb(0,0,0);
      }

        table.head td.up{
          height: 22px;
        }

          table.head td.up div{
            padding-top: 3px;
            height: 19px;
            border-right: 1px solid rgb(204,204,204);
            float: left;
          }

            table.head td.up div a{
              padding-bottom: 3px;
              padding-right: 7px;
              padding-left: 7px;
              padding-top: 3px;
              text-decoration: none;
              color: rgb(153,153,153);
            }

            table.head td.up div a:hover{
              text-decoration: none;
              color: rgb(255,255,255);
              background-color: rgb(102,102,102);
            }


        table.head td.down{
          text-align: right;
        }


<!-- -->
      table.play_video{
        padding-left: 20px;
        border: 0px none;
      }

        table.play_video td.play_video{
          padding-right: 20px;
        }

          table.play_video td.play_video h1{
            margin-bottom: 5px;
            font-size: 18px;
          }

        table.play_video td.play_info{
          height: 100%;
          padding: 10px;
          background-color: rgb(204,204,204);
          border: 1px solid rgb(153,153,153);
        }

          table.play_video td.play_info p.small{
            font-size: 10px;
          }

            table.play_video td.play_info p.small input{
              padding-left: 5px;
              width: 300px;
              font-size: 10px;

            }

<!-- -->
      table.out{
      }

        table.out td.out{
          width: 200px;
          vertical-align: top;
        }

        table.out td.space{
          width: 20px;
        }



<!-- -->
      table.in{
      }

        table.in td.in_top{
          padding: 5px;
          background-color: rgb(230,0,5);
        }

        table.in td.in_top h1{
          margin-bottom: 0px;
        }

        table.in td.in_top h1 a{
          color: rgb(255,255,255);
          font-size: 18px;
          font-weight: normal;
          text-decoration: none;
        }

        table.in td.in_top h1 a:hover{
          text-decoration: underline;
        }

        table.in td.in_up{
          width: 100%;
          border-top: 1px solid rgb(255,255,255);
        }

        table.in td.in_text{
          padding: 5px;
          width: 100%;
          height: 80px;
          background-color: rgb(204,204,204);
        }

          table.in td.in_text p{
            font-size: 10px;
          }

        table.in td.play{
          padding-top: 5px;
          width: 100%;
        }



/* Messages */

table.ok{
  margin: 0px ;
  padding: 0px ;
  border: 3px solid RGB(81,176,81) ;
  background-color: RGB(173,228,173) ;
}

td.ok{
  margin: 0px ;
  padding: 10px ;
  border: 0px none RGB(255, 255, 255);
  font-family: Verdana  font-size: 10pt ;
  font-weight: bold ;
  color: RGB(0, 0, 0)}

table.error{
  margin: 0px ;
  padding: 0px ;
  border: 3px solid RGB(215,15,15) ;
  background-color: RGB(245,175,175) ;
}

td.error{
  margin: 0px ;
  padding: 10px ;
  border: 0px none RGB(255, 255, 255);
  font-family: Verdana  font-size: 10pt ;
  font-weight: bold ;
  color: RGB(0, 0, 0)}

/* --- */
