/* CSS Document */

table{width:100%;}
td.ewTableHeader{width:30%;}
table.ewItemTable{width:auto;}

 
/* Spry Menu Bar */
 
/* Outermost menu container has no borders on all sides */
ul.MenuBarVertical {
	width: 180px;
	border: 0px;
	margin:5px;
}
ul.MenuBarVertical li {
	width: 180px;
}
ul.MenuBarVertical ul {
	width: 180px;
}
ul.MenuBarVertical ul li {
	width: 180px;	
}
 
/* Menu items are a block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #F5F5F5;
	padding: 0.50em 0.75em;
	color: #000;
	text-decoration: none;
	border:1px solid #CCC;
	font-weight:bold;
}
 
/* Menu items that have mouse over or focus have the following background and text color */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: #333333;
	color: #FFF;
}
 
/* Menu items that are open with submenus are set to MenuBarItemHover with the following background and text color */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #333333;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(images/SpryMenuBarRight.gif);
}
 
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(images/SpryMenuBarRightHover.gif);
}
