*{
    padding: 0;
    margin: 0;
    font-family: Arial, Tahoma, Helvetica;
}

:focus{
    outline: 0;
}

body{
    background: #fff url(i/sportograph-bg4.jpg) no-repeat center top;
}

img{
    border: 0;
}

p{
    font-size: 12px;
    padding-top: 5px;
}

#content-right li{
    font-size: 12px;
    padding-left: 5px;
    margin-left: 30px;
    list-style-type: square;
    line-height: 1.5em;
}

p a, td a{
    text-decoration: none;
    color: #3BA5FD;
}

p a:hover, td a:hover{
    text-decoration: underline;
    color: #f60;
}

td, th{
    font-size: 11px;
    padding: 5px;
    border: 1px solid #99D6FC;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}

.awaiting{
    border: 3px solid #000;
    padding: 10px;
    margin: 10px;
    text-align: center; 
}
.green{
    color: #090;
}

.red{
    color: #c00;
}

.toggler{
  padding-bottom: 5px;
}

.left{
    text-align: left;
}

#wrapper{
   position: relative;
   width: 960px;
   margin: 0 auto;
   
}

#welcome{
    position: absolute;
    top: 170px; left:20px;
    font-weight: bold;
    color: #369;
}

#searchbox{
    padding: 3px 0 0;
    text-align: center;
    z-index: 100001;
}

#sponsorship{
    position: absolute;
    top: 125px; left:273px;
}

#logo{
    padding: 0 0 5px 10px;
}


.eraser, .clear{
    clear: both;
}

#zoom img{
    border: 3px solid #000;
}


.ff1{
    border: 1px solid #89D0FC;
    padding: 5px;
    font-weight: bold;
    width: 300px;
    -moz-border-radius: 5px;
    background: #fff;
    vertical-align:middle;
}

.ff2{
    border: 1px solid #89D0FC;
    padding: 2px;
    font-weight: bold;
    width: 200px;
    -moz-border-radius: 5px;
    background: #fff;
    vertical-align:middle;
}

.fb2{
    font-size: 12px;
}

option{
    padding: 2px 0 0 5px;
}

.error{
    background: url('i/error-bg.png');
    border: 1px solid #900;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    color: #FFF0A5;
    font-size: 13px;
    margin: 5px 0;
}

.ok{
    background: url('i/ok-bg.png');
    border: 1px solid #360;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 13px;
    margin: 5px 0;
}

.tiny{
    color: #aaa;
    font-size: 10px;
    padding-top: 0;
}

.banner{
    width: 606px;
    text-align: center;
    float: left;
    margin: 0 auto;
}

div.tn{
    border: 1px solid #89D0FC;
    -moz-border-radius: 5px;
    padding: 3px;
    margin: 3px;
    float: left;
    background: #eee url('i/form-bg.png') repeat-x;
    font-size: 10px;
}

div.tn img{
  float: left;
  border: 0;
}

#categories li{
    border-top: 1px dotted #89D0FC;
    list-style: none;
    vertical-align: middle;
    float: left;
}

#categories li:hover{
    background: #F1F8FE;
}

#categories li a{
    display: block;
    padding: 5px 10px;
    font-size: 11px;
    text-decoration: none;
    color: #58BBFE;
    color: #47a;
    width: 150px;
}
#categories li a:hover{
    color:  #369;
    border-left: 5px solid #f60;
    padding: 5px 10px 5px 5px;
}

#menu{
    position: absolute;
    top: 211px;
    left: 50px;
    font-size: 15px;
    font-weight: bold;
    font-family: Trebuchet MS;
    z-index: 10000;
}

#menu li, #footer li{
    float: left;
    padding-right: 50px;
    list-style: none;
}

#menu li a, .tiny a{
    color:  #4897E6;
    text-decoration: none;
}

#menu li a:hover, .tiny a:hover, #footer a:hover{
    color:  #f60;
    
}

#top{
    position: relative;
    height: 250px;
}

#container{
    min-height: 400px;
    height:auto !important;
    height:400px;
    border-left: 0px solid #89D0FC;
    border-right: 0px solid #89D0FC;
    border-bottom: 0px solid #89D0FC;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    padding-bottom: 10px;
}

#content-left{
    width: 180px;
    float: left;
}

#content-right{
    width: 750px;
    float: right;
}


#ads{
    float: right;
    width: 120px;
    border: 1px solid #ccc;
}
#content-right .padding{
    padding: 0 30px 20px 0;
}

#footer{
    border-top: 1px dotted #3BA5FD;
    padding: 10px 30px;
    font-size: 12px;
}

#footer li{
    float: left;
    padding-right: 20px;
    list-style: none;
}

#footer a{
    color:  #3BA5FD;
    text-decoration: none;
}
#footer a:hover{
    color:  #f60;
}

span.active{
    font-weight: bold;
    color: #f60;
}

#footer a.active{
    font-weight: bold;
}

.dotted{
     border-top: 1px dotted #89D0FC;
     width: 170px;
}

h1{
    font-size: 22px;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

#ui-datepicker-div
    {
        z-index: 9999999;
    }


/* 
	LEVEL ONE
*/
ul.dropdown{ 
  position: relative;
  z-index: 1000;
}

ul.dropdown li:last-child a{ 
    border-right: none; 
} /* Doesn't work in IE */

ul.dropdown li.hover, ul.dropdown li:hover{
    position: relative; 
}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #C7E7FE; }
ul.dropdown ul li{
    border: 1px solid #C7E7FE; 
    margin: 1px;
    float: left;  
    font-size: 12px;
    background: #fff;
    width: 100px;
   
}

#menu li li {
    padding: 5px;
}

ul.dropdown li li:hover{
    background: #F2F9FF;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; display: inline-block; color: #069; padding: 0;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible;  }


p.bar{
  padding: 0 0 10px 0;
}

p.bar span, p.bar a{
    margin: 2px;
    padding: 1px 5px;
    font-size: 10px;
    text-decoration: none;
}

p.bar a:hover{
    text-decoration: none;
    background: #FDF9E1;
    border: 1px solid #FF6600;
    color: #D17400;
}

p.bar a{
    border: 1px solid #89D0FC;
    background: #F1F8FE;
    -moz-border-radius: 3px;
    color: #1C94C4;
}

p.bar span{
    background: #fff;
    border: 1px solid #ccf;
    -moz-border-radius: 3px;
    color: #ccc;
}

p.bar span.active{
    background: #FFF0A5;
    border: 1px solid #FED22F;
    -moz-border-radius: 3px;
    color: #369;
}

.w80{
    width: 80px;
}

.w60{
    width: 80px;
}

