html,body{
height: 100%;
font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Geneva, Arial, Sans-serif;
}

form.registration .description{
font-size: 11px;
}

form.registration .errors{
font-size: 12px;
color: red;
}

div.container{
width: 800px;
margin: 0 auto;
background-color: transparent;
height: auto !important;
min-height: 100%;
position: relative;
border: 1px solid black;
overflow: hidden;
}

div.header{
height: 473px;
text-align: center;
padding: 0px;
background-color: transparent;// #ffcc99; //d04; //f7a82opacity: 0.5;
}

div.menu{
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid black;
border-bottom: 1px solid black;
font-weight: normal;
text-align: center;
background: transparent center center repeat;
color: #0000cc;
}
div.menu a{
padding: 8px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
div.menu a:hover{
text-decoration: underline;
}

div.content{
font-size: 14px;
padding: 0px 10px 15px;
margin: 0;
color: #971B1E;
background: #ffffff;
}

div.content a{
color: #971b1e;
}

div.footer{
font-size: 8pt;
color: #FFFFFF;
border-top: 1px solid black;
background: transparent center center repeat;
width: 780px;
position: absolute;
bottom: 0;
height: 15px;
padding: 0px 10px;
}

div.footer a{
color: #FFFFFF;
}

table.competitors{
border-left: 2px solid;
border-right: 1px solid;
border-top: 2px solid;
border-bottom: 1px solid;
}
table.competitors th, table.competitors td{
border-right: 1px solid;
border-bottom: 1px solid;
padding-left: 5px;
padding-right: 5px;
}
table.competitors td.event{
text-align: center;
}


table.results{
background-color: #FFF;
padding:0px;
margin:0px;
border:0px;
border-collapse:collapse;
font-size:12px;
width:600px;
margin-bottom:20px;
}
tr{
background-color: #EEE;
}
tr.o{
background-color: #FFF;
}
table.results th{
text-align: center;
color: white;
padding: 0px 5px;
}
table.results td{
padding: 0px 5px;
font-weight: normal;
text-align: left;
border-left: 2px solid white;
border-right: 2px solid white;
}
table.results a{
text-decoration: none;
}

h2{
font-size:18px;
}

h3{
border-bottom:1px solid;
}

dt{
font-weight: bold;
}

dd{

}

@media all
{
}
 
@media print
{
div.container{overflow:visible;}
div.contbg{display:none;}
}
