@import "style.css";

#content
{
    left: 0;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 30px 0;
}
#content h2, #content h3, #content ul, #content p
{
    position: relative;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}
#content ul
{
    margin-left: -295px;
    width: 595px;
}

table.schedule
{
    background: rgb( 233, 233, 233 );
    border: 1px solid rgb( 180, 60, 60 );
	text-align: center;
	border-spacing: 0px;
    padding: 0 0 0 0;
	margin: 10px 0 10px 0;
    font-size: 10px;
    width: 100%;
}
table.schedule th
{
    color: white;
    background: rgb( 180, 60, 60 );
    font-size: 12px;
}
table.schedule tr
{
}
table.schedule td
{
	background: rgb( 255 , 255, 255 );
	padding: 2px;
}

table.schedule td.bye
{
	background: rgb( 233 , 233, 233 );
}
table.schedule td.team
{
	background: rgb( 255, 255, 255 );
    border-top: 1px solid rgb( 255, 230, 230 );
    border-left: 1px solid rgb( 255, 230, 230 );
    border-right: none;    
    border-bottom: 1px solid rgb( 255, 230, 230 );
}
table.schedule tr.legend td.team
{
    border: none;
}
table.schedule td.server
{
	background: rgb( 255, 230, 230 );
}
table.schedule td.overallwinner
{
    background: rgb( 255, 220, 220 );
}

