#POS_main	{
				padding-top: 10px; 
				width: 766px;
			}

#sidebar{
			background: #E6E8E9;
			padding:10px;
			padding-bottom:10px;
		}				

.gray	{color:#857D6F; text-decoration:none}
.blue	{color:#01046D; text-decoration:none}
.black	{color:#000000; text-decoration:none}
.lightgray	{color:#c1c1c1; text-decoration:none}

h1		
		{
			color:#857D6F;
			font-family:tahoma;
			font-size:11px;
			font-weight:bold;
			padding:0px;
			margin:0px;
		}

h2		
		{
			color:#857D6F;
			font-family:tahoma;
			font-size:11px;
			font-weight:bold;
			padding:0px;
			margin:0px;
		}


td 		{
			font-family:tahoma;
			font-size:11px;
			color:#857D6F;
			vertical-align: top;
		}
	
a 		{
			text-decoration: underline;
			color:#01046D;
			font-family:tahoma;
		}

body 	{
			margin:0px;
			margin-left:0px;
			margin-top:0px;
			padding:0px;
	 	}

.copy 	{
			font-family:tahoma;
			font-size:11px;
			color:#857D6F;
			text-decoration:none;
		}
		
.heading 	{
			font-family:tahoma;
			font-size:14px;
			color:#01046D;
			text-decoration:none;
			font-weight:bold;
		}		

#main	{
			border: solid #C1C1C1 1px; 
			width:766px;
		}		
		
.footer {	
			font-family:tahoma;
			font-size:10px;
			color:#857D6F;
			text-decoration:none
		}

.small 	{
			font-size:9px; line-height:12px
		}

.white 	{
			color:#FFFFFF
		}
		
a:hover	{
			text-decoration:underline;
		}
		
.maincopy{
			padding-right:8px;
		}

.errorcopy{
			color:#FF0000;
			font-weight:bold;
		}
		
.required {
	background-image: url(../FORMBUILDER/val/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	color:#000000;
	padding:0px; 
	margin:0px; 
	
	font-family:arial;
	font-size: 10px; 
	background-color: #CCCCCC; 
 	border: 1px solid #666666;
}

.optional {
	color:#000000;
	padding:0px; 
	margin:0px;
	
	font-family:arial;
	font-size: 10px; 
	background-color: #FFFFFF; 
 	border: 1px solid #666666;
}

.invalid {
	background-image: url(../FORMBUILDER/val/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	color:#000000;
	padding:0px; 
	margin:0px; 
	
	font-family:arial;
	font-size: 10px; 
	background-color: #CCCCCC; 
 	border: 1px solid #FF0000;
}

table.csTable {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: #cccccc;
}
table.csTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: #c1c1c1;
	-moz-border-radius: ;
	color:#01046D;
}
table.csTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: #c1c1c1;
	-moz-border-radius: ;
	color:#01046D;
}

table.adminTable {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: #cccccc;
}
table.adminTable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
	color:#01046D;
}
table.adminTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
	color:#01046D;
}