.odd {
	background:#F9F9F9;
}

.table {
	border:1px solid #ccc;
	border-spacing:0;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size:14px;
	*border-collapse:collapse;
}
.table thead {
	color:#069;
}
.table td {
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	color:#555;
	font-size:13px;
	
}
.table tr:last-child td {
	border-bottom:0;
}
.table th span {
	float:right;
	background:url(images/linhaHorizontal.png) repeat-y;
	width:1px;
}
.table th {
	padding: 10px 10px;
	border-bottom:2px solid #A3A3A3;
	font-weight:normal;
	text-align:left;
}
.table tr:hover th {
	background:#fff;
	cursor:default;
}
.table tr:hover {
	background:#D5EAFF;
	cursor:pointer;
}
.table tr:hover td {
	color:#069;
}
