﻿.TopGroup
{
	background-color: #0265CA;
	color: #ffffff;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	width: 214px;
	cursor:default;
}

.MenuGroup {
	background-color: #0265CA;
	color: #ffffff;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	width: 214px;
	cursor:default;
}

.TopMenuItem
{
	background-color: #0265CA;
	color: #ffffff;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	width: 214px;
	cursor:default;
}

.TopMenuItemHover
{
	background-color: #E79E0D;
	color: #ffffff;
	padding: 0px;
	width: 214px;
	cursor:default;
	border-bottom: 1px dotted Gray;
}

.MenuItem {
	background-color: #0265CA;
	color: #ffffff;
	padding-left: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	width: 214px;
	cursor:default;
	border-bottom: 1px dotted Gray;
}

.MenuItemHover {
	background-color: #E79E0D;
	color: #ffffff;
	padding: 0px;
	width: 214px;
	cursor:default;
	border-bottom: 1px dotted Gray;
}

.MenuItemExpanded
{
	background-color: #E79E0D;
	color: #ffffff;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	cursor:default;
	border-bottom: 1px dotted Gray;
}

.MenuItemActive
{
	background-color: #E79E0D;
	color: #ffffff;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	cursor:default;
	border-bottom: 1px dotted Gray;
}

.MenuBreak
{
	background-color: #0265CA;
	color: #ffffff;
    width:100%;
    height:2px;
    cursor:default;
}


.SetMarginsHover {
  margin:0;
  background:#fff url("images/setMarginsHoverBg.gif") repeat-x;
  color: #000;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:tahoma;
  font-size:11px;
  cursor:default;
}


.SetMarginsActive {
  margin:0;
  background:#fff url("images/setMarginsActiveBg.gif") repeat-x;
  color: #454545;
  border: 1px solid #ddd;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  font-family:tahoma;
  font-size:11px;
  cursor:default;
}


.ScrollItem
{
  background-color:#eee;
  color:#666;
  border: 1px solid #ccc;
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#eee;
  color:#000;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  color: #454545;
  background-color:#fff;
  border: 1px solid #ddd;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  text-align:center;
  cursor:default;
}
