/**
 * Copyright 2009 digitalglen, inc.  All Rights Reserved.
 */

#room-rates #sidebar h2,
#room-rates #sidebar a {
	text-decoration: none;
}
#rates td {
	font-weight: bold;
	font-size: 120%;
	height: 45px;
}

#rates table#prices {
	width: 100%;
	background-image: url('images/rates-background.gif');
	padding-top: 1.5em;
}

#rates #seasons {
	font-size: 70%;
}

#rates #seasons td {
	text-align: center;
	color: white;
}

#rates #seasons td#last-season {
	color: #516c8c;
	background-color: #8dbbf3;
}

#rates td.blank_column {
}

#rates td.first-column {
	text-align: left;
	color: #516c8c;
	border-bottom: 2px solid #87b5e5;
}

#rates td.mid-column {
	text-align: center;
	color: white;
	border-bottom: 2px solid #87b5e5;
}

#rates td.end-column {
	text-align: center;
	color: #516c8c;
	background-color: #8dbbf3;
	border-bottom: 2px solid #7da7d9;
}

#rates td#rule1{
	text-align: left; 
	font-size: 80%; 
	letter-spacing: 0px;
	color: #516c8c; 
	padding-top: 0em; 
	padding-bottom: 0em;
}

#rates td#rule2{
	text-align: right; 
	font-size: 80%;
	letter-spacing: px;
	color: white; 
	padding-top: 0em;
	padding-bottom: 0em;
}

#rates td#policies1{
	text-align: left; 
	font-size: 80%; 
	letter-spacing: 0px;
	color: #516c8c; 
	padding-top: 0em; 
	padding-bottom: 1em;
	color: white;
}


#rates td#payment {
	text-align: right; 
	font-size: 80%;
	letter-spacing: 0px; 
	padding-bottom: 1em; 
	color: #516c8c;
}

