/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;   
  color:#000;
  background: none;
  font-size: 11px;
	padding: 0;
	margin: 0;
}

.container { background: none; }

h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; }
code 							{ font:.9em "Courier New", Monaco, Courier, monospace; } 

h2 {
	border-bottom: 2px solid #000000;
	font-size: 12px;
	color: #004078;	
	padding-bottom: 3px;
	font-size: 14px;	
}

img 			{ float:left; margin:0 0 8px 0; }
a img 		{ border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

#main 		{ display: none; }
#pfv 			{ display: block; }

.span-2   { width: 130px; }
.span-9   { width: 223px; }
.span-8   { width: 320px; }
.span-6   { width: 180px; }
.span-13  { width: 180px; }

.column 			{ float: left; margin-right: 16px; }
.last 				{ margin-right: 0;}
.columnRight  { float: right; margin-left: 10px; }
.lastRight 		{ margin-left: 0; }

.new-icon {
	margin-bottom: -84px;
	position: relative;
	left: -85px;
	top: 0;
	padding: 0;
	z-index: 100;
}

.new-icon-large {
	margin-bottom: -84px;
	position: relative;
	left: -178px;
	top: 0;
	padding: 0;
	z-index: 100;
}	

.new-icon-small {
	margin-bottom: -84px;
	position: relative;
	left: -23px;
	top: 0;
	padding: 0;
	z-index: 100;
}

a { text-decoration: none; color: #000000; }

.append-2   { margin-right: 16px; }
.append-3   { margin-right: 16px; }
.append-5   { padding-right: 20px; }
.append-4   { padding-right: 9px; }

.one-liners .alt td {
	background: #F4F5F7;
	line-height: 70px;
}

.one-liners td {
	line-height: 70px;
}	

.one-liners .one-liners-commercial td {
	line-height: 15px;
}

.mypropster-summary-table {
	border-collapse: separate;
	margin: 0px 0px;
	width: 980px;
}	

.mypropster-summary-table td {
	padding: 0 5px 0 5px;
	border-spacing: 2px;
	border-bottom: 1px solid #999999;
}

.mypropster-summary-table thead td {
	font-weight: bold;
	line-height: 25px;
	color: #000000;
	border-bottom: 2px solid #666666;
}

.mypropster-summary-table thead a {
	color: #000000;
	font-weight: bold;
}

.mypropster-summary-table thead a:hover {
	color: #000000;
	font-weight: bold;
}

.mypropster-summary-table tbody td {
	line-height:25px;
	vertical-align:middle;
}

.mypropster-summary-table tbody .alt td {
	line-height:25px;
}

.mypropster-summary-table thead a.up {
	display: block;
}
.mypropster-summary-table thead a.down {
	display: block;		
}

.align-right { text-align: right; }

dt {
	float: left;
	width: 160px;
	font-weight: bold;
	line-height: 16px;
	padding: 2px 0;
}
	
dd {
	line-height: 16px;
	padding: 2px 0;	
	padding-left: 160px;
}

.print-line   { margin-right:100px; height:400px;}
.print-border { border-right: 1px solid #999999; padding-right:20px; margin-right:20px; height:370px;}

.image-border { border: 1px solid #CCCCCC; padding: 4px; }
.font13 			{ font-size: 13px; }
.blue 				{ color: #192E58; }
.span-32  { width: 480px; }
.span-31  { width: 480px; }
.spacetop5 { margin-top: 5px; }
.spacetop20 { border-bottom:2px solid #999999; padding-bottom:10px; margin-bottom:30px;}
.bordertop1 {
	border-top: 1px solid #D8DEE5;
	padding-top: 5px;
	margin-top: 5px;
}
.bordertop2 {
	border-top: 1px solid #D8DEE5;
	padding-top: 5px;
	margin-top: 5px;
}
.span-30  { width: 140px; }
.box-border-2 { margin-top:20px;}