@charset "utf-8";
/* CSS Document */
.HOF-table {
                margin:0px;
				padding:0px;
                
                border:0px solid #d8d8d8;
               
                -moz-border-radius-bottomleft:7px;
                -webkit-border-bottom-left-radius:7px;
                border-bottom-left-radius:7px;
               
                -moz-border-radius-bottomright:7px;
                -webkit-border-bottom-right-radius:7px;
                border-bottom-right-radius:7px;
               
                -moz-border-radius-topright:7px;
                -webkit-border-top-right-radius:7px;
                border-top-right-radius:7px;
               
                -moz-border-radius-topleft:7px;
                -webkit-border-top-left-radius:7px;
                border-top-left-radius:7px;
}.HOF-table h2{
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0px 2px 3px #000;
}
}.HOF-table table{
                width:100%;
                height:100%;
                margin:0px;
				padding:0px;
}
.HOF-table tr:last-child td:last-child {
                -moz-border-radius-bottomright:7px;
                -webkit-border-bottom-right-radius:7px;
                border-bottom-right-radius:7px;
}
.HOF-table th{
        background:-o-linear-gradient(bottom, #0152a4 5%, #002142 100%);       
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0152a4), color-stop(1, #002142) );
        background:-moz-linear-gradient( center top, #0152a4 5%, #002142 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0152a4", endColorstr="#002142");  
		background: -o-linear-gradient(top,#0152a4,002142);
 
		background-color:#005fbf;
		border:0px solid #0e9eff;
		border-width:0px 0px 0px 0px;
		padding: 4px;
		font-size:13px;
		font-family:Trebuchet MS;
		font-weight:bold;
		color:#ffffff;
}
.HOF-table table tr:first-child td:first-child {
                -moz-border-radius-topleft:7px;
                -webkit-border-top-left-radius:7px;
                border-top-left-radius:7px;
}
.HOF-table table tr:first-child td:last-child {
                -moz-border-radius-topright:7px;
                -webkit-border-top-right-radius:7px;
                border-top-right-radius:7px;
}.HOF-table tr:last-child td:first-child{
                -moz-border-radius-bottomleft:7px;
                -webkit-border-bottom-left-radius:7px;
                border-bottom-left-radius:7px;
}.HOF-table tr:hover td{                              
 
}
.HOF-table td{
        vertical-align:middle;
        background:-o-linear-gradient(bottom, #ffffff 5%, #d8d8d8 100%);         
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d8d8d8) );
        background:-moz-linear-gradient( center top, #ffffff 5%, #d8d8d8 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d8d8d8");    
		background: -o-linear-gradient(top,#ffffff,d8d8d8);
 
        background-color:#ededed;
 
        border:0px solid #d8d8d8;
        border-width:0px 1px 1px 0px;
        /*text-align:left;*/
        padding:4px;
        font-size:12px;
        font-family:Helvetica;
        font-weight:normal;
        color:#000000;
}.HOF-table tr:last-child td{
                border-width:0px 1px 0px 0px;
}.HOF-table tr td:last-child{
                border-width:0px 0px 1px 0px;
}.HOF-table tr:last-child td:last-child{
                border-width:0px 0px 0px 0px;
}
.HOF-table tr:first-child td{
        background:-o-linear-gradient(bottom, #0152a4 5%, #002142 100%);       
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0152a4), color-stop(1, #002142) );
        background:-moz-linear-gradient( center top, #0152a4 5%, #002142 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0152a4", endColorstr="#002142");  
		background: -o-linear-gradient(top,#0152a4,002142);
 
		background-color:#005fbf;
		border:0px solid #d8d8d8;
		text-align:center;
		border-width:0px 0px 1px 1px;
		font-size:12px;
		font-family:Trebuchet MS;
		font-weight:bold;
		color:#ffffff;
}
.HOF-table tr:first-child:hover td{
        background:-o-linear-gradient(bottom, #005fbf 5%, #002142 100%);       
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #002142) );
        background:-moz-linear-gradient( center top, #005fbf 5%, #002142 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#002142");  
		background: -o-linear-gradient(top,#005fbf,002142);
 
        background-color:#005fbf;
}
.HOF-table tr:first-child td:first-child{
                border-width:0px 0px 1px 0px;
}
.HOF-table tr:first-child td:last-child{
                border-width:0px 0px 0px 0px;
}
.error {
	color: #F00;
	font-style: italic;
}