/* CSS Document */

.style3 {color: #FFFFFF; font-weight: bold; }
#rentaltable {
	text-align: center;
}

.titlecolumn {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: center;
	font-weight: bold;
}
.leftborder {
	background-color: #999999;
	width: 1px;
}
.horizontalline {
	background-color: #999999;
	height: 1px;
}
#rentaltable, #rentaltable tr, #rentaltable td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.longrows td{
	border: 0.06em solid #CCCCCC;
}

.headercell {
	background-color: #4B65A2;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
