/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
/*
#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
}
*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	background-color: #ffffff;
	font-size: 100%;
}

small {
	font-size: 11px;
}

.label175 {
	float:left;
	width:155px;
}

.doubleborder {
	border: 5px double #000000;
	width: 100%;
	text-align: center;
}

.100block {
	float:left;
	width:100px;
}

h1 {
	font-size: 18px;
}

a:link, a:visited {
	background-color: transparent;
	color: #000078;
	text-decoration: underline;
}
a:hover {
	background-color: transparent;
	color: #ff0000;
	text-decoration: none;
}

.tableHeading {
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.FixturesTable {
	border-collapse: collapse;
	border: solid 1px #ff0000;
}

.FixturesHeading {
	font-weight: bold;
	font-size: 14px;
	background-color: #000078;
	color: #ff0000;
	height: 30px;
	vertical-align: middle;
}

.FixturesHeading td {
	padding: 1px 15px 1px 15px;
	border-bottom: solid 1px #ff0000;
}

.FixturesList {
	height: 40px;
	vertical-align: middle;
}

.FixturesList td {
	color: #000000;
	padding: 1px 15px 1px 15px;
}

.Col1 {
	background-color: #EEEEEE;
}

.Col2 {
	background-color: #DDDDDD;
}

.BorderLeftRight {
	border-left: solid 1px #ff0000;
	border-right: solid 1px #ff0000;
}

.center {
	text-align: center;
}

/********** Styles for Fixture and Results******************/
.League {
	color: #ff0000 !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.Friendly {
	color: #00cc00 !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.Cup {
	color: #0000ff !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.League a {
	background-color: transparent !important;
	color: #ff0000 !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.Friendly a {
	background-color: transparent !important;
	color: #00cc00 !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}

.Cup a {
	background-color: transparent !important;
	color: #0000ff !important;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-size: 14px;
}
/********** End of Fixture and Results styles ****************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageHeader{
	margin: 0;
	padding: 5px 0px;
	color: #000000;
	background-color: #000078;
	width: 100%;
	height: 125px;
}

#pageHeaderLeft{
	margin-left: 5px;
	float: left;
}

#pageHeaderRight{
	color: #ff0000;
	background-color: transparent;
	text-align: right;
	float: right;
	padding-right: 10px;
}

#leftNav{
	margin: 0% 79% 0% 0%;
	padding: 0px;
	background-color: #eeeeee;
	color: #000000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	min-width: 150px;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 1% 3% 0% 0%;
	font-size: 12px;
	min-width: 550px;
}


#siteName{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 20px;
	color: #ff0000;
	background-color: #000078;
	font-weight: bold;
}

/*********** #leftNav link styles ***********/
#leftNav ul a:link, #leftNav ul a:visited {display: block;}
#leftNav ul {list-style: none; margin: 0; padding: 0;}
#leftNav a:link, a:visited { text-decoration: none; }
#leftNav a:hover { text-decoration: underline; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftNav li {border-bottom: 1px solid #eeeeee;}

/************* #breadCrumb styles *************/
#breadCrumb{
	width: 100%;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ff0000;
	color: #000000;
	height: 15px;
}

#breadCrumb a:hover{
	color: #000078;
	background-color: #ff0000;
	text-decoration: underline;
}

#breadCrumbLeft{
	margin-left: 5px;
	float: left;
}

#breadCrumbRight{
	text-align: right;
	float: right;
	padding-right: 4px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	text-align:center;
	font-size: 75%;
	color: #cccccc;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

/*********** #sectionLinks styles ***********/
.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a:link, .sectionLinks a:visited{
	padding: 1px 0px 1px 10px;
	border-bottom: 1px solid #ff0000;
	width: auto;
	color: #000078;
	background-color: #eeeeee;
}

.sectionLinks a:hover{
	border-bottom: 1px solid #ff0000;
	background-color: #dddddd;
	padding: 1px 0px 1px 10px;
	color: #ff0000;
}

/*********** .relatedLinks styles ***********/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	background-color: #eeeeee;
	color: #ff0000;
}

.relatedLinks a:link, .relatedLinks a:visited{
	color: #000078;
	background-color: #eeeeee;
}

.relatedLinks a:hover{
	color: #ff0000;
	background-color: #eeeeee;
}


/******************** NEW ***********************/
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
img {
	border: none;
}

/* Styles for forms */
input.button {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

input.noborder  {
	border: none;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}

.error{
	color: #ff0000;
	background-color: #ffffff;
}
.caption {
	font-style:  italic;
}

/**************** Default Links ****************/
#content a:link, #content a:visited {
	color: #000078;
	background-color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none;
}

#groupHeadings {
	float:left;
	width:100%;
}

#groupHeadings ul {
	display:inline;
	list-style:none;
}

#groupHeadings li {
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	width:80px;
	text-align:center;
}

#groupHeadings a:link, #groupHeadings a:visited {
	display:block;
	background-color:#ff0000;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color:#000078;
	text-decoration:none;
	font-weight:bold;
}

#groupHeadings a:hover {
	display:block;
	background-color:#000078;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

.homePageMessage {
	color: #ff0000;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}










#navbox {
	padding:0px;
	height:24px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	z-index: 1000;
	background-color: #ff0000;
}

#navbox, #navbox ul {
	list-style: none;
}

#navbox a, #navbox span {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

#navbox a:hover, #navbox span:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #000078;
}

#navbox li {
	float: left;
}

#navbox li ul {
	position:absolute;
	left: -999em;
	height: auto;
	width: 175px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	background: #E7ECEF;
	text-align:center;
	padding-left:0px;
}

#navbox li ul a, #navbox li ul span {
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	font-size:12px;
	width: 170px;
	color: #000000;
	padding-left:2px;
	padding-right:2px;
}

#navbox li ul ul {
	margin-left: 175px;
	margin-top: -21px;
	padding-left:0px;

}

#navbox li:hover ul ul, #navbox li:hover ul ul ul, #navbox li.sfhover ul ul, #navbox li.sfhover ul ul ul {
	left: -999em;
}

#navbox li:hover ul, #navbox li li:hover ul, #navbox li li li:hover ul, #navbox li.sfhover ul, #navbox li li.sfhover ul, #navbox li li li.sfhover ul {
	left: auto;
}
