img{border:0;}

p{
margin:0;
padding:0;
}

.ofmFrame{
border:1px solid #3d3d3a;
box-shadow:3px 3px 5px 1px #3d3d3a;
font-family:arial,verdana,sans-serif;
font-size:12px;
width:600px;
height:auto;
color:#222;
}

.scroll-pane{
width:100%;
height:auto;
}

.horizontal-only{
height:auto;
max-height:200px;
}

#leagueTable{width:600px;}

td{height:30px;}
#leagueTable tbody tr:nth-child(odd),#results tbody tr:nth-child(odd){background:#f7fcff;background:rgba(247,252,255,0.8);}
#leagueTable tbody tr:nth-child(even),#results tbody tr:nth-child(even){background:#c9e1ec;background:rgba(201,225,236,0.8);}
#leagueTable tbody tr:nth-child(1),#leagueTable tbody tr:nth-child(2){background:#e2ffa4;background:rgba(226,255,164,0.8);}
#leagueTable tbody tr:nth-child(15),#leagueTable tbody tr:nth-child(16),#leagueTable tbody tr:nth-child(17),#leagueTable tbody tr:nth-child(18){background:#e7b68b;background:rgba(231,182,139,0.8);}
.headerImg p:nth-child(1){width:30px;}
.headerImg p:nth-child(2){width:230px;padding:7px 0 0 0;}
.headerImg p:nth-child(3){width:55px;padding:7px 0 0 0;}
.float{float:left;}
.textLeft{text-align:left;}		
.textCenter{text-align:center;}
#container{width:600px;}

thead{
background:url(../../imgs/gradient_top_grey.png) repeat-x #006694;
color:#fff;
font-weight:bold;
height:30px;
width:600px;
border-bottom:1px solid #3d3d3a;
}

.footerImg{
background:url(../../imgs/gradient_bottom_grey.png) repeat-x;
height:35px;
border-top:1px solid #3d3d3a;
}

.footerImg>a{
position:relative;
left:5px;
top:1px;
margin-right:10px;
}

.footerImg>img{
width:52px;
height:32px;
}

.footerImg>p{
color:#f9b200;
font-weight:bold;
padding:9px 0 0 10px;
}

.clear{
clear:both;
height:0;
}

p>a{
float:right;
color:#f9b200;
font-weight:bold;
margin-right:10px;
text-decoration:none;
}

p>a:hover{text-decoration:underline;}
#results a,#leagueTable a{color:#222;text-decoration:none;}
#results a:hover,#leagueTable a:hover{color:#000;text-decoration:underline;}