
/****************************************************************************
	Intialize Styles
****************************************************************************/

#connect h1,
#connect h2,
#connect h3,
#connect h4,
#connect h5,
#connect h6,
#connect p,
#connect table,
#connect form,
#connect pre,
#connect blockquote,
#connect ul,
#connect ol,
#connect dl {
	margin: 0;
	padding: 0;
	}

#connect li,
#connect dd,
#connect blockquote {
	margin-left: 1em;
	}

#connect form label {}

#connect fieldset {
	border: none;
	}

#connect input,
#connect select,
#connect textarea {
	font-size: 12px;
	}
	
#connect form {
	margin: 0;
	padding: 0;
	}
	
/****************************************************************************
	Result Styles
****************************************************************************/

#connect #results {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #CFCFCF;
	}

#connect #results #toolbar {
	width: auto;
	margin: 0;
	}
	
#connect #results input,
#connect #results select,
#connect #results textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

#connect #results .right {
	text-align: right;
	}

#connect #results .header,
#connect #results .header td,
#connect #results .toolbar,
#connect #results .toolbar td,
#connect #results .footer,
#connect #results .footer td {
	background-color: #eeeeee;
	color: #000000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: baseline;
	padding: 4px 8px;
	}

#connect #results .header .title {
	font-size: 8pt;
	font-weight: bold;
	}

#connect #results .header a,
#connect #results .footer a {
	color: #cc0000;
	}
	
#connect #results .bottom td {
	border-bottom: 1px solid #CFCFCF;
	}
	
#connect #results .toolbar {
	background: #CFCFCF;
	padding: 2px 8px 4px 0;
	}
	
#connect #results .count {
	float: right;
	padding-top: 4px;
	}
	
#connect #results .count span {
	font-weight: bold;
	}
	
/****************************************************************************
	Listing Styles
****************************************************************************/

#connect #results #listings {
	width: inherit;
	margin: 0;
	padding: 0;
	}
	
#connect #results #listings input,
#connect #results #listings select,
#connect #results #listings textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

#connect #results #listings td {
	vertical-align: top;
	}
	
#connect #results #listings .row,
#connect #results #listings .row td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#connect #results #listings .row,
#connect #results #listings .row .bottom {
	border-bottom: 1px solid #CFCFCF;
	}
	
#connect #results #listings .row-1 {
	background-color: #FFFFFF;
	color: #000000 !important;
	}

#connect #results #listings .row-1 td {
	color: #000000 !important;
	}

#connect #results #listings .row-2 {
	background-color: #EEEEEE;
	color: #000000 !important;
	}
	
#connect #results #listings .row-2 td {
	color: #000000 !important;
	}
	
#connect #results #listings .row-1 a {
	color: #990000 !important;
	}

#connect #results #listings .row-2 a {
	color: #990000 !important;
	}

#connect #results #listings .top {
	padding-top: 8px;
	}
	
#connect #results #listings .bottom {
	padding-bottom: 8px;
	}
	
#connect #results #listings .checkbox {
	margin-right: 4px;
	}

#connect #results #listings .summary {
	padding-right: 10px;
	}

#connect #results #listings .stats {
	padding-right: 10px;
	padding-bottom: 8px;
	}

#connect #results #listings .stats table {
	margin: 0;
	padding: 0;
	}

#connect #results #listings .stats td {
	padding: 2px 0;
	border-bottom: 1px solid #CFCFCF;
	}

#connect #results #listings .stats td.label {
	font-weight: bold;
	white-space: nowrap;
	}

#connect #results #listings .stats td.field {
	padding-left: 8px;
	text-align: right !important;
	white-space: nowrap;
	}
	
/* Buttons Start */

#connect #results #listings .options {
	margin: 0;
	padding-right: 8px;
	}
	
#connect #results #listings .options select {
	width: 107px;
	font-size: 12px;
	}
	
#connect #results #listings .options ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 107px;
	
	/* border: 1px solid #CFCFCF; */
	border-bottom: none;
	}

#connect #results #listings .options li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	}

#connect #results #listings .options li a {
	font-size: 8pt;
	height: 20px;
	text-decoration: none;
	color: #990000 !important;
	border: 1px solid #CFCFCF;	
	border-left: 4px solid #CFCFCF;
	display: block;
	padding: 2px 4px 0 10px;
	}	
	
#connect #results #listings .options li a:hover {
	color: #000000 !important;
	border: 1px solid #000000;
	border-left: 4px solid #000000;	
	}

/* Buttons End */

#connect #results #listings .photo {
	padding-right: 8px;
	padding-bottom: 8px;
	}

#connect #results #listings .photo img {
	width: 105px;
	border: 1px solid #CFCFCF;
	margin-bottom: 2px;
	}

#connect #results #listings .description,
#connect #results #listings .listed_by {
	padding: 8px 0;
	}

#connect #results #listings .listed_by {
	padding-right: 8px;
	}

#connect #results #listings .attachments {
	padding: 0 8px 8px 0;
	}

#connect #results #listings .attachments a {
	margin-right: 6px;
	text-decoration: none;
	}

#connect #results #listings .attachments img {
	vertical-align: text-top;
	margin-right: 4px;
	margin-bottom: 4px
	}
	
/****************************************************************************
	Form Styles
****************************************************************************/

#connect #search_form {
	width: 420px;
	margin: 0 auto;
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
	}
	
#connect #search_form input,
#connect #search_form select,
#connect #search_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

#connect #search_form td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px 8px;
	}

#connect #search_form .header,
#connect #search_form .header td,
#connect #search_form .footer,
#connect #search_form .footer td {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	}
	
#connect #search_form .footer,
#connect #search_form .footer td {
	border-bottom: 0px solid #fff;
	border-top: 1px solid #CFCFCF;
	}
	
#connect #search_form label {
	font-weight: bold;
	cursor: default;
	}
	
#connect #search_form select,
#connect #search_form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#connect #search_form input.range {
	width: 80px;
	}
	
/****************************************************************************
	Report Styles
****************************************************************************/

#connect {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	}
	
#connect table td {
	text-align: left;
}	

#connect #property_report {
	 	width: 720px;
	margin: 0 auto;
		text-align: left;
	padding: 10px 0;
	background-color: #fff;
}

#connect .clearme { clear:both; }

#connect #property_report #page {}
	
#connect #header,
#connect #footer  {	background-color: #eeeeee;	}
#connect #header { border-bottom: 1px solid #CFCFCF; }
#connect #footer  { padding: 4px 16px 20px 16px; border-top: 1px solid #CFCFCF; }

#connect #property_report #page h1.property_report {
	display: none;
	}
	
#connect #property_report #page h1,
#connect #property_report #page h2,
#connect #property_report #page h3 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

#connect #property_report #page h1.property_report {
	background: none;
	}

#connect #property_report #page #property_details {
	margin: 0;
	padding: 0;
	}

/*
 *  Report Tabs
 */
 
#connect #property_report #page #property_details .tabs {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	background: #CFCFCF url(/images/default/connect/tab_shadow.gif) bottom right repeat-x;
	}
 	
#connect #property_report #page #property_details ul.tabs {	margin: 10px 0; padding:0; list-style: none; }

#connect #property_report #page #property_details ul.tabs li {
	display: inline;
	margin: 0; padding: 0;
	}

#connect #property_report #page #property_details ul.tabs li a {
	float: left;
	display: block;
	margin-right: 2px;
	
	color: #CFCFCF;	
	border: 1px solid #CFCFCF;
	font-weight: bold;
	text-decoration: none;
	}

#connect #property_report #page #property_details ul.tabs li a:hover {
	color: #000000;
	background-color: #CFCFCF;
	}
	
#connect #property_report #page #property_details ul.tabs li.current {
	border-bottom: 1px solid #FFFFFF;
	}
	
#connect #property_report #page #property_details ul.tabs li.current a {
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#connect #property_report #page #property_details ul.tabs li.current a:hover {
	color: #000000;
	background-color: #fff;
	}

#connect #property_report #page #property_details ul.tabs li a span {
	float: left;
	display: block;
	padding: 6px 15px;
	cursor: pointer;
	}
	
#connect #property_report #page #property_details ul.tabs li.current a span {}
	
#connect #property_report #page #report_section {
	clear: both;
	border-top: none;
	}
	
#connect #property_report #page #report_section a { color: #990000; }
	
#connect #property_report #page #report_section p,
#connect #property_report #page #report_section h3,
#connect #property_report #page #report_section table,
#connect #property_report #page #report_section ul { margin: 4px 0 0 0; }
	
#connect #property_report #page #report_section caption,
#connect #property_report #page #report_section td,
#connect #property_report #page #report_section h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

#connect #property_report #page #report_section caption { margin: 0; padding: 10px 0 0 0; color: #CFCFCF; }

#connect #property_report #page #report_section h3 {
	margin-top: 14px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CFCFCF;
	}
	
#connect #property_report #page #report_section ul {
	margin-left: 10px;
	padding: 0;
	}

#connect #property_report #page #property_details div.left,
#connect #property_report #page #property_details div.right { margin:0; padding:0; }

#connect #property_report #page #property_details div.left { padding: 0 5px 0 10px; width: 310px; }
#connect #property_report #page #property_details div.right { padding: 0 10px 0 5px; }

#connect #property_report #page #property_details div.left #overview {
	margin:0; padding:0;
	border: 1px solid #CFCFCF;
	background-color: #EEEEEE;
	padding: 6px 25px 12px 25px;
	}

#connect #property_report #page #property_details div.left #overview p { margin-bottom: 10px; }

#connect #property_report #page #property_details div.left #overview table {
	margin: 0;
	width: inherit;
	}
	
#connect #property_report #page #property_details div.left #overview td {	
	padding: 2px;
	border-bottom: 1px solid #CFCFCF;	
	}

#connect #property_report #page #property_details div.left #contacts img.agent_photo { margin: 0 10px 10px 0; border: 1px solid #CFCFCF; }


#connect #property_report #page #property_details div.right #attachments img,
#connect #property_report #page #property_details div.right #attachments .nav {
	border: 1px solid #CFCFCF;	
	}

#connect #property_report #page #property_details div.right #attachments .nav {
	color: #000000;
	background-color: #eeeeee;
	}

#connect #property_report #page #property_details div.right #attachments .nav a {
	color: #cc0000;	
	}
	
#connect #property_report #page #report_section table.details {	width: 100%; }
#connect #property_report #page #report_section table.details td { border-bottom: 1px dashed #CFCFCF; }

#connect #property_report #page #report_section #google_maps .address,
#connect #property_report #page #report_section #google_maps .map,
#connect #property_report #page #report_section #google_maps .grey { margin: 0 12px 10px 10px; padding: 0; }

#connect #property_report #page #report_section #google_maps .mpa { border: 1px solid #CFCFCF; }

#connect #property_report #page #report_section #google_maps .address { padding: 10px; background-color:#EEEEEE; border: 1px dashed #CFCFCF; }
#connect #property_report #page #report_section #google_maps .address .hint p { margin:0; padding:0; }

#connect #property_report #page #property_details #listings { margin:0 10px; padding:0;	border: 1px solid #CFCFCF; }
#connect #property_report #page #property_details #listings table.listing { width: 680px; margin:0; padding:0; }
#connect #property_report #page #property_details #listings table.listing table table { margin:0; padding:0; }
#connect #property_report #page #property_details #listings .header {
	background-color:#eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#connect #property_report #page #property_details #listings .top {
	padding: 4px 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#connect #property_report #page #property_details #listings .header .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

#connect #property_report #page #property_details #listings .header .toolbar { padding: 2px 10px 1px 10px; background-color:#CFCFCF; }
#connect #property_report #page #property_details #listings .header .sorting select {
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

#connect #property_report #page #property_details #listings .row { border: none; border-top: 1px solid #CFCFCF; }
#connect #property_report #page #property_details #listings .row em.grey { display: none; }
#connect #property_report #page #property_details #listings .row-1 { background-color: #FFFFFF; }
#connect #property_report #page #property_details #listings .row-2 { background-color: #EEEEEE; }

#connect #property_report #page #report_section .print_reports { margin:0 10px; padding:0; }

#connect #property_report #page #report_section .print_reports .section { margin-bottom: 20px; }
#connect #property_report #page #report_section .print_reports .controls { margin-top:20px; padding:10px; border-top: 1px solid #CFCFCF; }

#connect #property_report #page #report_section .print_reports .section_header h1,
#connect #property_report #page #report_section .print_reports .section_header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

#connect #property_report #page #report_section .print_reports .section_header p { margin-bottom: 10px; }

#connect #property_report #page #report_section .print_reports .hint { padding:10px; background-color:#EEEEEE; border: 1px dashed #CFCFCF; }
#connect #property_report #page #report_section .print_reports .hint p { margin-bottom: 10px; }

/****************************************************************************
	Copyright Styles
****************************************************************************/

#connect .connect_copy {
	margin: 8px 0;
	text-align: center;
	}

#connect .connect_copy a,
#connect #footer a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	}

/****************************************************************************
	AD Styles
****************************************************************************/

#connect .ad span.company_name {
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 0 10px;
	}

/* New Styles */
#connect .property-features ul {}
			#connect .property-features ul li {margin-left: 20px !important}
#connect .property-finances {}
	#connect .property-finances h3 {width:100%;margin:0 10px 0 0 !important}
	#connect .property-finances table {width:94%;margin:0 10px 0 0 !important}
#connect .broker-info {margin:0 !important}

/****************************************************************************
	Client Report View
****************************************************************************/

#connect {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

#connect #report {
	margin: 0;
	padding: 0;
}

#connect #report_options { 
	width: 100%;
	float: left;
	background: none !important;
}

#connect #report_nav {
	margin: 0 0 15px 0;
	padding: 0 10px !important;
	height: 25px;
	border-bottom: 8px solid #797979;
	background: none !important;
}

#connect dl.menu { background: none !important; }

#connect #report_nav dd { 
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: none !important;
}

#connect #report_nav dd a {
	padding: 5px 0 !important;
	display:  block;
	width: 162px;
	margin-right: 2px;
	height: 15px;
	color: #555;
	text-align: center;
	outline: 0;
	background: url(/images/connect/connect_report_tabs.gif) left top no-repeat;
}

#connect #report_nav dd a:hover,
#connect #report_nav dd.on a {
	color: #fff;
	background-position: left bottom;
}

#connect #report_main {
	width: 100%;
	}

#connect #report_overview {
	margin: 0 10px;
}

#connect #address {
	display: inline;
	width: 48%;
}

#connect #address h3 {
	font-size: 120%;
	margin-bottom: 50px;
}

#connect table.ness,
#connect ol.ness,
#connect ul.ness,
#connect table.spaces,
#connect div.description {
	margin-bottom: 15px;
	font-size: 120%;
}

#connect ol.ness li {
	margin-left: 28px;
}

#connect div.description h3.title {
 	font-size: 120%;
}

#connect table .more_info table {
	font-size: 100%; 	
}

#connect table.description th,
#connect table.description td {
	display: table-cell;
	vertical-align: top;
}

#connect #address tr.price {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -1px;
}

#connect h3.title {
	font-size: 140%;
	padding: 5px 8px;
	color: #000000;
	background-color: #eeeeee}
/*
	define('CONNECT_HEADER_FONT', 			$pl_connect->get_header_font_family());
	define('CONNECT_HEADER_FONT_SIZE',		$pl_connect->get_header_font_size());
	define('CONNECT_HEADER_FONT_COLOR',		$pl_connect->get_header_font_color());
	define('CONNECT_HEADER_LINK_COLOR',		$pl_connect->get_header_link_color());
	define('CONNECT_HEADER_BGCOLOR',		$pl_connect->get_header_bgcolor());
	define('CONNECT_HEADER_BORDER_COLOR',	$pl_connect->get_header_bordercolor());
	define('CONNECT_LISTING_FONT', 			$pl_connect->get_listing_font_family());
	define('CONNECT_LISTING_FONT_SIZE',		$pl_connect->get_listing_font_size());
	define('CONNECT_FONT_COLOR_1', 			$pl_connect->get_listing_font_color1());
	define('CONNECT_LINK_COLOR_1', 			$pl_connect->get_listing_link_color1());
	define('CONNECT_BGCOLOR_1', 			$pl_connect->get_listing_bgcolor1());
	define('CONNECT_BORDER_COLOR_1', 		$pl_connect->get_listing_bordercolor1());
	define('CONNECT_FONT_COLOR_2', 			$pl_connect->get_listing_font_color2());
	define('CONNECT_LINK_COLOR_2', 			$pl_connect->get_listing_link_color2());
	define('CONNECT_BGCOLOR_2', 			$pl_connect->get_listing_bgcolor2());
	define('CONNECT_BORDER_COLOR_2', 		$pl_connect->get_listing_bordercolor2());
*/

#connect #report a {
	color: #990000;
}

#connect #report a:hover {
	color: #ccc;
}

#connect #report_agents,
#connect #report_demographics table {
	font-size: 120%;
}

#connect #report_demographics table {
	width: 97%;
}

#connect #report_demographics table th {
	letter-spacing: 0;
}

#connect p.links {
	font-size: 120%;
	margin-bottom: 10px;
}

#connect #footer {
	text-align: left;
}

#connect .paging {
}

#connect .page-links,
#connect .page-limit {
	margin: 0;
}

#connect .page-links .page-label {
	margin-right: 8px;
	font-size: 100%;
	font-weight: bold;
}
#connect .page-links a {
	margin: 0 0 0 2px;
	padding: 4px 2px;
	font-weight: bold;
	text-decoration: underline;
}
#connect .page-links a:visited {
	color: #999;
}
#connect .page-links a:hover {
	color: #888;
	text-decoration: none;
}

#connect .page-links a.current, .page-links a.current:hover {
	text-decoration: none;
	color: #fff;
}
#connect .page-links span.dots {
	padding: 0 3px;
}

#connect .clear { clear: both; }

/* FORMS */

form { margin-bottom: 0; font-size: 120%; }

form p.desc, form p.description {
	padding: 0 10px;
}

form fieldset {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
}

form h2 {
	color: #999;
	font-weight: bold;
	font-size: 130%;
	padding-left: 10px !important;
	margin-bottom: 15px !important;
}

form div, form p {
	clear: left;
	margin-bottom: 6px;
}

form p {
	clear: none;
}

form label {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	white-space: nowrap;
}
form input,
form select,
form textarea,
form .text {
	font-size: 110% !important;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}
form select,
form ul.multiple,
form .checklist {
	width: 256px;
}
form input.radio,
form input.checkbox,
form .checklist input {
	width: auto;
	margin: 0 4px;
	border: none;
	background: none !important;
}

form input.auto,
form select.auto {
	width: auto;
}

form input.range {
	width: 114px;
}
form select.range {
	width: 120px;
}

form input.twins {
	width: 121px;
}

form input.trips {
	width: 77px;
}

form .tip select {
	margin: 4px auto;
	font-size: 9px;
}
form input.short {
	width: 50px;
}

form ul.multiple,
form .checklist,
form div.tip {
	margin: 0 0 0 156px;
}

form ul.multiple,
form .checklist  {
	display: block;
	float: left;
	margin: -18px 0 0 156px;
}

form small,
form .hint,
form div.tip {
	font-size: 90%;
	font-style: italic;
}

form div.notes {
	float: right;
 	width: 260px;
 	font-size: 80%;
 	color: #999;
}

form div.notes h3,
form div.notes a {
	color: #999;
}

form div.notes p {
	margin-bottom: 4px;
}

form .req input,
form .req select,
form .req textarea {
	background-color: #efefef;
}

form .req label:first-letter {
	color: #af5252;
	font-weight: bold;
	line-height: normal;
}

#contentwithsidebar form {
	width: 600px;
	margin: 0 0 0 -20px;
	padding: 0 10px;
}

form fieldset.withbg {
	background: url(/images/bg_quote_x.gif) bottom repeat-x;
}

form h2 {
	margin: 0 0 20px 0;
	padding: 0 10px;
	border-bottom: 1px solid #ebebeb;
}

form div.notes {
	display: inline;
	margin-right: 8px;
}

form div.submit {
	height: 36px;
	padding: 0 10px 5px;
	background: #ebebeb;
	border-bottom: 5px double #fff;
	text-align: right;
}

form div.submit input {
	display: inline;
}

/* Buttons */

a.button,
.submit input {
	display: block;
	width: 130px !important;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(/images/pl/s_button.png) no-repeat;
	border: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.button:visited {
	color: white;
	text-decoration: none;
}
a.button:hover,
.submit input:hover {
	color: white;
	background-position: 0 -30px;
}
a.button:active,
.submit input:active {
	color: white;
	background-position: 0 -120px;
}
a.alt,
.submit input.alt {
	background-position: 0 -60px;
}
a.alt:hover,
.submit input.alt:hover {
	background-position: 0 -90px;
}
a.alt:active,
.submit input.alt:active {
	background-position: 0 -150px;
}

.submit input {
	padding: 0;
	height: 30px;
}

/* Tables */

table.data {
	border-right: 1px solid #ccc;
}

table.data caption {
	padding: 0 0 5px 0;
	color: #999;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

table.data th {
	padding: 6px;
	background: #efefef url(/images/pl/tables/header.gif) repeat-x;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	color: #111;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

table.data th.nobg {
	border-width: 0 0 1px 0;
	background: none;
}

table.data td {
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	margin: 0;
	padding: 6px;
}

table.data .number {
	text-align: right;
}

table.data tr.even td {
	background-color: #f5fafa;
}

table.data tr:hover td,
table.data tr.hover td {
	background-color: #d7e5e2;
}

table.data td.hanger,
table.data tr:hover td.hanger,
table.data tr.hover td.hanger {
	background: #fff url(/images/pl/tables/hanger.png) no-repeat top right;
	border: none;
	text-align: right;
}

table.data tr td.spec {
	background: #f0fafa url(/images/pl/tables/tri.gif) no-repeat;
}
table.data tr.even td.spec {
	background-color: #f0fafa;
}
table.data tr:hover td.spec,
table.data tr.hover td.spec {
	background-color: #eeffcf;
}

table.data td.hanger .page-links {
	text-align: center;

}