/* MailSite ExpressPro 8.0.4.7 */
/* menuStyle.css Copyright 2005-2007 Rockliffe, Inc. */

/* Styles for the top level menus, button bars and context menus 
 * This file should be edited in conjunction with Menu.skin which defines
 * extra margin information for each type of menu / button item along with
 * which style set should be used for each item type /*

/* The style for the top "File View Folder Message" menu bar area */
.MenuPanel
{
	background-color: #C8DBF1;
	margin-bottom: 0px;
	width: 100%;
	margin: 0;
	display: block;
	background-image: url(images/menu/top_left_curve.gif);
	background-repeat: no-repeat;
	height: 26px;
}

/* The style for the button bar area containing the Compose, Reply, New Contact, New Event buttons  */
.ToolbarPanel
{
	background-image: url(images/menu/menu_gradient.gif);
	background-repeat: repeat-x;
	background-color: #D6E8FF;
	margin-bottom: 0px;
	/* Explicit height due to floated children */
	height: 28px;
	width: 100%;
	margin: 0;
	display: block;
	clear: both;
}

/* The Style for the Logo image located in the top menu bar */
.MenuLogo 
{
	border: none;
	margin: 3px 5px 3px 0px;
	float: right;
}

.MenuLogo img {
	border: none;
}

/* The style for the bounding area containing the (File View Folder Message) drop down menus */
.TopGroup
{
	cursor:default; 
}

/* Styles controling the appearance of the background to the drop down menus and right click context menus */
.MenuGroup
{
  background-image:url(images/menu/group_background.gif);
  background-repeat: repeat-y;
  background-color:#FFFFFF;
  border:solid 1px #9AC6FF; 
  cursor:default; 
}

/* used by the DefaultItemLook to control the normal appearance of an item on a context or drop down menu */
.MenuItem
{
	color:black;  
	font-size:9pt;
	font-weight: normal;
	margin: 3px;
}

/* used by the DefaultItemLook to control the appearance of an item on a context or drop down menu when it is hovered over */
.MenuItemHover
{
	background-color:#F6DEA4; 
	color:black; 
	font-size:9pt; 
	border:solid 1px #F89920; 
	margin: 2px; 
}

/* used by the DisabledItemLook to control the normal appearance of an item on a context or drop down menu that is disabled */
.DisabledMenuItem
{
	color:Gray; 
	font-size:9pt; 
	margin: 3px; 
}

/* used by the DisabledItemLook to control the appearance of an item on a context or drop down menu that is disabled when it is hovered over*/
.DisabledMenuItemHover 
{
	background-color:#F6DEA4; 
	color:Gray; 
	font-size:9pt; 
	border:solid 1px #F89920; 
	margin: 2px;
}

/* Used by the TopItemLook to define the normal appearance of a top level (File View Folder Message) menu item */
.TopMenuItem
{
  color:#C8DBF1;
  font-size:9pt;
  font-weight: bold;
  margin: 3px; 
  padding: 3px 10px 4px 10px;
}

/* Used by the TopItemLook to define the appearance of a top level (File View Folder Message) menu item when hovered over*/
.TopMenuItemHover
{
  background-color:#C6DBF7; 
  color:black; 
  font-weight: bold;
  font-size:9pt; 
  margin: 3px; 
  padding: 3px 10px 4px 10px;
}

/* Used by the ButtonItemLook to define the normal appearance of a button bar item */
.ButtonMenuItem
{
  color:black;  
  font-size:9pt; 
  margin: 2px 2px 2px 4px; 
}

/* Used by the ButtonItemLook to define the appearance of a button bar item when hovered over*/
.ButtonMenuItemHover
{
  background-color:#F6DEA4; 
  color:black; 
  font-size:9pt; 
  border:solid 1px #F89920; 
  margin: 1px 1px 1px 3px; 
}

/* Used by the BreakItem look to control the appearance of the section breaks in drop down and context menus */
.MenuBreak
{
	width:100%;
	height:1px;
}

/* Used by ScrollDown and ScrollUp item looks to contol the appearance of a scroll bar on a drop down or context menu */
.ScrollItem
{
  background-color:#D4D0C8; 
  font-family:verdana; 
  font-size:12px; 
  border:solid 1px #D4D0C8; 
  cursor:default;
  text-align:center;
}

/* Used by ScrollDown and ScrollUp item looks to contol the appearance of a hovered over scroll bar on a drop down or context menu */
.ScrollItemH
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:solid 1px gray; 
  cursor:default;
  text-align:center;
}

/* Used by ScrollDown and ScrollUp item looks to contol the appearance of an active scroll bar on a drop down or context menu */
.ScrollItemA
{
  background-color: darkgray; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:solid 1px gray; 
  cursor:default;
  text-align:center;
}
