﻿body
{
    font-family: Verdana, Arial, Sans-serif;
    background: #99CCFF;
}
.CategoryControls
{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
#tblGeneralControls
{
  *width: 100px;
}
h1.title
{
  font-size: 1.5em;
  font-weight: bold;
  color: #2222AA;
}
h1.title sup
{
  font-size: 10pt;
}
table.headerTable
{
  margin-top: 5px;
  padding: 5px;
  width: 100%;
  border: 2px solid #2222CC;
  background: white;
}

div.header
{
  margin-top:5px;
  margin-left: 5px;
}
.header a
{
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
}
.header a:hover
{
  text-decoration: underline;
}

table.smallText th
{
  font-size: 7pt;
}

table.smallText td input
{
  font-size: 8pt;
}
PanelContainer
{
    margin: 0;
    padding: 0;
}
#EpisodePanel
{
    margin: 0;
    padding: 0;
}
table
{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
}
table.stdGrid
{
  border: 1px solid #7070CC;
  border-collapse: collapse;
  font-size: 10pt;
}
.stdGrid th
{
    border: 1px solid #7070CC;
  border-collapse: collapse;
  font-size: 10pt;
  white-space: nowrap;
}
table.stdGrid th.mainHead
{
  text-align: center;
  color: white;
  padding: 3px;
  font-weight: bold;
  background: #4444EE;
  border: 1px solid #FFFFFF;
  font-size: 12pt;
}
table.stdGrid th
{
  text-align: left;
  color: black;
  font-weight: normal;
  padding: 3px;
  background: #c0c0c0;
  border: 1px solid #FFFFFF;
}
table.stdGrid td
{
  border: 1px solid #C0C0C0;
}
.StaticConfigControls
{
    white-space: nowrap;
}
#PanelContainer
{
    border: double gray 2px;
}
.tabs
{
    display: none;
}
#tabs
{
    white-space: nowrap;
    overflow: hidden;
}
.TabButtons:hover
{
    border-bottom: solid yellow 1px;
}
.TabButtons
{
    width: 100px;
    height: 26px;
    border-right: groove 2px silver;
    border-bottom: none;
    font-size: 10pt;
    text-align: center;
    padding-top: 6px;
    background: #E3E4FA;
    text-decoration: none;
    color: #6698FF;
    font-weight: bold;
    margin-left: 0px;
    margin-right: -7px;
}
.fields
{
    font-size: 10pt;
}
ul.fields
{
    width:80%;
    display:table;
}
ul.fields li
{
    display:table-row;
}
ul.fields li label
{
    width:50%;
    display:table-cell;
}
ul.fields li input
{
    width:50%;
    display:table-cell;
}
ul.fields li span
{
    width:50%;
    display:table-cell;
}
ul.fields li span input
{
    width:100%;
    display:inline;
}
.ui-tabs .ui-tabs-hide 
{
    display: none;
}
.style1
{
    font-size: x-small;
}
#lblPostData
{
    position: absolute;
    width: 100%;
    height: 100%;
}