﻿* {
	padding: 0px;
	margin: 0px;
    }

html {
	padding: 0px;
	margin: 0px;
    }

body {
	margin: 0px;
	padding: 0px;
	background-color: #92C3F8;
    }

p {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	margin-bottom: 12px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #000000;
	margin-bottom: 14px;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 14px;
}

a:link {color: #0083D7}
a:visited {color: #0083D7}
a:hover {color: #CE0000}

.textBlue{color: #006699}

.clearit {clear: both; height: 0; line-height: 0; font-size: 0px;}

img {border: 0px;}

select {font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 0px;
    margin: 1px;
    
    }
select option{
    padding: 0px 10px 2px 2px;
    
    }

#headerWrapper
{
    width: 100%;	
    height: 168px;
    background-image: url(../images/bg/headerBg.jpg);
    
}


#headerTop
{
    width: 840px;
    height: 120px;
    margin: 0px auto
}

#headerTopLeft
{
    width: 660px;
    height: 120px;
    float: left;
}

#headerTopRight
{
    width: 113px;
    height: 120px;
    float: right;
}


#headerMidWrapper
{
    width: 100%;
    height: 28px; 
    background-image: url(../images/bg/tabBg.jpg);
    
}

#headerMidContent
{
    width: 840px;
    margin: 0px auto;
    padding: 3px 0px 0px 0px;
    height: 25px; 
    
}

#headerBottom {
    width: 100%;
    height: 20px; 
	background-color: #E38A37;
}    



#contentWrapper
{
    width: 840px;
    margin: 0px auto;
    padding: 15px 0px 0px 15px;
}

#contentMain {
	float: left;
	width: 710px;
}

#contentMainFooter {
	float: left;
	width: 710px;
}


#contentRight {
    float: right;
    width: 125px;
    text-align: right;
}

#footerWrapper 
{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    }
    
#footerContent
{
    width: 825px;
    height: 60px;
    margin: 0px auto;
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #F7F7F7;
}
#footerContent a:link { color: #F7F7F7;}
#footerContent a:visited { color: #F7F7F7;}
#footerContent a:hover { color: #0083D7;}


#contentBreadcrumb {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-bottom: 15px;
}

#contentBreadcrumb  a:link {color: #666666;	text-decoration: none;}
#contentBreadcrumb  a:visited {	color: #666666;	text-decoration: none;}
#contentBreadcrumb  a:hover {color: #0083D7; text-decoration: none;}



.contentListingTable {
    background-color: #F7F7F7;
	border: solid 1px #006699;
	padding: 10px;
	}

.contentListingTable table {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	border: none;
}

.contentListingTable tr:first-child { border-top: none }
.contentListingTable tr {
   border-top: dotted 1px #006699;
    }
.contentListingTable th  {
    padding: 2px;
    height: 25px;
    background-color: #EFEFEF;
    }    
.contentListingTable td
{
    border: 0px none #FFFFFF;
    padding: 10px;
    vertical-align: top;
}

.contentListingTable td h1 {
    font-family: Verdana, Arial;
    font-size: 14px;
}

.contentListingTable table.subTable tr {
border-top: none;
}
.contentListingTable table.subTable td {
    padding:0px
}

.contentListingTable td h1 a {text-decoration: none}
.contentListingTable td h1 a:link {color: #006699}
.contentListingTable td h1 a:visited {color: #006699}
.contentListingTable td h1 a:hover {color: #0083D7}

   
   

.contentFormTable {
    background-color: #F7F7F7;
	border: solid 1px #006699;
	padding: 15px;
	}

.contentFormTable table {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: left;
	padding: 0px;
}

.contentFormTable tr:first-child { border-top: none }
.contentFormTable tr {
    border-top: none;
    }


.contentFormTable th:first-child { border-left: none }
.contentFormTable th  {
    padding: 2px;
    height: 25px;
    border-left: none 
    }    
    

.contentFormTable td:first-child { border-left: none }
.contentFormTable td {
    padding: 5px 2px;
    height: 17px; 
    border-left: none }

input
{
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    border: 1px #B6B6B6 solid;
}
.inputButton
{
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    border: 1px #FF9900 solid;
    background-color: #FF9900;
}
.inputError
{
    border: 1px #E00000 solid;
}
textarea {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    margin: 0px;
    border: 1px #B6B6B6 solid;
}



.contentDetailsTable {
    background-color: #F7F7F7;
	border: solid 1px #006699;
	padding: 15px;
	}

.contentDetailsTable table {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	border: none;
}


.contentDetailsTable th  {
    padding: 2px;
    height: 25px;
    background-color: #EFEFEF;
    }    
    
.contentDetailsTable td
{
    padding: 5px;
    vertical-align: top;
}

.contentDetailsTable td h2 {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #006699;
    margin-bottom: 5px;
}




.sectionListItem 
{
    width: 210px;
    height: 110px;
    float: left;
    border: 1px solid #000066;
    margin: 0px 20px 20px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
.sectionListItem table 
{
    width: 210px;
    border-collapse:collapse;
    }
    
.sectionListItem th
{
    width: 100%;
    height: 30px;
    padding: 0px 5px 0px 5px;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
}
.sectionListItem th a:link {color: #FFFFFF; text-decoration:none}
.sectionListItem th a:visited {color: #FFFFFF; text-decoration:none}
.sectionListItem th a:hover {color: #92C3F8; text-decoration:none}
.sectionListItem td {
    width: 100%;
    padding: 5px;
    color: #000000;
    vertical-align: top;
}



.sectionBoxLarge 
{
    width: 690px;
    float: left;
    border: 1px solid #000066;
    margin: 0px 20px 18px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
.sectionBoxLarge table 
{
    width: 690px;
    border-collapse:collapse;
    }
    
.sectionBoxLarge th
{
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
}
.sectionBoxLarge th a:link {color: #FFFFFF; text-decoration:none}
.sectionBoxLarge th a:visited {color: #FFFFFF; text-decoration:none}
.sectionBoxLarge th a:hover {color: #92C3F8; text-decoration:none}
.sectionBoxLarge td {
    width: 100%;
    padding: 10px;
    color: #000000;
    vertical-align: top;
    font-size: 11px;
}


.sectionBoxImg {
    float: left;
    font-size: 9px;
    color: #666666;
    padding: 0px 20px 10px 0px;
    
    
    }

.sectionBoxImg img {
    border: solid 1px #999999;
    margin: 0px 0px 3px 0px;
}  



.sectionBoxMid 
{
    width: 340px;
    height: 280px;
    float: left;
    border: 1px solid #000066;
    margin: 0px 10px 18px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
.sectionBoxMid table.section 
{
    width: 340px;
    border-collapse:collapse;
    }
    
 
.sectionBoxMid table.section th
{
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
}
.sectionBoxMid table.section th a:link {color: #FFFFFF; text-decoration:none}
.sectionBoxMid table.section th a:visited {color: #FFFFFF; text-decoration:none}
.sectionBoxMid table.section th a:hover {color: #92C3F8; text-decoration:none}
.sectionBoxMid table.section td {
    width: 100%;
    padding: 10px;
    color: #000000;
    font-size: 10px;
}

.sectionBoxMid table.calendar {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	padding: 0px;
}



.sectionBoxMid table.calendar th  {
    padding: 3px 4px;
    height: 24px;
    background-color: #92C3F8;
    }    
    
.sectionBoxMid table.calendar td {
    padding: 8px 0px 0px 10px;
    }

.sectionBoxMid table.calendar td a {
    font-size: 10px;
    }






.sectionBoxLrg
{
    width: 690px;
    float: left;
    border: 1px solid #000066;
    margin: 0px 0px 18px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
.sectionBoxLrg table.section 
{
    width: 690px;
    border-collapse:collapse;
    }
    
 
.sectionBoxLrg table.section th
{
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
}
.sectionBoxLrg table.section th a:link {color: #FFFFFF; text-decoration:none}
.sectionBoxLrg table.section th a:visited {color: #FFFFFF; text-decoration:none}
.sectionBoxLrg table.section th a:hover {color: #92C3F8; text-decoration:none}
.sectionBoxLrg table.section td {
    width: 100%;
    padding: 10px;
    color: #000000;
    font-size: 10px;
}

.sectionBoxLrg table.fixtures {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 9px;
	text-align: left;
	padding: 0px;
	width: 690px;
	background-color: #FFFFCC;
}


.sectionBoxLrg table.fixtures tr.d0 td { background-color: #FFFFCC; }
.sectionBoxLrg table.fixtures tr.d1 td { background-color: #FFDA82; }

.sectionBoxLrg table.fixtures th  {
    padding: 0px 10px;
    height: 24px;
    background-color: #92C3F8;
    }    
    

.sectionBoxLrg .heading td  {
    padding: 0px 10px;
    height: 24px;
    background-color: #92C3F8;
    }   

.sectionBoxLrg .heading a  {text-decoration: none; }   
.sectionBoxLrg .heading a:link  {color: #000000;}      
.sectionBoxLrg .heading a:hover {color: #CE0000;}      
       
.sectionBoxLrg table.fixtures td {
    padding: 5px 10px;
    
    }




.pager span {font-family: Verdana;
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    padding: 4px 6px 4px 6px;}

.pager a { border: 1px solid #CCCCCC;
    font-family: Verdana;
    text-decoration: none;
    font-size: 10px;
    padding: 3px 5px 3px 5px;
}
.pager a:link {
    background-color: #EFEFEF;
    color: #000000;}
.pager a:visited {
    background-color: #EFEFEF;
    color: #000000;
}
.pager  a:hover {
    background-color: #666666;
    color: #000000;
}

.newsImg {
    float: right;
    font-size: 9px;
    color: #666666;
    padding: 0px 0px 10px 10px;
    }

.newsImg img {
border: solid 1px #999999;
margin: 0px 0px 3px 0px;
}


.fixturesListingTable { 
    background-color: #F7F7F7;
	border: solid 1px #006699;
	padding: 10px;}
    
.fixturesListingTable table {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-align: left;
	padding: 0px;
}

.fixturesListingTable tr.d0 td {
    background-color: #FFFFCC;
    }
.fixturesListingTable tr.d1 td {
    background-color: #FFDA82;
    }
    
.fixturesListingTable tr:first-child { border-top: none }
.fixturesListingTable tr { border-top: solid 1px #FFFFFF; }

.fixturesListingTable th  {
    padding: 3px;
    height: 26px;
    background-color: #92C3F8;
    border-left: solid 1px #FFFFFF;
    }    
    
.fixturesListingTable td:first-child { border-left: none }
.fixturesListingTable td {
    padding: 5px ;
    height: 26px; 
    border-left: solid 1px #FFFFFF; 
    }
    
   
 
#homepageMain 
{
    width: 486px;
    float: left;
    margin: 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    }



#homepageCalendar 
{
    width: 200px;
    float: left;
    border: 1px solid #000066;
    margin: 0px 10px 20px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
#homepageCalendar table.section 
{
    width: 165px;
    border-collapse:collapse;
    }
    
 
#homepageCalendar table.section th
{
    width: 100%;
    height: 30px;
    padding: 0px 5px ;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
}
#homepageCalendar table.section th a:link {color: #FFFFFF; text-decoration:none}
#homepageCalendar table.section th a:visited {color: #FFFFFF; text-decoration:none}
#homepageCalendar table.section th a:hover {color: #92C3F8; text-decoration:none}
#homepageCalendar table.section td {
    width: 100%;
    padding: 10px 5px;
    color: #000000;
    vertical-align: top;
    font-size: 10px;
}



.homeSectionListItem 
{
    
    float: left;
    border: 1px solid #000066;
    margin: 0px 10px 18px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFFF
    }
    
.homeSectionListItem table 
{
    width: 100%;
    border-collapse:collapse;
    }
    
.homeSectionListItem th
{
    width: 100%;
    height: 30px;
    padding: 0px 5px 0px 5px;
    background-image: url(../images/bg/tabBg.jpg);
    color: #F7F7F7;
    text-align: left;
    vertical-align: middle;
}
.homeSectionListItem th a:link {color: #FFFFFF; text-decoration:none}
.homeSectionListItem th a:visited {color: #FFFFFF; text-decoration:none}
.homeSectionListItem th a:hover {color: #92C3F8; text-decoration:none}
.homeSectionListItem td {
    width: 100%;
    padding: 5px;
    color: #000000;
    vertical-align: top;
}