@CHARSET "UTF-8";

/** table for editing **/
table {
	border-spacing: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

thead th {
	border-bottom: 1px solid #e1e1e1;
	background-color: #f7f9fb;
	height: 20px;
	text-align: center;
}

tfoot th {
	border-top: 1px solid #e1e1e1;
	background-color: #f7f9fb;
	height: 20px;
}

tbody tr:HOVER {
	background-color: #F7F9FB;
}

thead .col_name{
	text-align:center;
}
	
.col_name {
	width: 250px;
	text-align: left;
}

.col_user_name {
	width: 150px;
	text-align: left;
}

.col_phone {
	width: 100px;
	text-align: left;
}

.col_email {
	width: 100px;
	text-align: left;
}

.col_check {
	width: 60px;
	text-align: center;
}

.col_action {
	text-align: right;
	white-space: nowrap;
}

.col_action a {
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: white;
	display: inline;
	
}

.col_action img {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0px;
	display: inline;
}
.col_smallnumber{
	width:90px;	
	text-align: center;
}

.col_number {
	width: 130px;
	text-align: center;
}

.col_date {
	width: 100px;
	text-align: center;
}

.item_date_choice {
	width: 65px;
	text-align: center;
}

.col_type {
	width: 85px;
	text-align: left;
}

th,td {
	text-align: left;
}

.sum,
th {
	font-weight: bold;
}

.number {
	text-align: right;
}

