body {
	margin: 10px;
	background: #666666 url(images/bg.gif) repeat-x fixed center top;
}
.content {
	border: 8px solid #000000;	
}

.SkinObject {
	color: black;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #999999;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #999999;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #999999;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #999999
}

/*  Main Menu and Module Menus */

/*-- box that holds the menu  --*/ 
.MainMenu_MenuContainer { 
	background-color: transparent;  
	width: 50px; 
}
	
/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar {
	width: 50px; 
	background-color: transparent;
}
/*-- submenu container        --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
	z-index: 1000;
	margin: 0 0 0 1px;
	padding: 0px;
	border: 1px solid #999;
	font-weight: normal;
	filter: none;
	background-color: #D6D6D6;
}

/*-- submenu items idle       --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem {
	font-family: tahoma;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 30px 0px 16px;
	height: 20px;
	border: 0;
	background-color: transparent;
}

/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0px 30px 0px 16px;
	height: 20px;
	border: 0;
	background-color: transparent;
}

/*-- menuitems idle --*/
.MainMenu_Idle {
	color: #666; p
	adding: 0; 
	height: 22px; 
	font-weight: bold;
}

/*-- menuitems over --*/
.MainMenu_Selected { 
	color: #666; 
	padding: 0; 
	height: 22px; 
	font-weight: bold;
}

/*-- menuitems active --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #666; 
	padding: 0; 
	height: 22px; 
	font-weight: bold;
}

/*-- not needed - main menu --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  {
	display: none;
}

/*-- module menu continer     --*/ 
.ModuleTitle_MenuContainer { 
	color: #2c2c2c; 
}

/*-- module menu bar          --*/
.ModuleTitle_MenuBar { 
}

/*-- module menu padding      --*/
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { 
	padding: 0 5px 0 0; 
}

/*-- not needed - module menu --*/ 
.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { 
display: none; 
}

