body,  td, th
{
  font-family: Arial, sans-serif;
  background-color: white;
  color: black;
  font-size:10pt;
/* per WCFDI css file*/
}

h1, .h1
{
  font-size: 24px;
  font-variant: small-caps;
  font-weight: bold;
}
h2, .h2
{
  font-size: 20px;
  font-variant: small-caps;
}
h3, .h3
{
  font-size: 16px;
}

.myH1
{
  width:100%; 
}

table
{  
  border-style:none;
  padding: 0;
}
  
.myEntryTable
{
	text-align: left;
}  

.myMainTable
{
  width: 600px;
  border-style:none;
  padding: 0;
}  

.myEntryTr
{
  border-style:solid;
  border-width:thin;
  border-color:Silver;
}

.myEntryLeftTd
{
   width: 150px;
   text-align:right;
 }

.myTdMainLeft
{
  width:5%;
}
.myNarrowInput
{
  width:50px;
}
 
.myInput
{
  width:250px;
}

.myROInput
{
  border-color:Silver;
  border-style:solid;
  border-width:thin;  
}

.myRB
{
  border-color:Silver;	
}

.myInputSmaller
{
  border-color:Silver;
  border-style:solid;
  border-width:thin;  
  width:100px;
}

.myDDL
{
	border-color:Silver;
	border-style:solid;
	border-width:thin;  
	width:250px;	
}

.myPhoneInput
{
  width:60px;
}
 
.myAsterisk 
{
   color:Red;
   width:10px;
   text-align:right;
   vertical-align:text-top; 
   padding:0,0,0,0;
   margin-left:3px;
}

.myBlank
{
  width:10px;
}

.myGridStyle
{
	border-top-width: 1px;
	padding-right: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	width: 100%;
	border-top-color: #cccccc;
	padding-top: 3px;
	border-collapse: collapse;
	height: 100%;
	background-color: #ccccff;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

.myGridHeaderStyle
{
    font-weight:bold;
	background-color:navy;
	color: White;
}

.myGridFooterStyle
{
	color:#000066;
}
.myGridSelectedItemStyle
{
    font-weight:bold;
	background-color:#669999;
	color:White;
}
.myGridItemStyle
{
  color:navy;
}

.myRightNarrowTD
{
	height:24px;
	vertical-align: baseline;
	width:100px;
}

.myRightNarrowerTD
{
	height:24px;
	vertical-align: baseline;
	width:30px;
}
.myRightTD
{
	height:24px;
	vertical-align: baseline;
}

.myErrorLabel
{
	height: 100%;
	width : 100%;
	border-color:Red;
	border-style:solid;
	border-width :medium;
	background-color:White;
	color:Red;
}

.myErrorTd
{
	width: 100%;
	color:Red;
	font-size:12px;
	font-style: italic;
}

.myButton
{
	width:100px;
	height:25px;
	font-size: 10pt;	
}

.myPrintButton
{
	width:75px;
	height:25px;
	font-size: 10pt;	
}

.myLabel
{
	height: 100%;
	width : 100%;
	background-color:#FFFFFF;
}

.myReceiptLabel
{
	height: 100%;
	width : 200;
	background-color:#FFFFFF;
	font-size: 10pt;
	text-align:left;	
}

.myTextArea
{
  border-color:Silver;
  border-style:solid;
  border-width:thin;  
  width:150px;
  height:90px;
}

.myTd
{
   width: 100%;
   text-align:right;
}

.myTdLeft
{	
   width: 100%;
   text-align:left;
}

.myTdWide
{
   width: 150px;
   text-align:right;
}

.TdMenu
{
   width: 20%;
   height:auto;
   border-style:solid;
   border-width:thin;
   border-color:Navy;
}

.Sidebar
{
	background-color: black;
	width:  0;
	height:100%;
	vertical-align:top;
}

.SmallSideBar
{
	background-color:navy;
	width :90px;
}
.SidebarTop
{
	background-color: black;
	width:  0;
	vertical-align:top;
}

.SmallSideBarTop
{
	background-color:navy;
	width : 90px;
}

s
.SidebarGrid
{
	background-color:Transparent;
	width:0;
	height:0;
	vertical-align:top;
}

.SmallSideBarGrid
{
	background-color:Transparent;
	width :0;
}
.SidebarTopGrid
{
	background-color:Transparent;
	width:0;
	vertical-align:top;
}

.SmallSideBarTopGrid
{
	background-color:Transparent;
	width :0;
}

A {text-decoration:underline; color:Navy;}
A:hover {color: Blue;}
   