﻿BODY
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    margin-left: 0px; 
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px;
    
}

TABLE
{
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  FONT-WEIGHT: lighter;
  FONT-SIZE: 10px;
  COLOR: black;
}

INPUT, TEXTAREA, SELECT 
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
}

  
fieldset {
	margin-left: 10px; 
  margin-top: 10px; 
  margin-right: 5px; 
	padding: 0px 12px 12px 12px;
}



legend {
	padding: 0px 4px; 
	margin: 0px 4px 7px 4px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

.tdRightLine
{
  border-right: #e0e0e0 0.4mm solid;
  width:260px;
  padding: 0px 2px 4px 0px; 
  background-color:#f5f5f5;
  
  }
  
 .tdMenuTopBottomBorder
 {
  border-top: #e0e0e0 0.4mm solid;
  border-bottom: #e0e0e0 0.4mm solid;
  padding: 0px 2px 0px 0px; 
  background-color:#f5f5f5;
  
  }
  
  .tdMenuLeftTopBorder
  {
  border-top: #e0e0e0 0.4mm solid;
  width:260px;
  padding: 0px 2px 0px 0px; 
  background-color:#f5f5f5;  
    }
    
  .tdMenuRightTopLeftBorder
  {
  border-top: #e0e0e0 0.4mm solid;
  border-left: #e0e0e0 0.4mm solid;
  width:425px;
  padding: 0px 0px 0px 0px; 
  background-color:#f5f5f5; 
  color:#666; 
    }
    
  .tdMenuRightBottomBorder
  {
  border-bottom: #e0e0e0 0.4mm solid;
  width:425px;
  padding: 0px 0px 0px 0px; 
  background-color:#f5f5f5;  
    }
  
  
.txtqty
{
  width:50px;
  text-align:right;
  }
 
.longtxt
{
  width:150px;
  }


.topmenu
{
  color:#666; 
  text-decoration:none;
} 
.topmenu:Hover
{
text-decoration:underline;
color:#000; 
}
.topmenu:Visited
{
text-decoration:none;
}
.topmenu:Active
{
text-decoration:none;
}


.itemtype
{
  color:#404040; 
  text-decoration:none;
} 
.itemtype:Hover
{
text-decoration:underline; 
}
.itemtype:Visited
{
text-decoration:none;
}
.itemtype:Active
{
text-decoration:none;

}


/*  Freeze Pane */
.FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #666;
      z-index: 998;
      filter:alpha(opacity=80);
      -moz-opacity:0.85;
      padding-top: 20%;
      
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 66%;
      background-color: white;
      color: black;
      font-size: 14px;
      font-weight:bold;
      z-index: 999;
      /*border: dashed 2px #111;*/
      /*filter:alpha(opacity=80);*/
      padding: 9px;
   }
/*  Freeze Pane */
