/* 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; margin: 0 0 0 24px; display:  inline; 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. */
.PeerMenu_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. */
.PeerMenu_MenuBar { font-size: 80%; font-style: normal; font-weight: bold; text-align:  left; margin:  0; padding:  0; }

/* This <td> contains the text of the menu item.  Padding must go here. */
.PeerMenu_MenuBar td { padding:  0 0 10px 0; }

/* Dynamically applied to menu items which are not under the mouse. */
.PeerMenu_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. */
.PeerMenu_MenuItemSel { background: #e3e7ce; color: #5e7005; text-decoration: none; }

/* Cursor Change */
.PeerMenu_MenuIcon { cursor: pointer; cursor: hand; }
.PeerMenu_SubMenu { cursor: pointer; cursor: hand; }
.PeerMenu_MenuArrow { cursor: pointer; cursor: hand; }
.PeerMenu_RootMenuArrow { cursor: pointer; cursor: hand; }
.PeerMenu_MenuItemHover { cursor: pointer; cursor: hand; }

