body {
	color:				#000;
   background:			#fff;
   font-size:			10pt;
   padding:				10px 0;
}
.onecolcontainer {
	color:				#000;
	width:				auto;	
	margin:				0 5%;
	padding:			0;
	background-color:	transparent;
	border:				none;
}
/* Display none's */
.no_print,
#nav,
#masthead-spacer,
.apartmentdetail-thumbnail_legend,
.apartmentdetail-thumbnail_spacer,
#mypebbles_bar,
.booknow {
	display:			none;
}
.apartmentdetail-container_dark,
.apartmentdetail-container_light {
	background:			none;
}
/* Float none's */
#gallery .apartmentdetail-thumbnail {
	float:				none !important;
	display:			inline;
}
/* Link styling */
a:link, a:visited, a:hover, a:active {
	text-decoration:	underline;
	color:				blue;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	color:				blue;
	text-decoration:	underline;
}
a[href^="/"]:after {
	content: " (http://www.rivierapebbles.com" attr(href) ") ";
	color:				blue;
	text-decoration:	underline;
}
a[href *="scripts/testimonial.php?"] {
	display:			none;
}
a[href^="/scripts/reserve.php?"]:after {
	content: " (http://www.rivierapebbles.com" attr(href) ") ";
	display:			none;
}
a[href^="javascript"]:after {
	content: " (http://www.rivierapebbles.com" attr(href) ") ";
	display:			none;
}
a[href *="#top"] {
	display:			none;
}
a[href *="web-stat"] {
	display:			none;
}

.apartmentdetail-thumbnail a:link, 
.apartmentdetail-thumbnail a:visited, 
.apartmentdetail-thumbnail a:hover, 
.apartmentdetail-thumbnail a:active, 
.apartmentdetail-thumbnail a:link:after, 
.apartmentdetail-thumbnail a:visited:after {
	content:			"";
	text-decoration:	none;
	border:				none;
	-moz-outline-style:	none;
	outline:			none;
}
/* Other styling */
#phone_bar img {
	width:				7px;
}
#phone_bar {
	color:				#000;
	padding:			6px 0;
}
.propcal td {
	border:				1px solid #333;
	padding:			1px 1px 0 0;
}
.h1 {
	color:				#6DA494;
	font-size:			24pt;
	font-weight:		bold;
	letter-spacing:		-1px;
	text-transform:		uppercase;
	border-bottom:		1px solid #6DA494;
	padding:			0 0 5px 0;
}
.print {
	display:			block;
}

