/*   
Theme Name: dd-html5
Theme URI: http://dirtydalerz.com
Description: Test Environment for DirtyDalerz.com
Author: Brian Cinelli
Author URI: http://zooyorkfreak.com
Version: 1
*/

#content {
        width: 100%;
}

table#softball-stats-2010 {
       	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px auto;
        border-collapse: collapse;
        border: white solid 1px;
}

th {
	text-align: left;
	color: #FFFFFF;
	background-color: #003300;
	font-size: 18px;
        font-weight: normal;
        cursor: pointer;
}

th.headerSortDown {
        background: #006600 url(/blog/wp-content/uploads/2010/05/up_arrow.png) no-repeat 98% 7px;
}

th.headerSortUp {
        background: #006600 url(/blog/wp-content/uploads/2010/05/down_arrow.png) no-repeat 98% 7px;
}

tr {
	color: white;
        /*border:1px solid #999999;*/
}

.even {
	background-color: #000000;
}

.odd {
	background-color: #003300;
}

tfoot {
        font-weight: bold;
}

td.hover, tr.hover {background-color: #666666;}

table#softball-schedule-2010 {
       	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px auto;
        border-collapse: collapse;
        /*border: white solid 1px;*/
}

th.left {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
}

th.center{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
}

td.left {
        font-size: 14px;
        text-align: left;
}

td.center{
        font-size: 14px;
        text-align: center;
}
#page-ads {
	text-align: center;
}
