/**
	Define: Styles for MF Global Header.
	Notes:	ID's used by javascript thus care to be taken when editing.
**/


/* Temporary CSS - Not to be included in site */

* {
    margin:0;
    padding:0;
}

body {
    font-size:62.5%;
}   


/* 	Wrap all.
	#MFGlobalHeader - this width may be adjusted as needed for every site.	
*/
#MFGlobalHederWrapAll  { position:relative; z-index:50000; background:#EEEEEE url(../images/MFGlobalHeaderBgBott.gif) bottom left repeat-x; font-size:1.2em; }
#MFGlobalHeader { width:900px; min-height:28px; height:auto !important; height:28px; margin:0 auto; position:relative; font-family:Arial, Helvetica, sans-serif; }

/* Slider component */
#MFLogoSliderContainer { height:28px; width:236px; position:absolute; top:0; right:0;  }
#MFsliderToggle { cursor:pointer; position:relative; width:220px; height:28px; background:url(../images/MFSliderToggle.png) bottom center no-repeat; margin:0 0 0 8px  }
#MFLogoSlidingContents { background:url(../images/MFsliderGradientTop.png) top left no-repeat; text-align:center; width:236px; padding:28px 0 5px 0; margin:-28px auto 0 auto; }

#MFLogoSlidingContents ul {background:url(../images/MFsliderBgRepeat.png) top left repeat-y; padding:5px 0 0 0; list-style-type:none;  }

#MFLogoSlidingContents img { border:1px solid #dedede; margin-bottom:3px; }
#MFLogoSlider { background:url(../images/MFsliderGradientBott.png) bottom left no-repeat; padding-bottom:10px; }

/* Ticker component */
#MFTicker { overflow:hidden; height:13px; padding:4px 0 3px 2px; }
#MFTicker ul#tickerList li { height:30px; }
#MFTicker ul#tickerList li, 
#MFTicker ul#tickerList li a, 
#MFTicker ul#tickerList li a:visited {
    color:#2c558b;
    font-weight:normal !important;
}


/* IE 6 - Lack of PNG Support means reverting to solid color treatments instead */
* html #MFsliderToggle { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/MFSliderToggle.png", sizingMethod="crop"); }
* html #MFLogoSlidingContents { width:220px;}
* html #MFLogoSlider { padding-bottom:0; }
* html #MFLogoSlidingContents ul,
* html #MFLogoSlidingContents,
* html #MFLogoSlider { background-image:none; background-color:#EEEEEE; }
