body
{
    height:100%;
    background-image: url(/images/background.png);
    text-align:center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 0;
}

table.layout
{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

tr.layout
{
}

td.layout
{
    padding: 0;
}

table.tableShadow
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 802px;
    background: transparent;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

td.tableShadowTopLeft
{
    background-image: url(/images/shadowTopLeft.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

td.tableShadowTopCenter
{
    background-image: url(/images/shadowTop.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

td.tableShadowTopRight
{
    background-image: url(/images/shadowTopRight.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

td.tableShadowLeft
{
    width: 19px;
    background-image: url(/images/shadowLeft.png);
    background-position: center right;
    background-repeat: repeat-y;
}

td.tableShadowRight
{
    width: 19px;
    background-image: url(/images/shadowRight.png);
    background-position: center left;
    background-repeat: repeat-y;
}

td.tableShadowBottomLeft
{
    background-image: url(/images/shadowBottomLeft.png);
    background-position: top right;
    background-repeat: no-repeat;
}

td.tableShadowBottomCenter
{
    background-image: url(/images/shadowBottom.png);
    background-position: top center;
    background-repeat: repeat-x;
}

td.tableShadowBottomRight
{
    background-image: url(/images/shadowBottomRight.png);
    background-position: top left;
    background-repeat: no-repeat;
}

td.boxHeader
{
    height:23px;
    background-image: url(/images/boxHeader.png);
    background-repeat: no-repeat;
    color:#111111;
    font-size:11px;
    font-weight:bold;
    font-family:Arial, sans-serif;
    text-align: center;
}

td.boxBody
{
    background-image: url(/images/boxBody.png);
}

td.boxFooter
{
    height:13px;
    background-image: url(/images/boxFooter.png);
    background-repeat: no-repeat;
}

table.contactBoxWrapper
{
    margin-bottom: 10px;
    width: 160px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.contactBoxMain
{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: transparent;
}

td.contactRole
{
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: left;
}

td.contactIcon
{
    padding-left: 5px;
    width: 15%;
}

td.contactPerson
{
    text-align: left;
    width: 85%;
}

table.headerTable
{
    margin-left: 0;
    margin-right: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CC0000;
}

table.locationBar
{
    width: 100%;
    padding: 0;
    border-style: none;
    border-color: black;
    border-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
    background-color: #336699;
    color: #FFFFFF;
}

td.locationBar
{
    font-family: Arial, sans-serif;
    font-size: 11px;
}

td.realEstate
{
    margin: 0;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    width: 631px;
}

td.fullRealEstate
{
    margin: 0;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

col.smallLeft
{
    width: 163px;
}

col.smallCenter
{
    width: 463px;
}

col.bigCenter
{
    width: 589px;
}

td.advert
{
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 124px;
}

table.divisionTable
{
    margin-bottom: 10px;
    width: 460px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

td.divisionTableHeader
{
    background-color: #336699;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    text-align: center;
}

tr.divisionTableRowA
{
    background-color: #F3F5FA;
}

tr.divisionTableRowB
{
    background-color: #EDF0F5;    
}

table.editTable
{
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

tr.editRow
{
    background-color: #F3F5FA;
}

a:visited
{
    color: #CC0000;
    text-decoration: none;
}

a:link
{
    color: #CC0000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

a.location:link
{
	text-decoration: none;
	color:#FFCC66;
}

a.location:visited
{
	text-decoration: none;
	color:#FFCC66;
}

a.location:hover, a.location:active
{
	text-decoration: underline;
	color:#FFCC66;
}

a.selectedBrowserItem:link
{
    text-decoration: none;
    color: navy;
}

a.selectedBrowserItem:visited
{
    text-decoration: none;
    color: navy;
}

a.selectedBrowserItem:hover, a.selectedBrowserItem:active
{
    text-decoration: none;
    color: navy;
}











table.main
{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

tr.main
{
}

td.main
{
    padding: 0;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: left;
}

td.mainFooter
{
    padding: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}

table.data
{
    table-layout: fixed;                                                                             
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    font-size: 1em;
}

tr.data
{
}

th.data
{
    padding-left: 2mm;
    padding-right: 0;
    padding-top: 1mm;
    padding-bottom: 0;
    border-bottom: 1px solid gray;
    background-color: #AAAAAA;
}

td.data
{
    padding-left: 2mm;
    padding-right: 0;
    padding-top: 1mm;
    padding-bottom: 0;
}



















span.tickl {
 font-family:Tahoma,Arial,Helvetica,sans-serif;
 font-size:11px;
 line-height:12px;
 text-decoration:none;
 color:#333399;
 font-weight:normal;
}

span.tickl:hover {
 color:#333399;
 text-decoration:none;
}

 .ticki{width:430px;height:13px;overflow:hidden;}
	.ticko{width:430px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;padding:4px 0 4px 0; margin:4px 0 2px 0;display:block;}
 .tickh{display:none;}
	.tickls{color:#111111;}


p {
 font-family: Arial;
 font-size: 11px;
 margin-top: 0px;
 text-align: justify;
}

h3 {
 font: italic normal 12pt georgia;
 letter-spacing: 1px;
 margin-bottom: 0px;
 color: #7D775C;
}


table.standardTable {
 margin-bottom:10px;
 width:460px;
 font-family:Arial;
 font-size:11px;
}

tr.standardTableHeader {
 background-color:#4477AA;
}

tr.adminTableHeader {
 background-color:#4477AA;
}

tr.divisionTableHeader {
 background-color:#4477AA;
}

tr.rowAlert {
 background-color:#FFCC66;
}


td.standardTableHeader {
 border-style:solid;
 border-right-style:none;
 border-left-style:none;
 border-width:1px;
 border-color:#225588;
 font-family: arial;
 color: #FFFFFF;
}

td.adminTableHeader {
 text-align: center;
 border-style:solid;
 border-right-style:none;
 border-left-style:none;
 border-width:1px;
 border-color:#225588;
 font-family: arial;
 color: #ffffff;
}

td.fixtureSpacer {
 border-bottom-style:solid;
 border-top-style:none;
 border-right-style:none;
 border-left-style:none;
 border-width:1px;
 border-color:#BBBBBB;
}

td.fixtureDate {
 font-weight: bold;
}


table.standard {
    display: table;
}


table.mainTable {
 width:770px;
 margin-left:0px;
 margin-right:0px;
 border-bottom:solid;
 border-bottom-width:2px;
 border-color:#CC0000;
}

table.mainTop {
 height:100%;
 width:770px;
 margin-left:0px;
 margin-right:0px;
 margin-top:10px;
 padding:2px;
 spacing:0px;
}


tr.header {
 text-align: center;
 background-color: #008000;
 color: white;
}


select.seasonSelect
{
 font-family: Arial, sans-serif;
 font-size: 10px;
}



table.tabbedMenu {
 border-spacing: 0px;
 padding: 0px;
}

td.unselectedTab {
 height:20px;
 padding-left: 5px;
 padding-right: 5px;
 background-image: url(http://www.crazyaboutsport.com/common/backgrounds/unselectedTab.png);
 background-repeat: no-repeat;
 color:#111111;
 font-size:11px;
 font-weight:bold;
 font-family:Arial, sans-serif;
 text-align: center;
}

td.selectedTab {
 height:20px;
 padding-left: 5px;
 padding-right: 5px;
 background-image: url(http://www.crazyaboutsport.com/common/backgrounds/selectedTab.png);
 background-repeat: no-repeat;
 color:#111111;
 font-size:11px;
 font-weight:bold;
 font-family: Arial, sans-serif;
 text-align: center;
}



td.browserItemText {
 width: 100%;
 text-align: left;
}

tr.browserNewItem
{
 width: 100%;
 text-align: left;
}

tr.browserItemGroup
{
 width: 100%;
 text-align: left;
}

td.browserItemAncestor
{
 font-size: 0; 
 width: 21px;
 border-width: 0;
 padding: 0;
}

table.nestedBrowserGroup
{
 border-collapse: collapse;
 border-spacing: 0;
 border-width: 0;
 width: 100%;
 margin: 0;
}

table.browserWrapper {
 margin-bottom: 10px;
 border-collapse: collapse;
 border-spacing: 0;
}

td.browserItemIcon {
 font-size: 0;
 width: 21px;
 border-width: 0;
 padding: 0;
}

td.browserItemGroup
{
 width: 100%;
 border-width: 0;
 padding: 0;
}

td.hiddenBrowserItemGroup {
 width: 100%;
 border-width: 0;
 padding: 0;
}



div.openFirstFolder {
 padding:0px;
 border-width:1px;
 border-style: solid;
 border-color: black;
 align: middle;
 height: 21px;
 width: 21px;
 background: url(http://www.crazyaboutsport.com/common/icons/openFirstFolder.gif);
}

div.closeFirstFolder {
 padding:0px;
 border-width:1px;
 border-style: solid;
 border-color: black;
 align: middle;
 height:21px;
 width:21px;
 background: url(http://www.crazyaboutsport.com/common/icons/closeFirstFolder.gif);
}

div.openFolder {
 padding:0px;
 border-width:0px;
 align: middle;
 height:21px;
 width:21px;
 background: url(http://www.crazyaboutsport.com/common/icons/openFolder.gif);
}

div.closeFolder {
 padding:0px;
 border-width:0px;
 align: middle;
 height:21px;
 width:21px;
 background: url(http://www.crazyaboutsport.com/common/icons/closeFolder.gif);
}

div.openLastFolder {
 padding:0px;
 border-width:0px;
 align: middle;
 height:21px;
 width:21px;
 background: url(http://www.crazyaboutsport.com/common/icons/openLastFolder.gif);
}

div.closeLastFolder {
 padding:0px;
 border-width:0px;
 align: middle;
 height:21px;
 width:21px;
 background: url(http://www.crazyaboutsport.com/common/icons/closeLastFolder.gif);
}

td.topPage {
 background-color:#FFFFFF;
}
td.footer {
 background-color:#FFFFFF;
}


td.standard {
    width: 20px;
}

a.header:link {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}
a.header:visited {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}
a.header:hover, a.header:active {
	text-decoration: underline;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}

a.browser:link {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}
a.browser:visited {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}
a.browser:hover, a.browser:active {
	text-decoration: underline;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}

a.browserHeader:link {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}
a.browserHeader:visited {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}
a.browserHeader:hover, a.browserHeader:active {
	text-decoration: underline;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}




td.navbar {
    background-color:#CC0000;
    border-top-style: none;
    border-color:#CC0000;
    border-width:1px;
}

a.navbarSelected:link {
    background-color:#CC0000;
    border-left-style:solid;
    border-left-width:1px;
	text-decoration: none;
	font-family: Arial, Helvetica;
	border-left-color:#CC0000;
	font-size: 11px;
	color: white;
	}
a.navbarSelected:visited {
    background-color:#CC0000;
    border-left-style:solid;
    border-left-width:1px;
	text-decoration: none;
	font-family: Arial, Helvetica;
	border-left-color:#CC0000;
	font-size: 11px;
	color: white;
	}
a.navbarSelected:hover, a.navbarSelected:active {
    background-color:#CC0000;
    border-left-style:solid;
    border-left-width:1px;
	text-decoration: none;
	font-family: Arial, Helvetica;
	border-left-color:#CC0000;
	font-size: 11px;
	color: white;
	}


