﻿/* Sitewide layout styles */

body
{
}
img
{
}
#masthead img
{
	display:block;
	border:0px;
}
#wrapper{
	background:url('http://www.seaeagles.com.au/site/_template/mse/images/eagles_main_bg.jpg') no-repeat center top;
/*	text-align:center; */
}
#container{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#masthead
{
	margin:0;
	padding:0;
}
#bannerbottom
{
	float:left;
	width:580px;
}
#contenttop
{
	margin:0 0 10px 0;
	height:36px;
}
#menu
{
	font-family:helvetica,arial;
	font-size:12px;
	margin:0;
	padding:0;
	margin:0 0 10px 0;
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/nav_stretch.gif') no-repeat top left;
	width:880px;
	height:36px;
	float:left;	
}
#wrapper #container #nrl_logo
{
	float:left;
	width:80px;
	/*margin:2px 0px 0px 0px;	*/
}
#wrapper #container #nrl_logo img
{
	display:inline;
}
#leftcol
{
	display:inline;
	float:left;
	width:630px;
	margin:0 0 0 10px;
}
#rightcol
{
	display:inline;
	float:left;
	width:300px;
	margin:0 0 0 8px;
}

/* Sitewide object/element styles */

/* Generic site headings */
.header
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/header_left.gif') no-repeat top left;
	color:white;
	font-weight:bold;
	font-style:italic;
	height:26px;
	margin:0 0 10px 0;
	text-align:center;
}
.header .headerright
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/header_right.gif') no-repeat top right;
	height:26px;
	margin:0 0 0 8px;
	padding:6px 8px 0 0;
}

/* Generic links */
a
{
	color:#6A1A41;
}
a:active,
a:link, 
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/* Related links */
.related
{
	padding:5px;
}
.relatedlink
{
	color:#000;
	padding:0 0 0 16px;
}
.Article,
.Document,
.Link
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/related_article_FFFFFF.gif') no-repeat left center;
	display:inline-block; 
	line-height:1.1em; 
	vertical-align:middle; 
}
.row .Article,
.row .Document,
.row .Link
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/related_article_EEEEEE.gif') no-repeat left center;
	display:inline-block; 
	line-height:1.1em; 
	vertical-align:middle; 
}
.Audio,
.Video,
.PhotoGallery
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/related_media_FFFFFF.gif') no-repeat left center;
	display:inline-block; 
	line-height:1.1em; 
	vertical-align:middle; 
}
.row .Audio,
.row .Video,
.row .PhotoGallery
{
	background:url('http://eagles.nrl.sportal.net.au/site/_template/mse/images/related_media_EEEEEE.gif') no-repeat left center;
	display:inline-block; 
	line-height:1.1em; 
	vertical-align:middle; 
}


/* Any elements that require banding should use these two classes */
.row
{
	background-color:#EEE;
}
.altrow
{
	background-color:#F7F7F7;
}

/*Form error*/
.error
{
	color:red;
}

/* For clearing divs containing floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Big Pond */
#bphf-search-field img,
#bphf-iconlinks img
{
        display:inline;
}