HR.CommandSeparator
{
    COLOR: #2060ab
}
A.Command, 
A.DisabledCommand
{
    COLOR: #2060ab;
    FONT: bold 0.8em Tahoma, Verdana, Arial;
    TEXT-DECORATION: none;
    CURSOR: hand;
}
A.Command:hover
{
    COLOR: #003366;
    TEXT-DECORATION: underline;
}
.CommandBar A.Command:hover
{
    TEXT-DECORATION: underline;
}
.DisabledCommandBar A.Command,
A.DisabledCommand
{
	COLOR: #bbbbbb;
	TEXT-DECORATION: none;
	CURSOR: default;
}
.HelpArea
{
  MARGIN-TOP:  8;
}
.HelpIcon
{
  BACKGROUND: #c2dcf4;
  BORDER: #2060ab 1px solid;
  WIDTH: 72;
  HEIGHT: 72;
}

.HelpText
{
	COLOR:			#2060ab;
	FONT:			0.8em Tahoma, Verdana, Arial;
	BACKGROUND:		#dfedf9;
	BORDER:			#2060ab 1px solid;
	BORDER-LEFT:	none;
	PADDING:		4pt;
}

.Submenu {
	BACKGROUND:		#c2dcf4;
	BORDER:			#2060ab 1px solid;
	BORDER-RIGHT:	none;
	WIDTH:			150;
	PADDING:		4;
	LINE-HEIGHT:	50px;
}
.Submenu A.Command {
	FONT-WEIGHT:	normal;
	COLOR:			black;
}
.DisabledCommandBar .Submenu A.Command 
{
	COLOR: #808080;
}
.Command
{
    COLOR: #2060ab;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 0.8em;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold
}

.Button
{
    CURSOR: hand;
}
.ButtonLabel
{
    BACKGROUND-COLOR: transparent;
    BORDER: 0;
    COLOR: black;
    CURSOR: hand;
    FONT: bold 8pt Verdana;
    TEXT-DECORATION: none;
}

TABLE.DropDownCtrlBar
{
    BACKGROUND: #ffffff
}
TABLE.DropDownCtrlBar A.Command
{
    FONT: bold 1.2em Tahoma, Verdana, Arial;
}
TABLE.DropDownCtrlBar A.Command:hover
{
    FONT: bold 1.2em Tahoma, Verdana, Arial;
    TEXT-DECORATION: underline;
}

TABLE.DropDown
{
    BACKGROUND: #ffffff;
    BORDER-TOP: #dddddd 2px solid;
    BORDER-LEFT: #dddddd 2px solid;
    BORDER-BOTTOM: #003366 2px solid;
    BORDER-RIGHT: #003366 2px solid;
}
TABLE.DropDown A.Command
{
    FONT: bold 0.8em Tahoma, Verdana, Arial;
}
TABLE.DropDown A.Command:hover
{
    FONT: bold 0.8em Tahoma, Verdana, Arial;
    TEXT-DECORATION: none;
}
TABLE.DropDown TD.HilightedEntry
{
    BACKGROUND-COLOR: #dfedf9;
}
TABLE.DropDown TD.NormalEntry
{
    BACKGROUND-COLOR: #ffffff;
}
