
#dataentry

	{

	/*border: 1px solid red;*/
	margin: 80px 0;
	
	}


ul#cm

	{

	margin: 0px 0 0 150px;
	padding: 0;
	list-style: none;
	width: 50%;
	/*border: 1px solid black;*/

	}


ul#cm  li a


	{

	font: normal normal normal 12px Arial, Geneva, sans-serif;
	color: #999999;
	background-color: black;
	width: 100px;	
	/*border: 1px solid black;*/
	line-height: 2em;
	/*margin: 2px 0 2px 0;*/
	text-align: left; 
	text-transform: capitalize;
	text-decoration: none;
	padding-left: 3%;
	display: block;		/* use display block to highlight entire area and not just the text link */
	background-image: url(images/menu_stripe.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}



ul#cm li a:hover


	{

	/*background-color: #EBEBEB;*/
	text-decoration: underline;
	/*margin: 2px 0 2px 0;*/

	}



form

	{
	
	margin: 20px 0px 0 0px;
	border: 1px solid white;

	}




form p

	{

	clear: both;
	/*border: 1px solid red;*/
	
	}




form p label


	{

	float: left;
	text-align: right;
	vertical-align: bottom;
	padding: 2px 10px 0 0;
	line-height: 2em;
	width: 30%;
	/*border-bottom: 1px dashed black;*/
	margin-right: 10px;
	
	}


form p label.preview

	{
	
	text-align: left;
	font-weight: bold;	
	border-right: 2px solid #846794;
	vertical-align: super;
	}
	

	


form p input

	{  

	float: left;
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	color: #000000; 
	width: 120pt;
	border: 1px solid #6D6D6D;
	margin: 0px;
	padding: 4px;
	
	}
	
	
form p  textarea

	{  

	float: left;
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	color: #000000; 
	width: 300px;
	height: 200px;
	border: 1px solid #6D6D6D;
	margin: 0px;
	padding: 4px;
	
	}


form p select

	{

	float: left;
	border: 5px solid #6D6D6D;
	margin-top: 2px;
	color: #335C85;

	font: normal normal normal 8pt Arial, Helvetica, sans-serif;
	
	}




form input.clsButton 

	{  


	color: black;
	background-color: white;
	border: 1px solid #6D6D6D;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	padding: 1px 4px 2px 4px; 
	margin: 0px 0px 10px 0px;
	text-decoration: underline;
	cursor: pointer;
	float:right;
	margin:40px;

	}
	

	


p.cmrow

	{

	clear:both;
	width: 100%;
	
	}


p.cmrow span.leftcol

	{
		
	width: 30%;
	float: left;
	padding-left: 10px;
	/*border: 1px solid blue;*/
	text-indent: 0;

	}


p.cmrow span.rightcol


	{

	width: 60%;
	float: right;
	margin: 0 20px 20px 0;
	text-align: left;
	/*border: 1px solid yellow;*/
	text-indent: 0;

	}



p.cmrow a

	{

	font: normal normal normal 12px Arial, Geneva, sans-serif;
	color: black;
	width: 100px;
	height: 2em;
	text-decoration: none;
	padding: .2em .8em;
	background-color: white; 

	}


p.cmrow a:hover

	{

	text-decoration: underline;
	 
	}
	
	
.red

	{
	
	color: red;
	
	font: normal normal normal 12px Arial, Geneva, sans-serif; 

	}
	
	
.offset

	{
	
	float: left;	
	margin-top: 5px;	
	border: 1px solid #6D6D6D;
	padding: 0;
	width: 20px;
		
	}


