/* CSS for OlympicDB.com */


#bodycontainer {
  background-color: #ffffff;
}

#header {
  top:0;
  left:0;
  border-top: solid 4px #669C2C;
  background: url('/images/gradient.png') bottom repeat-x;
  margin-bottom: 6px;
}

#logo {
  display:inline;
}

#menu {
  display:inline;
 top:30px;
 left:176px;
}

#adblock {
 position: absolute;
 left:5px;
 top:120px;
 width:130;
}

#bodycontent{
  margin-left: 150px;
}

#footercontainer {
  background-color: #FFFFFF;
  font-size: 80%;
  margin-top: 10px;
  padding-left: 150px;
}

a {
  color: #0069c1;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: green;
  text-decoration: none;
  font-weight: bold;
};

.tablesubheader {color: #000000; font-weight: bold; font-size: large; }
.tableheadertext {
        font-size: x-large;
        font-weight: bold;
        color: #FFFFFF;
        font-family: Georgia, "Times New Roman", Times, serif;
        padding: 3px;
}
.collapsedbordertable {
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-collapse: collapse;
        padding: 3px 3px 3px 3px;
}
.resulttable {
        border-style: solid;
        border-width: thin;
        border-color: #78818E;
}
.maintitle {
        font-family: Georgia, "Times New Roman", Times, serif;
}
.navigationlink {
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 13px;
        text-decoration: none;
}
.altresultrow {
  background-color: #EDEEF1;
}

.highlightathlete {
  font-weight: bold;
}


body,td,th {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #2B8ADD;
 text-decoration: none;
}
body {
 background-image: url(bg-body.gif);
 text-decoration: none;
}
.style5 {
 font-size: small;
 text-decoration: none;
}
.style8 {color: #FFFFFF; font-weight: bold; font-size: 12px; }

