body {
	border-left: 0;
	margin: 0;

	padding: 0;
}
#dynamicbg {
	position: relative;
	height: 100%;
	background-color: #666;
}
#wrapper {
	position: relative;
	height: 258px;
}
#logo {
	position: absolute;
	top: 29px;
	left: 29px;
	width: 228px;
	height: 31px;
	z-index: 3;
}
#user {
	position: absolute;
	height: 18px;
	top: 8px;
	right: 8px;
	text-align: right;
	z-index: 3;
}
#header {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	width: 100%;
}
#menu {
	position: absolute;
	width: auto;
	height: 54px;
	bottom: 0;
	z-index: 1;
}

/* go button in search area */
.SearchContainer {
	margin-bottom: -10px;
	position: absolute;
}

#SearchContainer input {
	margin: 0;
	border: 2px solid #fff;
	font-size: 9px;
	color: #999;
	background: #000;
	width: 100px;
	height: 15px;
}
.style3 {
	color: #FFFFFF;
	font-size: 10px;
}
.StandardButton {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 10px;
	font-weight: normal;
	background-color: #336799;
}
.ShowcasePane {
	padding: 0;
}
.TopPane {
	padding: 0 0 0 5px;
}
.LeftPane {
	padding: 0;
}
.ContentPane {
	padding: 0 0 0 5px;
}
.RightPane {
	width: 250px;
	padding: 0;
}
.BottomPane {
	padding: 0 0 0 5px;
}
.HeaderPane {
	padding: 5px;
}
.MidLeftPane {
	padding: 0 0 0 5px;
}
.MiddlePane {
	padding: 0;
}
.MidRightPane {
	padding: 0;
}
.Head {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.SubHead {
	font-size: 11px;
	color: #333;
}
.SubSubHead {
	font-size: 11px;
	color: #333;
}
.Normal {
	font-size: 11px;
	color: #333;
}
.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #333;
	text-decoration: none;
}
a.CommandButton:hover {
	color: #333;
	text-decoration: underline;
}
TH, TD, DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a, a:link, a:visited, a:active {
	color: #336799;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
.user, a.user:link, a.user:active, a.user:visited, .user {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.user:hover {
	color: silver;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.search, a.search:link, a.search:active, a.search:visited, .search {
	color: #336799;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.search:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.footer, a.footer:link, a.footer:active, a.footer:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: Normal;
}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: Normal;
}
.links, a.links:link, a.links:active, a.links:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.links:hover {
	color: #336799;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	font-size: 9px;
	color: #888;
	text-decoration: none;
	font-weight: normal;
}
a.breadcrumb:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}



/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/


.MainMenu_MenuContainer {
	background: transparent;
	width: 100%;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_MenuItem {
	width: 150px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #336799;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px 3px 10px;
}
.submenu {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #336799;
	font-size: 11px;
	font-weight: bold;
	border: 1px #8d8d8d solid;
	padding: 0px;
	margin-left: 5px;
	background-color: #fff;
}
.submenuitemselected {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px 5px 10px;
	border: 0 #000 solid;
	background: #336799;
}
.submenuitembreadcrumb {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px 5px 10px;
	border: 0 #000 solid;
	background: #336799;
	/* background-image: url(images/submenu_bg.gif); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom; */
}
.rootmenuitem TD {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #336799;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	/* background-image: url(images/solpart-off.gif); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom; */
	padding: 6px 5px 6px 10px;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
  /* background-image: url(images/solpart-on.gif); */
	/* background-repeat: repeat-x; */
	/* background-position: bottom; */
	padding: 6px 5px 6px 10px;
}
.MainMenu_MenuBreak {
	display: none;
}


/*========================================================*/
/*  Module Menus                                          */
/*========================================================*/


/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #222;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}
