/* ================================
  CSS STYLES FOR SI PORTAL 
  v1.0, 01/2001
  ================================
*/  

/* PAGE BACKGROUND */
/* background for the header at the top of the page */
.HeadBg {
	background-color: #72C9CF;
	background-position: right;
	background-repeat:no-repeat
}

/* background color for the non content section of the page */
Body
{
	BACKGROUND-IMAGE: url(images/Backgrounds/bg_gradient_blue-D7E8F0.jpg);
	BACKGROUND-COLOR: #C4D9F1;
	BACKGROUND-repeat: repeat-x;
	background-attachment: fixed;
	MARGIN: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* background colour / image for content section */
.TableBodyBackground
{
	background-image: url(/images/Backgrounds/background_frontier_fishing.jpg);
	background-position: Top;
	background-color: white;
}

/* background colour / image for footer section */
.TableFooterBackground
{
	background-image: url(/images/Headers/footer_sports_ignition.jpg);
	background-repeat: no-repeat;
	background-position: Bottom;
	background-color: white;
	height: 82;
}

/* styles for table header section */
.TableHeader
{
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 2px;
}

.editorContent
{
	width: 800px;
	background-color: White;
	padding-top: 10px;
	padding-bottom: 50px;
	border: solid 1px Blue;
}

.editorLinksContent
{
	width: 800px;
	background-color: White;
	border: solid 1px Blue;
	padding: 10px 20px 50px 20px;
}

.MultiPage
{
	border: solid 1px Gray;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	width: 100%;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	height: 100%;
	margin-top: -1px;
}

.cmnEditorLogoHeader
{
  margin-top: 0px;
  overflow: hidden;
  width: 800px;
  height: 160px;
  background-image: url(/images/Headers/franchise_header.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: Red;
}
  
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}  

/* hyperlink style for the site links */
A.SiteLink:link {
	text-decoration:  none;
	color:white;
}

A.SiteLink:visited {
	text-decoration:  none;
	color:#eeeeee;
}

A.SiteLink:active  {
	text-decoration:  none;
	color:#eeeeee;
}

A.SiteLink:hover  {
	text-decoration:  underline;
	color:white;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight:  bold;
}

/* Menu Styles */
.MenuIndent
{
	height: 0px;
	line-height: 0px;
	width: 0px;
}

.EditMenuItem
{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: Transparent;
	margin-left: 3px;
	cursor: hand;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */ 

.SmallTxtWhite
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: White;
}

.FooterIndent20
{
	padding-left: 20;
}

.smlLinksWhite 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight: Bold;
	vertical-align:middle;
}

.smlLinksWhite a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: White;
}

.smlLinksWhite:link
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: White;
}

.smlLinksWhite:hover
{
	color: White;
	font-weight: Bold;
}

.NewsTitleShadow {
	position: relative;
	left: 1px;
	top: 1px;
	color: Gray;
	font-family: Futura Md BT;
	font-style:italic;
	font-size: 30px
}

.NewsTitle {
	position: absolute;
	left: -2px;
	top: -2px;
	color: #B50018;
	font-family: Futura Md BT;
	font-style:italic;
	font-size: 30px
}