﻿/*table*/
#visit_volumn{
	margin-left: 180px;
}
.message_table{
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	border-collapse: collapse;
	font-size: 14px;
	color: #73879C;
}
.message_table tr{
	width: 100%;
	height: 30px;
}
.message_table tr:nth-of-type(even){
	background-color: #fff;
}
.message_table tr:nth-of-type(odd){
	background-color: #f9f9f9;
}
.message_table tr td{
	width: 149px;
	height: 29px;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
}
.message_table .message_head td{
	padding: 0;
}
.message_table tr td a{
	color: #0064BF;
	font-weight: bold;
}
.close{
	margin-left: 20px;
}