/* ================================
    CSS STYLES FOR SI PORTAL 
    v1.0, 01/2001
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg {
	background-color: Grey;
	background: url(images/Headers/header_mp_personnel_800px.jpg) repeat-x center top;
}

/* background color for the content part of the pages */
Body
{
	/* background: url(images/Backgrounds/background_sports_ignition_fade.jpg) repeat-x fixed left bottom; */
	background-color:white;
}

.TableBodyBackground
{
	background-image:url(images/Backgrounds/body_bg.gif);
	background-color:white;
}

.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;
}

.TableFooterBackground
{
	background-image: url(images/Headers/footer_sports_ignition.jpg);
	background-repeat: no-repeat;
	background-position: Bottom;
	background-color: white;
	height: 82;
}

/* 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: 42px;
	font-weight: bold;
	color: Teal;
}
    
/* 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 */
.MenuStyle 
{
	background-color:#6A6A6A;
	border:1px;
	border-style:solid;
	border-color:Black;
}

.MenuItem 
{
	background-color:#6A6A6A;
	font-family:Verdana;
	color:White;
	font-size:12px;
	border:1px;
	border-style:solid;
	border-color:Black;
	padding:2px;
	padding-left:4px;
	padding-right:8px;
	cursor:default;
	cursor:hand;
}

.MenuItemMouseOver 
{
	background-color:#5050f0;
	color:white;
	font-family:Verdana;
	font-size:12px;
	border:1px;
	border-style:solid;
	border-color:Black;
	padding:2px;
	padding-left:4px;
	padding-right:8px;
	cursor:default;
	cursor:hand;
}

.SelectedMenuItem 
{
	background-color:White;
	font-family:Verdana;
	color:Maroon;
	font-size:12px;
	border:1px;
	border-style:solid;
	border-color:Black;
	padding:2px;
	padding-left:4px;
	padding-right:8px;
	cursor:default;
	cursor:hand;
}