body{
	font-family: arial, verdana;
	font-size: 12pt;
	color: #404040;
	background: #e6e6e6;
	margin: 0px;
	padding: 0px;
}

a{
	color: #ffffff;
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

.RightSideBar a,
.SideBar a{
	color: #B5C5DF;
}

a img{
	border: none;
}

.MainShadows{
	width: 1000px;
	background: url(../images/shadows.png) repeat-y top left;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

.Main{
	width: 900px;
	margin-left: 50px;
	background: url(../images/main-gradient.jpg) repeat-x top left;
	padding-top: 20px;
}

.Heading{
	font-size: 50px;
	font-variant: small-caps;
	margin: 0px 0px 0px 44px;
	* margin: 0px 0px 0px 33px;
	overflow: hidden;
}

.Est{
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 55px;
	text-align: right;
}

.Heading a{
	float: left;
}

.Heading .Text{
	padding-right: 42px;
	text-align: right;
	padding-top: 22px;
}


.Navigation{
	padding-top: 4px;
	font-weight: bold;
	background: url(../images/nav-bg.png) repeat-x top left;
	overflow: hidden;
	height: 32px;
	margin-left: -5px;
	padding-left: 5px;	
	width: 905px;
}

.Navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
   z-index: 1000;
}

.Menu ul{
	margin-left: 5px;
}

.Navigation li{
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10pt;
	cursor: pointer;
	color: #ffffff;
	* position: relative;
}

.Navigation a:hover{
   text-decoration: none;
}

.Menu li{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: none;
	font-size: 12px;
	color: #404040;
}

.Menu li a{
	color: #404040;
	display: block;
	* width: 100%;
}

.Menu li b{
	font-size: 13px;
}

.RightSideBar,
.SideBar{
	width: 208px;
}

.SideBar{
   float: left;
   margin-left: -50px;
   height: 810px;
}

.RightSideBar{
   float: right;
   margin-right: -70px;
   height: 750px;
}

.RightSideBar .Content,
.SideBar .Content{
	width: 200px;
	float: left;
	background: #627391;
   color: white;
   height: 100%;
}

.RightSideBar .TopRight,
.SideBar .TopRight{
	background: url(../images/sidebar-shadow-top-right.png) no-repeat left top;
	width: 8px;
	height: 8px;
	float: left;
}

.RightSideBar .Right,
.SideBar .Right{
	background: url(../images/sidebar-shadow-right.png) repeat-y left top;
	width: 8px;
	float: left;
}

.SideBar .Right{
   height: 802px;
}

.RightSideBar .Right{
   height: 742px;
}

.RightSideBar .BottomLeft,
.SideBar .BottomLeft{
	background: url(../images/sidebar-shadow-bottom-left.png) no-repeat left top;
	width: 7px;
	height: 8px;
	float: left;
}

.RightSideBar .Bottom,
.SideBar .Bottom{
	background: url(../images/sidebar-shadow-bottom.png) repeat-x left top;
	width: 193px;
	height: 8px;
	float: left;
}

.RightSideBar .BottomRight,
.SideBar .BottomRight{
	background: url(../images/sidebar-shadow-bottom-right.png) no-repeat left top;
	width: 8px;
	height: 8px;
	float: left;
}

li .Menu{
	display: none;
}

li:hover .Menu{
	display: block;
	margin-left: -5px;
	position: absolute;
	* left: 45px;
	* top: 16px;
	margin-top: -29px;
}

.Menu .Content{
	background: url(../images/menu-bg.png);
	width: 120px;
	font-weight: normal;
}

.Menu .Top{
	background: url(../images/menu-top.png) no-repeat right top;
	height: 8px;
	width: 127px;
}

.Menu .Middle{
	background: url(../images/menu-middle.png) repeat-y top right;
	margin-right: -7px;
}

.Menu .Bottom{
	background: url(../images/menu-bottom.png) repeat-x left top;
	width: 127px;
	height: 8px;
}

.Middle ul li:hover{
	background: #e9131a;
	margin-left: -5px;
	margin-right: 7px;
	padding-left: 5px;
	color: #ffffff;
}

.Middle ul li.NoLink:hover{
	background: none;
	cursor: auto;
	color: #404040;
}


.Middle ul li:hover a{
	color: #ffffff;
}

.RightSideBar .Title,
.SideBar .Title{
	color: #ffffff;
	margin: 10px 0px 10px 10px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
}

.RightSideBar .Details,
.SideBar .Details{
	color: #ffffff;
	margin: 10px 0px 10px 10px;
	font-family: verdana;
	font-size: 11px;
}

.RightSideBar .Details h1,
.SideBar .Details h1{
   margin: 15px 0px 5px;
   font-size: 12px;
}

.RightSideBar .Details p,
.SideBar .Details p{
   margin: 10px 0px;
}

.RightSideBar .Divider,
.SideBar .Divider{
	height: 2px;
	background: url(../images/divider.gif) repeat-x top left;
}

.SideBar table.Details{
	margin: 0px;
	width: 190px;
}

.SideBar table.Details .Team{
	text-align: left;
   width: 95px;
}

.SideBar table.Details th,
.SideBar table.Details td{
	text-align: center;
}

.Page{
	margin: 50px 20px 0px 0px;
}

.PageHeading{
	color: #627391;
	font-size: 30px;
	font-variant: small-caps;
	font-weight: bold;
}

.PageContent{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
   float: left;
   width: 720px;
}

.Home.PageContent{
	width: 575px;
}

.Tables.PageContent{
   width: 860px;
}

.PageBottom{
	background: url(../images/bottom-gradient.jpg) bottom left repeat-x;
	height: 151px;
	width: 900px;
	color: #ffffff;
	bottom: 0px;
   clear: both;
}

.Premierships{
	color: #627391;
	font-size: 10px;
	font-weight: bold;
	margin-top: 13px;
}

.Championships{
   float: left;
}

.Cups{
   float: left;
   margin-left: 25px;
}

.WebMaster{
	font-size: 11px;
	text-align: center;
}

.Details.Matches{
	overflow: hidden;
}

.Details.Matches div{
	padding: 2px;
}

.Details.Matches .Iggies{
	text-align: left;
	float: left;
}

.Details.Matches .VS{
	text-align: center;
	float: left;
   padding: 2px 5px;
}

.Details.Matches .AwayTeam{
	text-align: left;
	float: left;
}

.ContentImage{
	text-align: center;
}

.Caption{
	font-size: 9px;
   margin-top: 3px !important;
}

.PageContent a{
	color: #627391;
	font-weight: bold
}

.NoSidebar .PageHeading,
.NoSidebar .PageContent{
	padding-left: 20px;
}

.Photo{
	float: left;
	margin: 0 5px;
	width: 276px;
	text-align: center;
}

.SubHeading{
	color: #627391;
	font-family: arial;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

.PhotoRow{
	margin: 20px 0px; 
	overflow: hidden;
}

.Section{
	background: url(../images/section-gradient.png) repeat-y;
	border-bottom: 1px solid #CFCFCF;
	padding: 0px 10px;
	margin-top: 30px;
   overflow: hidden;
}

.PageContent hr{
	width: 50%;
	color: #404040;
	margin: 20px 10px;
}

.Photo_Left{
	float: left;
	overflow: hidden;
	width: 600px;
	margin-right: 40px;
}

.Photo_Left img{
	float: left;
	margin-right: 10px;
}

.RightSideBar .Details ul,
.SideBar .Details ul{
	list-style-type: square;
	padding-left: 26px;
	margin: 10px 0px;
   display: block;
}

.PageContent .Fixtures,
.PageContent .Social{
	width: 100%;
}

.PageContent .Tables th{
	text-align: center;
	padding: 0px 3px 12px 3px;
	font-size: 14px;
	font-weight: bold;
}

.PageContent .Fixtures th{	
	padding: 0px 3px 12px 3px;
	font-size: 14px;
	font-weight: bold;
}

.PageContent .Social th{
	text-align: left;
	padding: 0px 3px 12px 3px;
	font-size: 14px;
	font-weight: bold;
}

.PageContent .Fixtures td{	
	padding: 3px;
	text-align: center;
}

.PageContent .Social td{
	text-align: left;
	padding: 5px;
   vertical-align: top;
}

.PageContent .Tables td{
	text-align: center;
	padding: 3px;
   width: 50px;
}

.PageContent .Tables .First_Column{
	text-align: left;
   width: 150px;
}

.PageContent .Fixtures .Home{
	font-weight: bold;
}

.PageContent .Fixtures tr.Header,
.PageContent .Tables tr.OISC{
	background: #B5C5DF;
}

.PageContent .Fixtures .Notice{
	text-align: center;
	font-style: italic;
}

.PageContent .Tables tr:hover{
	background: #A7B0BF;
}

.PageContent .Fixtures tr:hover,
.PageContent .Social tr:hover,
.PageContent .HonourboardDetails tr:hover{
	background: #DFDFDF;
}

.PageContent .Fixtures .Heading_Row:hover,
.PageContent .Tables .Heading_Row:hover,
.PageContent .Social .Heading_Row:hover{
	background: none;;
}

.Round{
	padding-right: 10px;
}

.Round,
.LeagueTable{
	display: none;
}

.Round.Active,
.LeagueTable.Active{
	display: block;
}

.Round h1{
	font-size: 16px;
}

.Round h2{
	font-size: 14px;
}

.Date{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 40px;
}

.SideBar .LeagueTable .OISC{
	background: #8399BF;
}

.SideBar .Details.Tables{
	height: 295px;
}

.SideBar .Details.Tables h3{
	font-size: 11px;
}

.TeamPhotos{
	overflow: hidden;
	height: 100px;
	width: 900px;
}

.HonourboardTable{
	overflow: hidden;
	width: 850px;
	margin-top: 20px;
}

.HonourboardYear{
	float: left;
	width: 50px;
}

.HonourboardDetails{
	float: left;
	overflow-x: scroll;
	width: 800px;
	padding-top: 0px;
}

.PageContent .HonourboardTable th{
	background: #A7B0BF;
	text-align: left;
}

.HonourboardDetails td{
	vertical-align: top;
}

.TopLink{
	float: right;
	padding: 0px 21px 0px 0px;
	margin: 5px 5px 0px 0px;
	background: url(../images/top.png) no-repeat top right;
}

.Video{
	text-align: center;
	margin: 40px;
}

.Map{
   float: left;
   width: 310px;
}

.FooterMenu{
   padding-top: 115px;
   font-size: 12px;
   text-align: center;
}

.Column{
   float: left;
   width: 50%;
}
