/*
/* Crompton standard Layout CSS 
/* all basic elements
/*24ktnet.css all element types    */
/* general order of elements
/*header
/*Body
/* form
/*h1,h2,h3,hr,p
/* table
/* thead   -- table header
/* th,
/* tbody (table body )
/* tr  (table row
/* td (table cell)
/* lbl (label element)
/* intdat (input data element
/* 
/* Element name (Id class etc)
/* Element layout 
/* Element color
/* Element type (Fonts etc)
/* Element pseudo  :active,
/* element:link 
/* element:visited 
/* element:hover 
/*
/*  start navigation button buttons (butnav) */
/* detail/find selection buttons
/* navigation buttons
/* operation buttons
/* completion buttons
*/
/*
/* Form components
*/
/*
/* form caption element
*/
/*
/* a element ( linked phrase)
*/
/*
/* a pseudo element ( linked phrase)
*/
a 
 { color:#003399; }
a:visited
{
    color: red;
}
a:hover 
{ color:red;}

/*
/* h1 layout
*/
h1
{
    padding: 5px;
    margin-bottom: 15px;
}
/*
/* h1 font
*/
h1
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
/*
/* h1 color
*/
h1
{
    background-color: #eeeeee;
    color: Fuchsia;
}
/*
/* h1 pseudo element
*/
h1:link 
{
    font-size:150%;
}
h1:visited 
{
    font-weight:lighter;
}
h1:hover 
{
    text-align:left;
}
/*
/* hr (Horizontal line element)
*/
/*
/* hr element layout
*/
hr
{ 
   size:99;
   width:40%;   
   border: 0; 
   height:21px;
}
/*
/* hr element color
*/
hr
{
    color: Aqua;
}
/*
/***  !!!!! General Form Parameters !!!!!!
/*
/* Standard clear div for base line establishment
*/
.clear {
	clear: both;
}
/*
/* Standard Invisble element 
*/
.invis
{
  display:none;
  border-style:none;
  height:0px;
  width:0px;
  background-color:Transparent;
  margin:0px;
}
/*
/* Permanent Invisible element (Cannot be made visisble)
*/
.invipr
{
  display:none;
  border-style:none;
  height:0px;
  width:0px;
  background-color:Transparent;
  margin:0px;
  visibility:collapse;
}
/*
/* Standard form
*/
.manfrm
{
  padding: 5px;
  background-color:Transparent;
}
/*
/* standard form elements
*/
/*
/* dislbl(diabled label) color
*/
.dislbl
{
    background-color: Transparent; 
}
/*
/* dislbl(labels) pseudo class (dynamics)
*/
.dislbl:link 
{
    font-size:150%;
 }
.dislbl:visited 
{
    font-weight:lighter;
 }
.dislbl:hover 
{
    text-align:right;
    }
/*
/* Divizion for Input fieldds
*/
.datdiv
{
    position:relative;
    height:3.0ex;
    width:11.00em;
    text-align:right;
    margin-top:0.5ex;
}
/* Crompton standard for typographic layout of forms
/* no laout (borders,backgrounds etc no colors etc
/*  start navigation button buttons (butnav) */

