
/*
<!---
// ******************************************************************************************* //

CREATED BY: David Wilf
MODULE:
DESCRIPTION: Contains styles for form fields

INCLUDED TEMPLATES:

COPYRIGHT: 

$Workfile$
$Archive$
$Revision$ : 
$Modtime$

$Log$

// ******************************************************************************************* //
--->

          
.mSelect 
	{
	font-size: 7pt;
	width: 140px;
	font-family: Arial;
	}

.minput 
	{
	font-size: 7pt;
	font-family: Arial; 
    width: 140px;
	}
*/

.inputField  
	{
	font-family: Arial;
	font-size: 7pt;
    width: 145px;
	}

.inputFieldLong  
	{
	font-family: Arial;
	font-size: 7pt;
    width: 220px;
	}
	
.selectField  
	{
	font-family: Arial;
	font-size: 7pt;	
    width: 151px;
	}
	
.selectFieldLong  
	{
	font-family: Arial;
	font-size: 7pt;	
    width: 226px;
	}
	
.actionButton
	{
	COLOR:blue;
	font-family: Arial;
	font-size: 7pt;	
	background:ivory;
	WIDTH: 50px;
	align: center;
	}
	
.actionButtonDelete
	{
	COLOR:blue;
	font-family: Arial;
	font-size: 6pt;	
	background:ivory;
	WIDTH: 12px;
	align: center;
	}
 
 /* general */
.actionButtonSelected
	{
	COLOR:blue;
	font-family: Arial;
	font-size: 7pt;	
	background: #CAE1FF;
	WIDTH: 50px;
	align: center;
	}


 .textareaField
    {
	font-family: Arial;
	font-size: 7pt;	   
    width: 256px;
	}
	

.selectClass 
	{
	BACKGROUND:#FFFFFF;
	COLOR:#000000;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:11;
	WIDTH: 155px
	}
<!--  Used for fields that use only 4 chars  -->
.selectClass3Char 
	{
	BACKGROUND:#FFFFFF;
	COLOR:#000000;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:11;
	WIDTH: 40px
	}
	
.inputClass 
	{
	BACKGROUND:#FFFFFF;
	COLOR:#000000;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:11;
	WIDTH: 155px
	}
	
.checkBoxClass
	{
	font-family: Arial;
	font-size: 7pt;	
	}
	
	/****************************************************************************/	
/* Anchored text attributes 

a:link 
	{ 
	color:#000000;
	text-decoration:none
	}
a:visited 
	{ 
	color:#000000; 
	text-decoration:none
	}
a:hover 
	{ 
	color:Blue; 
	text-decoration:underline; 
	cursor:hand
	}
a:active { 
	color:#0000FF; 
	text-decoration:none
	}
*/