@charset "utf-8";
/* This is for the sales tables on index.cfm in the sales dir, and tem_std.cfm */

.new{
	color:#FF0000;
}
.col1{
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.col2{
	text-align: center;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.col4{
	text-align: center;
	font-size: 12px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.col3{
	text-align: center;
	font-size: 16px;
	background-color:#CCCCFF;
}
.col5{
	text-align: center;
	font-size: 11px;
}
.border{
	border: 3px solid #CCCCCC;
	margin-left: 3px;
}
.disColor{
	background-color:#e6e6e6;
}