#vip-detail {
	margin-top:10px;
}
#vcard {
	font-size:93%;
}
div.cvitem {
	margin-bottom:10px;
}
div.cvitem div.title {
	font-weight:bold;
	background:#fff url(../images/template/dot_54828d.gif) bottom repeat-x;
	height:18px;
}
div.cvitem div.content {
	font-size:85%;
	margin-top:8px;
}

.datagrid {
	margin-bottom: 10px;
	width:100%;
	color: #000;
}
.datagrid a {
	text-decoration:underline;
	color:#000;
}
.datagrid a:hover {
	text-decoration:none;
}

.datagrid th {
	padding:5px;
	border-top: 1px solid #073b48;
	border-bottom: 1px solid #073b48;
	border-left: 1px dotted #073b48;
	background: #f2f2f2;
	color: #ea5902;
	font-weight: bold;
	font-size:85%;
}

.datagrid th a {
	color: #80553C;
}

.datagrid th:first-child {
	border-left: none;
}
.datagrid tr td:first-child {
	border-left: none;
}

.datagrid td {
	padding:8px 5px;
	border-left:1px dotted #073b48;
	border-bottom:1px dotted #073b48;
	font-size:85%;
}

#pagination {
	padding: 10px;
	background-color: #fcfaf0;
	border: 1px solid #efeeb5;
	margin-bottom:10px;
	margin-top:10px;
	height:15px;
	color: #073b48;
}
#pagination a {
	color: #ea5902;
}
