/* CSS Document */

/* GENERAL STYLES */

.rentalo-body {
	margin: 0px;
	border: 1px solid #999999;
}
.rentalo-title {
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #EAEAEA;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #999999;
}
.rentalo-price-text {
	color: #FF6600;
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
}
.rentalo-text {
	color: #666666;
	font: 10px Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
}
.rentalo-text a {
	font-size: 9px;
}
#rentalo-price a, #rentalo-availability-calendar a, #rentalo-auto-pricing a  {
	color: #0066CC;
}
form {
	display: inline;
}

/* STYLES FOR RENTALO PRICE */

#rentalo-price {
	width: 200px;
}
#rentalo-price iframe {
	width: 200px;
	height: 48px;
}

/* STYLES FOR RENTALO AVAILABILITY CALENDAR */

#rentalo-availability-calendar {
	width: 200px;
}
#rentalo-availability-calendar iframe {
	width: 200px;
	height: 175px;
}
.rentalo-calendar {
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.rentalo-calendar th {
	text-align: center;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}
.rentalo-calendar td {
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
.rentalo-calendar .na {
	background: no-repeat center url("http://i.rentalo.com/g/b/not-available.gif");
}
.rentalo-calendar .month:link, .rentalo-calendar .month:visited {
	background: #BBBBBB;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #EAEAEA;
}
.rentalo-calendar .month:hover {
	background: #DDDDDD;
	display: block;
	width: 100%;
	color: #999999;
}

/* STYLES FOR RENTALO PRICE */

#rentalo-auto-pricing {
	width: 200px;
}
#rentalo-auto-pricing iframe {
	width: 200px;
	height: 240px;
}
.rentalo-step {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 2px;
	color: #CC0000;
}
.rentalo-input {
	width: 65px;
	height: 15px;
	border: 1px solid #999999;
}
.rentalo-calendar .a:link, .rentalo-calendar .a:visited {
	background: #DDDDDD;
	display: block;
	text-decoration: none;
	color: #333333;
}
.rentalo-calendar .a:hover {
	background: #FF6600;
	color: #EAEAEA;
}