a:active
{
	color: Navy;
}
a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}

a:hover
{
	color: Blue;
}

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

BODY.Tree
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
  BACKGROUND-REPEAT: repeat-y;
  background-image:url(../images/ContentCell.gif);
}

.bodyTable {
    background-color: white;
    width: 100%;
    height: 100%;
}

.bodyCell {
    padding-top: 10px;
    padding-left: 0px;
    vertical-align: top;
}

.BlockHeader
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/BlockHeader.gif);
    width:100%;
}

.SearchHeaderCollapsed
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/BlockHeaderColapsed.gif);
    width:100%;
    cursor: hand;
}

.SearchHeaderCollapsedOver
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/BlockHeaderColapsedOver.gif);
    width:100%;
    CURSOR: hand;
}

.SearchHeaderExpanded
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/BlockHeaderExpanded.gif);
    width:100%;
    CURSOR: hand;
}

.SearchHeaderExpandedOver
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/BlockHeaderExpandedOver.gif);
    width:100%;
    CURSOR: hand;
}

.ReadOnlyTextbox
{
  height: 24px;
  width:100%;
  padding-top:2px;
  border-right: gainsboro thin solid;
  border-top: gainsboro thin solid;
  border-left: gainsboro thin solid;
  border-bottom: gainsboro thin solid;
  background-color: white;
}

.ReadOnlyTextboxRemarks
{
  height: 38px;
  width:100%;
  padding-top:2px;
  border-right: gainsboro thin solid;
  border-top: gainsboro thin solid;
  border-left: gainsboro thin solid;
  border-bottom: gainsboro thin solid;
  background-color: white;
}

.ReadOnlyCombobox
{
  height: 24px;
  width:100%;
  padding-top:2px;
  border-right: gainsboro thin solid;
  border-top: gainsboro thin solid;
  border-left: gainsboro thin solid;
  border-bottom: gainsboro thin solid;
  background-color: white;
}

.Mandatory 
{
    COLOR: red
}

.ContentTable {
  width: 100%;
  height: 100%;
	background-color: White;
  BACKGROUND-REPEAT: repeat-y;
  background-image:url(../images/ContentTable.jpg);
}

.DataBlockTable
{
  border-left: silver 1px solid;
  border-bottom: silver 1px solid;
  width:100%;
}

TR.BodyHeader1 {
  width: 100%;
  height: 6;
	background-color: White;
  BACKGROUND-REPEAT: no-repeat;
  background-position:right;
  background-image:url(../images/BodyHeaderBackground1.gif);
}

TR.BodyHeader2 {
  FONT-WEIGHT: bold;
  width: 100%;
  height: 22;
	background-color: White;
  BACKGROUND-REPEAT: no-repeat;
  background-image:url(../images/BodyHeaderBackground3.gif);
}

.DataButtonsTable
{
}

.ContentCell {
    vertical-align:top;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 8px;
    background-color:white;
    BACKGROUND-REPEAT: repeat-y;
    background-image:url(../images/ContentCell.gif);
    width:100%;
}

.LoginTable
{
    width:364;
    height:142;
}

.LoginCell {
    vertical-align:top;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 8px;
    background-color:white;
    BACKGROUND-REPEAT: no-repeat;
    background-image:url(../images/LoginBackground.gif);
}

TD.Header
{
  PADDING-RIGHT: 4px;
  BACKGROUND-POSITION: left bottom;
  PADDING-LEFT: 4px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  BACKGROUND-IMAGE: url(../images/HeaderBackground.gif);
  PADDING-BOTTOM: 4px;
  COLOR: Black;
  PADDING-TOP: 4px;
  BACKGROUND-REPEAT: repeat-x;
  HEIGHT: 10px;
  BACKGROUND-COLOR: #FAE7C1;
}

TD.Header a
{
  text-decoration: none;  
}
TD.Header a:active
{
	color: Black;
}
TD.Header a:link
{
	color: Black;
}
TD.Header a:visited
{
	color: Black;
}
TD.Header a:hover
{
	color: Black;
}

TD.HeaderInner
{
  PADDING-RIGHT: 4px;
  BACKGROUND-POSITION: left bottom;
  PADDING-LEFT: 4px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  BACKGROUND-IMAGE: url(../images/HeaderBackgroundInner.gif);
  PADDING-BOTTOM: 4px;
  COLOR: Black;
  PADDING-TOP: 4px;
  BACKGROUND-REPEAT: repeat-x;
  HEIGHT: 10px;
  BACKGROUND-COLOR: #3366b6;
}
TD.HeaderInner a
{
  text-decoration: none;  
}
TD.HeaderInner a:active
{
	color: Black;
}
TD.HeaderInner a:link
{
	color: Black;
}
TD.HeaderInner a:visited
{
	color: Black;
}
TD.HeaderInner a:hover
{
	color: Black;
}

TD.TreeSearchedItem
{
	font-weight:bold;
	color:Navy;
}
TD.TreeSearchedItem a
{
  text-decoration: none;  
}
TD.TreeSearchedItem a:link
{
	color:Navy;
}
TD.TreeSearchedItem a:hover
{
  text-decoration:underline;  
}
TD.TreeSearchedItem a:visited
{
	color: Navy;
}

TD.TreeItem
{
  color:Navy;
}
TD.TreeItem a
{
  text-decoration:none;  
}
TD.TreeItem a:link
{
	color:Navy;
}
TD.TreeItem a:hover
{
  text-decoration:underline;  
}
TD.TreeItem a:visited
{
  color: Navy;
}

TD.TreeItemGrayed
{
  color: Navy;
}
TD.TreeItemGrayed a
{
  text-decoration:none;  
}
TD.TreeItemGrayed a:link
{
	color:dimgray;
}
TD.TreeItemGrayed a:hover
{
  text-decoration:underline;  
}
TD.TreeItemGrayed a:visited
{
  color: dimgray;
}

TD.Remarks
{
  color: dimgray;
}

TD.Alert
{
  color: Red;
}

TR.Footer
{
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
  padding-bottom: 0px;
  color: gray;
  padding-top: 0px;
  background-color: khaki;
}

TR.row0
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: Snow;
  border-right-width: 1px;
}
TR.row1
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: #F9F1E5;
  border-right-width: 1px;
}

.DataBlockTableExcel
{
  border-left: silver 1px solid;
  border-bottom: silver 1px solid;
  border-right: silver 1px solid;
  border-top: silver 1px solid;
  width:100%;
}

TD.HeaderExcel
{
  PADDING-RIGHT: 4px;
  PADDING-LEFT: 4px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  PADDING-BOTTOM: 4px;
  COLOR: Black;
  PADDING-TOP: 4px;
  HEIGHT: 20px;
  BACKGROUND-COLOR: #3366b6;
}

TR.ExcelRow1
{
  vertical-align:top;
}
TR.ExcelRow0
{
  vertical-align:top;
}

TR.row0Hover
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: Snow;
  border-right-width: 1px;
  cursor: hand;  
}
TR.row1Hover
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: #F9F1E5;
  border-right-width: 1px;
  cursor: hand;  
}

TR.row0HoverHelp
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: Snow;
  border-right-width: 1px;
  cursor:help;  
}
TR.row1HoverHelp
{
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-color: #F9F1E5;
  border-right-width: 1px;
  cursor: help;  
}

TD.col0
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 2px;
    COLOR: #000066;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #ececec
}
TD.col1
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 2px;
    COLOR: #000066;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #dde6e6;
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #696969;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

TD.SmallComment
{
    FONT-SIZE: 10px;
    COLOR:Gray;
}

input.chk 
{
  height:11px; 
  width:11px; 
  margin:0px;
}

.box 
{ 
  border: 1px solid #000000; 
}