/*******************************
	CSS Document (PRINT)
	VisitRhodeIsland.com
	version: 2.8
	developer: rsoares [at] riedc.com
*******************************/

/*******************************
	JEWLES OF THE BAY
*******************************/
td.jobsidebar {
	font-size: 11pt;
}
div.sidebargroup {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #e1d9c2;
}
td.jobsidebar h1 {
	width: 150px;
	font-size: 12pt;
}

/*******************************
	ATOMZ SEARCH HACKS
	These hacks remove any Atomz branding from the page
*******************************/
.atomz_ch {
	display: none;
}
/*******************************
	GENERAL TEXT & LINKS
*******************************/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
}
p, ul, .linklist li, iconkeytable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #660000;
	font-weight: bold;
}
hr {
	border: 1px dotted #cccccc;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-weight: bold;
}
a {
	color: #3333CC;
}
.errormsg {
	color: red;
}
.disclaimer {
	font-sixe: 8pt;
}
.textlink {
	display: inline;
	font-weight: normal;
	color: red;
}
.linklist li {
	list-style: none;
	padding-left: 14px;
	background: url("icon_link_arrow.gif") no-repeat 0px 3px;
}
.linklist li.link-search {
	background: url("/images/icon_link_search.gif") no-repeat 0px 5px;
}
.linklist li.link-popup {
	background: url("/images/icon_link_popup.gif") no-repeat 0px 5px;
}
.url-popup {
	display: inline;
	padding-left: 14px;
	background: url("/images/icon_link_popup.gif") no-repeat 0px 3px;
}
.webonlytext, .web_only, .web_only_inline {
	display: none;
}
/*******************************
	DYNAMIC PROPERTY LISTINGS
*******************************/
.propertylistformat {
	margin-left: 20px;
	padding: 2px 2px 2px 10px;
}
.propertylistbg {
	background-color: #ece9d8;
}
.featureicon {
	hspace: 5px;
	float: right;
}
/*******************************
	EXTRA PAGE HEADERS
*******************************/
.extrapageheader {
	display: none;
}
/*******************************
	SITE MAP TEXT & LINKS
*******************************/
#sitemap {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
}
#sitemap li a {
	font-weight: bold;
	text-decoration: none;
}
#sitemap li {
	list-style: disc;
}
#sitemap li ul {
	font-size: 90%;
	font-weight: normal;
}
/*******************************
	PHOTO STYLES
*******************************/
.photo-flush-left {
	display: block;
	float: left;
	margin: 5px 15px 5px 0px;
}
.photo-flush-right {
	display: block;
	float: right;
	margin: 5px 0px 5px 15px;
}
.photo-matte-right {
	float: right;
	margin: 10px 0px 10px 20px;
}
.photo-matte-left {
	float: left;
	margin: 10px 20px 10px 0px;
}
.photo-matte-right, .photo-matte-left {
	padding: 0px;
	position: relative;
	background-color: #f1eee7; /* Incase bg-image does not load */
	background-image: url(/images/bg_photo_shadow.gif);
	background-position: right bottom;
	}
.photo-matte-right img, .photo-matte-left img {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 8px;
	position: relative;
	}
/*******************************
	GENERAL LAYOUT
*******************************/
#page-wrapper { /* Outmost wrapper, contains all page elements. */
	display: block;
	width: 100%;
}

/*******************************
	HEADER REGION
*******************************/
#header {
	display: block;
	background-image: url("bg_header_fill.gif");
}
/*******************************
	BODY CONTENT REGION
*******************************/
#body-wrapper {
	display: block;
	margin: 0px;
}
/*******************************
	FOOTER CONTENT REGION
*******************************/
#footer {
	clear: right;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #666666;
	margin: 20px 0px;
	padding: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #666666;
}
#footer a {
	display: none;
}
/*******************************
	HIDE NON-PRINT REGIONS
*******************************/
#main-nav, 
#side-bar-wrapper,
#footnote {
	display: none;
}
/*******************************
	QUERY RESULT TABLE FORMAT
*******************************/
.tbl_results {
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.tbl_results .print_caps {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
}
.tbl_results th {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
	background-color: #e1d9c2;
}
.tbl_results .even_row a, .tbl_results .odd_row a {
	text-decoration: none;
}
.tbl_results .footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #e1d9c2;
}
.tbl_results .footer a:hover, a.link_button:hover  {
	background-color: #CC9966;
}
/*******************************
	HELP TIPS, @ BOTTOM OF PAGE
*******************************/
.help_tips {
	clear: left;
	margin-left: 5px;
	margin-top: 20px;
	color: #666666;
}
/*******************************
	ADMIN STYLES
*******************************/
.admin_results, .admin_form {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.admin_results th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #660000;
	background-color: #e1d9c2;
}
.admin_results .tblfooter {
	background-color: #e1d9c2;
}
.admin_results .altrow_color {
	background-color: #f0eadc;
}
/*******************************
	HOMEPAGE SPECIFIC RULES
*******************************/
#homephoto {
	display: block;
	height: 100px;
}
#homelayout {
	margin-top: 20px;
}
#homelayout #homeside {
	width: 150px;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}
#homelayout #homebody {
	padding-right: 20px;
}
#homelayout #homeside .side-bar-module h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #610000;
	font-weight: bold;
}
#homelayout #homeside .side-bar-module {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*******************************
	PLANNED TRAILS SPECIFIC RULES
*******************************/
#trailsheader {
	display: block;
	height: 75px;
	width: auto;
	border: 1px solid red;
	background-image:  url("/images/trails_HeritageTrailsLogo.gif");
	background-repeat: no-repeat;
}
#trailscontainer {
	margin-top: 10px;
	width: 100%;
}
.col-2 {
	padding-left: 10px;
}
.col-1 {
	padding-right: 10px;
}
#articlecontainer {
	margin: 20px;
}
#articlecontainer .col-1 {
	border-right: 1px dotted #cccccc;
}
#calloutcontainer {
	width: 540px;
}
.callout {
	display: block;
	width: 265px;
	margin-bottom: 5px;
	background-color: #e4e1cb;
}
.callout .cotext {
	padding: 6px;
}
@media print {
input.noPrint { display: none; }
}