body {
        margin:0;
        padding:0;
        left:10px;
}
#hd, .yui-layout-unit-top {
}
#bd, .yui-layout-unit-center {
    /*background-color: #f2f2f2;*/
}
#ft, .yui-layout-unit-bottom {
    /*color: #fff;*/
}
#nav, .yui-layout-unit-left {
}
.yui-button {
 /*background-color: rgb(4, 109, 190);*/
  background-color: #004d89;/*b1ddff;*/
    border-width: 1px 0;
    border-style: solid;
    border-color: #004d89;
    margin: auto .25em;

    /*
        Give the Button instance a transparent background image that 
        provides a glossy, glass-like look.  Since the background image is
        transparent, it can apply the glass effect the Button instance
        regardless of its background color.
    */
    background: url(/images/gloss.png) repeat-x left center;
    
}

.ie6 {

    /* Make background image transparent IE 6 using the AlphaImageLoader. */
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gloss.png', sizingMethod = 'scale');

}

.yui-button .first-child {
background-color: rgb(4, 109, 190);
    border-width: 0 1px;
    border-style: solid;
    border-color: #004d89;
    margin: 0 -1px;

	/*
		Using negative margins for rounded corners won't work in IE 6 and 
		IE 7 (Quirks Mode Only), so set the "margin" property to "0" for 
		those browsers.
	*/
 	_margin: 0;

}

.yui-button button,
.yui-button a {

    padding: 0 10px;
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #fff;
    border: solid 1px #599acd;

}

.yui-button#ok-button {
    
    background-color: #004d89;

}

  .addrace
     {
        padding-left: 2em;
        background: url(/images/add.gif) 10% 50% no-repeat;
    }
 .getinfo{
  padding-left:40px;
  background: #93B9D9 url(/favicon.ico) 10% 50% no-repeat;
  font-size:14px;
  width:120px;
  height:40px;
 }
 /*  .yui-t1{left:45px;}
 */
.riderStats {
 font-size:18px;
 background-color:#93B9D9;
 padding:4px;
 margin:0px;
 min-height:100px;
 min-width:200px;
}
.catStats {
 font-size:14px;
 background-color:#E8EFFF;/*E6EFF7;*/
 padding:10px;
}
.idInput {width:100%;}
.groupInput{width:300px;}
.ft{float:left;margin:6px;}
.bigT{font-size:18px;}
.hImg{position:relative;top:5px;padding-left:20px;}
.sT{font-size:12px;}
.p{padding:2px;margin:2px;}
.hugeT{font-size:24px;}
a:hover{background-color:white;}
a{text-decoration:none;padding:4px;}
