/* 
============================================
Body Settings
============================================
*/

.pagemaster 		{ background: #000000; width:100%; height:100%;}
.skinmaster 		{}

.PageL      { background-image: url(PageL.png); background-repeat: no-repeat; background-position:left top; background-attachment:fixed; width:48px;}
.PageR      { background-image: url(PageR.png); background-repeat: no-repeat; background-position:right top; background-attachment:fixed; width:100%; }
.PageX 		{ background: #000000; width:778px; }
.HeaderL    { background-image: url(HeaderL.png); background-repeat: no-repeat; width:383px; height:112px;}
.HeaderR    { background-image: url(HeaderR.png); background-repeat: no-repeat; width:276px; height:112px;}
.HeaderX    { background-image: url(HeaderX.png); background-repeat: repeat-x; width:100%; height:112px;}
.MenuL      { background-image: url(MenuL.png); background-repeat: no-repeat; width:11px; height:33px;}
.MenuR      { background-image: url(MenuR.png); background-repeat: no-repeat; width:8px; height:33px;}
.MenuX      { background-image: url(MenuX.png); background-repeat: repeat-x; width:100%; height:33px;}
.TopL       { background-image: url(TopL.png); background-repeat: no-repeat; width:60px; height:34px;}
.TopR       { background-image: url(TopR.png); background-repeat: no-repeat; width:56px; height:34px;}
.TopX       { background-image: url(TopX.png); background-repeat: repeat-x; width:100%; height:34px;}
.BodyL      { background-image: url(BodyL.png); background-repeat: repeat-y; width:36px; height:16px;}
.BodyR      { background-image: url(BodyR.png); background-repeat: repeat-y; width:40px; height:16px;}
.BodyX      { background: #FFFFFF; width:100%;}
.Bottom1L   { background-image: url(Bottom1L.png); background-repeat: no-repeat; width:347px; height:23px;}
.Bottom1R   { background-image: url(Bottom1R.png); background-repeat: no-repeat; width:157px; height:23px;}
.Bottom1X   { background-image: url(Bottom1X.png); background-repeat: repeat-x; width:100%; height:23px;}
.Bottom2L   { background-image: url(Bottom2L.png); background-repeat: repeat-y; width:8px; height:100%;}
.Bottom2R   { background-image: url(Bottom2R.png); background-repeat: repeat-y; width:8px; height:100%;}
.Bottom2X   { background-image: url(Bottom2X.png); background-repeat: repeat; width:100%; height:100%;}

.FooterL    { background-image: url(FooterL.png); background-repeat: no-repeat; width:728px; height:44px;}
.FooterR    { background-image: url(FooterR.png); background-repeat: no-repeat; width:56px; height:44px;}
.FooterX    { background-image: url(FooterX.png); background-repeat: repeat; width:100%; height:44px;}

.MediaTabs          { font: bold 9px Arial; font-weight:normal; color: #DDD; text-decoration: none; }
A.MediaTabs:link,    
A.MediaTabs:visited,
A.MediaTabs:active  { color: #DDD; text-decoration: none; }
A.MediaTabs:hover   { color: #FFF; font-weight:normal; text-decoration: none; }

A:link,
A:visited,
A.Normal:link,       
A.Normal:visited        { color: blue; text-decoration: none;  }

A:active,
A:hover,
A.Normal:active,     
A.Normal:hover      { color: blue; text-decoration: none; }


/* 
============================================
Menu Settings 
============================================
*/

.MainMenu_MenuContainer 			{ border: transparent 0px solid;}
.MainMenu_MenuBar 					{ cursor: pointer; cursor: hand; border: transparent 0px solid;}
.MainMenu_TabRootMenuItem TD		{ font-family: Arial; font-size: 12px; background: url(MenuOffX.png); width: 90px; height: 33px;}
.MainMenu_TabRootMenuItemSel TD		{ font-family: Arial; font-size: 12px; background: url(MenuOnX.png); width: 90px; height: 33px; }  	
.MainMenu_TabMenuItemHover TD		{ font-family: Arial; font-size: 12px; background: url(MenuOnX.png); width: 90px; height: 33px;}
.MainMenu_TabMenuItemSelHover TD	{ font-family: Arial; font-size: 12px; background: url(MenuOnX.png); width: 90px; height: 33px;}

.MainMenu_MenuItem 					{ cursor: hand; background-color: #AAAAAA; font-family: Tahoma, Arial; font-size: 11px; color: WHITE; height: 25px; width: 150px; border-bottom: #4780c7 0px dotted; padding: 2px;}
.MainMenu_MenuIcon 					{ cursor: pointer; cursor: hand; display: none; }
.MainMenu_SubMenu 					{ cursor: pointer; cursor: hand; background-color: #EEEEEE; width: 150px; border: 1px solid #4780c7; padding: 0px; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color='#EFEFEF', Direction=135, Strength=2) alpha (opacity=90); }
.MainMenu_MenuBreak 				{ height: 0px; background-color: transparent; border: transparent 0px solid;}
.MainMenu_MenuItemSel 				{ cursor: pointer; cursor: hand; background-color: #4780c7; font-family: Tahoma, Arial; font-size: 11px; color: #FFFFFF; height: 25px; width: 150px; border: transparent 0px solid; padding: 2px; }
.MainMenu_MenuArrow 				{ cursor: pointer; cursor: hand; display: none; }
.MainMenu_RootMenuArrow 			{ cursor: pointer; cursor: hand; }
