@import "s_new.css";

.body{
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    background-color: #000000;
}
.tableHeader {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    text-align: center;
}
.question {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
}
.prompt {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.promptEditor {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    background-color: #000;
}
.promptDead {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.promptSponsor {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.promptX {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    background-color: #999999;
}
.prompt1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color: #666666;
}
.prompt11 {
    border: none;
    background-color: #999999;
}
.prompt00 {
    border: none;
    background-color: #cccccc;
}
.prompt0 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
}
.prompt2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    background-color: #cccccc;
}
.link {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}
.whiteBold {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-color: #999999;
}
.logo {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    padding-left: 6px
}
.clock {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
    text-align: center;
}
.mainmenu {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
    text-align: center;
}
.mainmenu:hover {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    background-color: #666666;
    text-align: center;
}
.mainmenu_selected {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #ffffff;
    text-decoration: none;
    background-color: #888888;
    text-align: center;
}

.submenu {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #ffffff;
    text-decoration: none;
    background-color: #888888;
    text-align: center;
}
.submenu:hover {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    background-color: #888888;
    text-align: center;
}
.submenu_selected {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    background-color: #999999;
    text-align: center;
}
.wwform{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
}
.wwformdropdown{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
  width: 140px;
}
.wwformdropdown2{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
  width: 38px;
}
.wwformdropdown3{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
  width: 54px;
}
.wwwhite{
  color: #FFFFFF;
  text-decoration: none;
}
input{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
}
textarea{
  background-color:#444444;
  color: #FFFFFF;
  border: 1px solid #000000;
  cursor:default;
}
#contents
{
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 500px;
}

#contents .titlez
{
    background-color:#333;
    display: block;
    clear: right;
    height: 20px;
    padding: 2px;
}
#contents .data1, .data0
{
    display: block;
    clear: right;
    height: 20px;
    padding: 2px;
}
#contents .data0
{
    background-color:#444;
}
#blog
{
    display: block;
    width: 600px;
    height: auto;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000;
    text-decoration: none;
    text-align: left;
}
#blog .imgRight
{
    display: block;
    float: right;
}
#blog .imgLeft
{
    display: block;
    float: right;
}

