* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: Arial;
  font-size: 12px;
  color: #E8E8E8;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
 
 .left {
  float:left;
  padding-top: 0px;
  width: 250px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
font-family: 'arial';
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 5px;
  width: 155px;
  height: 23px;
  float: right;
}

.left ul li a:hover {
  background: #FF4500;
 }
 
 .left ul li.active a {
  color: #FFFF33;
  background: #FFFF33;
 }
 
 .right {
  padding-left: 320px;
  padding-top: 0px;
}

.right img {
  margin-right: 7px;
  display: block;
  border: 2px;
 }
 
 .right img:hover {
  border: 2px;
 }
 
 .block {
  margin-top: 0px;
  height: 106px;
  width: 400px;
 }
 
h1 {
  font-size: 5px;
  color: 	;
  font-weight: bold;
 }
 
h1 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 5px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
  
{
    font-family: arial,sans-serif;
}
#Schedule
{
    margin: 30px;
    border: solid 1px Silver;
    padding: 10px;
    display: inline-block;
}
#Schedule table
{
    
}
#Schedule table thead tr td div
{
    color: #C1CDC1;
    text-align: center;
    overflow: hidden;
    background-color: #C1CDC1;
    margin: 1px;
    cursor: pointer;
    padding: 8px 0;
    font-size: 9pt;
    font-weight: bold;
    overflow: hidden;
    border: solid 1px silver;
    width: 80px;
    background: url(../images/grad.png) left bottom repeat-x;
}
#Schedule table thead tr td div:hover
{
    color: #555;
    border-color: #bfbfbf;
    background: url(../images/gradRev.png) left bottom repeat-x;
}
#Schedule table thead tr td.hovered div
{
    color: #444;
}
#Schedule table thead tr td div.selected, #Schedule table thead tr td div.selected:hover
{
    background: url(../images/ggrad.png) left -2px repeat-x;
    border-color: #b7c4df;
    color: #444;
}
#Schedule table tbody tr td div
{
    border: solid 1px #ddd;
    height: 25px;
    cursor: pointer;
    margin: 1px;
}
#Schedule table tbody tr td.hovered div
{
    
    border-color: #ccc;
    background: url(../images/ggrad2.png) left bottom repeat-x;
}
#Schedule table tbody tr td div.selected, #Schedule table tbody tr td div.selected:hover
{
    background: url(../images/ggrad.png) left -2px repeat-x;
    border-color: #b7c4df;
}


#Schedule table tbody tr td div:hover
{
    border-color: #ccc;
    background: url(../images/ggrad2.png) left bottom repeat-x;
}
#Schedule table tbody tr td div.selected:hover
{

}
#Schedule table tbody tr td:first-child div
{
    padding: 1px 3px;
    vertical-align: top;
    font-size: 9pt;
    cursor: default;
    text-align: right;
    margin: 0;
    border: solid 1px White;
    font-weight: bold;
    color: #777;
}

#Schedule table tbody tr.hovered td:first-child div
{
    color: #333;
    border-color: White;
    background: none;

}
#Schedule table tbody tr td:first-child div:hover
{
    color: #777;
}
.ResultsHolder input
{
    margin: 10px 40px;
}
.ResultsHolder #output
{
    font-family: Courier New;
    font-size: 10px;
    padding: 20px;
}

