/* Pane layout.  Most text styles are defined in skin.css, and may be overridden here if necessary. */

#leftArea { float: left; width: 152px; display:  inline; margin: 15px 24px; }
#contentArea { float:  left; display:  inline; margin: 0 0 0 24px; width:  700px; }
#breadcrumbs { width:  700px; }
#contentArea .container-title { margin:  0 0 10px 0; padding:  0; }
#pagebody { background:  url(images/pagebody_bg.jpg) top left repeat-y; padding:  0; margin:  0; }

/* SOLPARTMENU overrides.  SOLPARTMENU is rendered with nested tables. This is the outermost table.  This sets the overall size. */
.ChildMenu_MenuContainer { margin: 0; height: auto; }

/* Each menu item is rendered as a 1-by-1 table within the outer table. This style is applied to the <tr> element containing the item.  Since the menu items do not wrap across lines, the menu size uses absolute font sizes so that they don't scale with the rest of the page. */
.ChildMenu_MenuBar { font-size: 80%; font-style: normal; font-weight: bold; text-align:  left; padding:  0; margin:  0; }

/* This <td> contains the text of the menu item.  Padding must go here. */
.ChildMenu_MenuBar td { padding:  0 0 10px 0; }

/* Dynamically applied to menu items which are not under the mouse. */
.ChildMenu_MenuItem { color: #5e7005; text-align:  left; margin:  0; padding:  0; text-decoration: none; white-space: normal; }

/* Dynamically applied to the menu item under the mouse. */
.ChildMenu_MenuItemSel { background: #e3e7ce; color: #5e7005; text-decoration: none; }

/* Cursor Change */
.ChildMenu_MenuIcon { cursor: pointer; cursor: hand; }
.ChildMenu_SubMenu { cursor: pointer; cursor: hand; }
.ChildMenu_MenuArrow { cursor: pointer; cursor: hand; }
.ChildMenu_RootMenuArrow { cursor: pointer; cursor: hand; }
.ChildMenu_MenuItemHover { cursor: pointer; cursor: hand; }
#topArea
{
	border: 1px dotted black;
}

#leftArea
{
	border: 1px dotted red;
}

#contentArea
{
	border: 1px dotted green;
}

/* BottomArea is above the footer, and will usually be empty.
*/
#bottomArea
{
	border: 1px dotted black;
}


