/* CSS Document */

.table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
}

.table thead th {
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	text-align: left;
}

.table tbody {
	border-bottom: 1px dotted #CCC;
}

.table tbody tr {
	background: #FFF;
}

.table tbody td, .table th {
	line-height: 30px;
	padding: 0 5px;
}

.table tbody td img {
	vertical-align: middle;
}

.table th {
	font-size: 12px;
	line-height: 45px;
}

.table td a {
	color: #666666;
	text-decoration: none; 
}
