/* Begin classes for MODULE Block */
.mdlErrorAsterisk,
.mdlErrorGeneric,
.mdlErrorRequired
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.mdlErrorGeneric
{
    color: #ff0000;
}
.mdlErrorRequired
{
    color: #000000;
}
.mdlErrorAsterisk
{
    color: #ff0000;
}
/* End classes for MODULE Block */

/* Begin classes for SELECT EDITVERSION Block */
TD.folderCell,
TD.folderCellSelected
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	font-weight: bold;
  border-right: #000000 1px solid;
  border-top: #000000 1px solid;
}
TD.folderCell
{
  border-bottom: #000000 1px solid;
  cursor: hand;
}
TD.folderCellSelected,
TD.folderCell A,
TD.folderCell A:active,
TD.folderCell A:visited,
TD.folderCell A:hover,
TD.folderCellSelected SPAN
{
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
/* End classes for SELECT EDITVERSION Block */

/* Begin classes for COMMANDS Block */
TD.commandCell,
TD.commandCellOver,
TD.commandCellDisabled,
TD.commandCellDisabledOver
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.7em;
  text-align: center;
  height: 20px;
}
TD.commandCell,
TD.commandCellOver
{
  border-top: #00056a 1px solid;
  border-left: #00056a 1px solid;
  border-bottom: #00056a 1px solid;
  border-right: #00056a 1px solid;
  background-color: #d3d3d3;
}
.commandCell
{
  color: #000000;
  background-color: green;
}
.commandCellOver
{
  color: #ff0000;
  cursor: hand;
  background-color: blue;
}
TD.commandCellDisabled,
TD.commandCellDisabledOver
{
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
  border-bottom: #999999 1px solid;
  border-right: #999999 1px solid;
  background-color: #efefef;
}
.commandCellDisabled
{
  color: #555555;
}

A.commandLink,
A.commandLink:visited,
A.commandLink:active,
A.commandLink:hover
{
  color: #000000;
  text-decoration: none;
}
A.commandLinkOver,
A.commandLinkOver:visited,
A.commandLinkOver:active,
A.commandLinkOver:hover
{
  color: #0077d4;
  text-decoration: none;
}
A.commandLinkDisabled, 
A.commandLinkDisabled:visited, 
A.commandLinkDisabled:active, 
A.commandLinkDisabled:hover, 
A.commandLinkDisabledOver, 
A.commandLinkDisabledOver:visited, 
A.commandLinkDisabledOver:active, 
A.commandLinkDisabledOver:hover
{
  cursor: default;
  color: #555555;
  text-decoration: none;
}

A.ControlInnerLink,
A.ControlInnerLink:visited,
A.ControlInnerLink:active,
A.ControlInnerLink:hover,
A.ControlInnerLinkDisabled,
A.ControlInnerLinkDisabled:visited,
A.ControlInnerLinkDisabled:active,
A.ControlInnerLinkDisabled:hover
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
  text-decoration: none;
}
A.ControlInnerLinkDisabled,
A.ControlInnerLinkDisabled:visited,
A.ControlInnerLinkDisabled:active,
A.ControlInnerLinkDisabled:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
  text-decoration: none;
}
/* End classes for COMMANDS Block */
