
.table-ins {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px solid #333333;
	/*border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; */
	color: #333;
	width:100%;
	font-size:11px
}
.table-ins a {
	text-decoration: none;
	border-bottom: 0.5px dotted #f60;
	color: #f60;
	font-weight: bold;
}

.table-ins a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

.table-ins tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

.table-ins tr th a:hover {
	color: #fff;
	background
	
}

.table-ins thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}


.table-ins TD{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	background-image: url('ins_bg.gif');
	
}

.table-ins TH {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	
}
.distance {
	text-align: center;
	width: 10%;
	padding: 5px;
	font-size: 1.5em;
	vertical-align: middle;
	background-color:#CCCCCC

}

.location {
	text-transform: uppercase;
	text-align: left;
	padding: 5px;
}

.rate {
	text-align: right;
	padding: 5px;
}
.ratestars {
	text-align: center;
	padding: 5px;
}

.table-ins tr.odd th, table tr.odd td {
	background: #CC9900;}
