body {
    text-align: center;
    padding: 0px;
    font-family: verdana, arial, helvetica, "sans serif";
    font-size: 16px;
    line-height: 22px;
    color: black;
    background-color: black;
}

div.header div {
    text-align: center;
    border: 1px solid white;
}

.banner_sponsors {
    border: none;
    background-color: black;
    margin: 0px;
    margin-bottom: 2px;
    color: #ccc;
    font-size: 10px
}

#nav {
    background-color: green;
}

ul.main {
  text-align: left;
}

ul.nav_menu {
    padding: 0px;
    color: white;
    text-align: center;

}
ul.nav_menu a:link, a:active, a:visited {
    color: blue;
}

ul.nav_menu li {
    font-size: 15px;
    list-style: none;
    display: inline;
    border: 2px solid black;
    padding: 2px;
    background: yellow;
    color: blue;
}

ul.nav_menu li:hover {
    background-color: green;
    color: black;
}

table.schedule.fee {
    width: 50%;
}

table.schedule {
    border-collapse: collapse;
    background-color: white;
}

table.schedule th {
    font-size: 14px;
    color: black;
    border: 1px solid #000;
    background-color: #ccc;
}

table.schedule th.connected {
    background-color: rgb(135,186,134);
}

table.schedule tr, td{
    text-align: center;
    font-size: 12px;
    border: 1px solid #000;
    padding: 10px;
}

td.no_class{
  background-color: #b0c4de;
  
}    

td.underneath {
  display: none;
}

div.content {
    margin-left: auto;
    margin-right: auto;
    width: 906px;
}

div.content img {
    border: 1px solid #ccc;
}

.pictures {
    padding-top: 5px;
    text-align: center;
    border: 0px;
    background-color: #000;
}

.info_outline {
    padding: 5px;
    border: 2px solid yellow;
    background-color: #fff;
}

.info_text {
    text-align: center;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-style: dashed;
    border-color: blue;
    padding: 10px;
    margin: 3px;
}

.info_header {
  font-size: 10px;
}
  

div.news {
  text-align: left;
  padding-left: 0px;
  padding-bottom: 5px;
  line-height: 17px;
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}

div.news div.picture {
    text-align: center;
    border-color: black;
} 


div.news .title {
  color: green;
  font-size: 15px;
}

div.news .timestamp, .byline {
  font-size: 10px;
}

div.news .timestamp:before {
  content: 'Date: ';
}

div.news .byline:before {
  content: 'Write-up: ';
}

div.news .body {
  font-size: 13px;
}

div.news .competitor {
  font-weight: bold;
}

div.news .stat {
  text-decoration: underline;
}

div.welcome {
  background-color: white;
  text-align: left;
  padding: 0.25em;
/*
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border: 1px solid #000;
*/
}

div.welcome h1 {
  font-size: 2em;
  line-height: 1em;
  margin-top: 0;
}

div.welcome textarea.newline {
  display: block;
}

div.welcome input[type='submit'] {
  font-size: larger;
  border-style: solid;
  background-color: #D3D3D3;
  color: black;
  border-width: 2px;
  border-color: gray;
  margin-left: 2.25em;
}

div.welcome input[type='submit']:hover {
  background-color: gray;
}

a img.round_close {
  position: absolute;
  right: 100%;
  bottom: 100%;
}

a#closebut.nyroModalClose {
  margin-right: 100%;
}
  
.quote {
  font-style: italic;
}

#announcement {
  padding: 10px;
  background-color: yellow;
  font-size: 48px;
}
  
    
#copyright {
    text-align: center;
    padding: 10px;
    color: white;
    background-color: black;
}
