/*---------------------------------------------------------------------------------------------------------
Copyright 2007 Property Data Solutions

Version: 	3.0
Author:		sen chung
email:		sen@pdslive.com.au
website:	http://www.pdslive.com.au

CSS Area: 		Tables 
Description:	 
---------------------------------------------------------------------------------------------------------- */

	.table_button {height:20px; overflow:hidden;} /*this fixes the buttons that are created via the tables ASK sen */
	.table_container {margin:0 1px 6px 0; float:left;}
	#table_multi_loc {margin-right:1px;}

/*	=simple table
	----------------------------------------------------------------------------------------*/ 
	.simple_table {border-left:0px; border-right:0px; border-bottom:1px solid #c2c2c3;}
	.simple_table thead {text-align:left}
	.simple_table thead tr{vertical-align:top;}
	.simple_table .title {background-color:#fff;}
	.simple_table th {font-size:11px; line-height:20px; font-weight:bold;} 
	.simple_table th.noLink {font-size:11px; line-height:20px; font-weight:bold; padding-left:10px;}
	.simple_table th.centre {font-size:11px; line-height:20px; font-weight:bold; text-align:center;}
	.simple_table th.nosort {padding-left: 5px; font-size:11px; line-height:20px; font-weight:bold;} 
	.simple_table td {padding:0 5px 1px 5px; border-top:1px solid #e2e5ea; border-left:1px solid #c2c2c3; line-height:15px;}
	.simple_table .hone {background-color:#F0F4F8;}
	.simple_table .htwo {background-color:#fff;}
	.simple_table .hone:hover {background-color:#DDE9F2;}
	.simple_table .htwo:hover {background-color:#f8fbfe;}
	.simple_table img {margin:5px;}
	.simple_table img a {text-decoration:none;}
	.simple_table img a:hover {text-decoration:none;}
	.simple_table .lowerBorder {border-bottom:1px solid #c2c2c3;}
	.simple_table #text10left {padding-left:7px;}
	
	
/*	=simple table that aligns td tags if there are no sort functions
	----------------------------------------------------------------------------------------*/
	.simple_table_nosort{ border-left:0px; border-right:0px;}	
	.simple_table_nosort .title{ background-color:#fff;}
	.simple_table_nosort th {padding-left:5px; text-align:left; padding-right:10px; padding-bottom:3px; border-bottom:1px solid #d0d0d0; font-size:11px; line-height:20px; font-weight:bold;} 
	.simple_table_nosort td {padding:0 5px 1px 5px; border-bottom:1px solid #e2e5ea; border-left:1px solid #c2c2c3; line-height:15px;}
	.simple_table_nosort .htwo {background-color:#fff;}
	.simple_table_nosort .hone {background-color:#F0F4F8;}
	.simple_table_nosort .hone:hover {background-color:#DDE9F2;}
	.simple_table_nosort .htwo:hover {background-color:#f8fbfe;}
	.simple_table_nosort img {padding:5px;}
	.simple_table_nosort img a {text-decoration:none;}
	.simple_table_nosort img a:hover {text-decoration:none;}
	
	
	
	.noline_table {border-left:0px; border-right: 0px;}
	.noline_table th {padding-left:10px; text-align:left; padding-right:10px; padding-bottom:3px; border-bottom:1px solid #d0d0d0; font-size:12px; line-height:20px; font-weight:bold;} 
	.noline_table td {padding:0 10px 1px 10px; line-height:15px;}
	.noline_table .td_LB {padding:0 5px 1px 5px; line-height:15px; border-left:1px solid #d0d0d0;}
	.noline_table .td_LB_BB {padding:0 5px 1px 5px; line-height:15px; border-left:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0;}
	.noline_table .hone {background-color:#f3f3f3;}
	.noline_table .htwo {background-color:#f3f3f3;}
	.noline_table .hone:hover {background-color:#edecec;}
	.noline_table .htwo:hover {background-color:#edecec;}
	
	
	.noline_table_2 {border-left:0px; border-right:0px;}
	.noline_table_2 th {padding-left:20px; text-align:left; padding-bottom:3px; font-size:12px; line-height:20px; font-weight:bold;}
	.noline_table_2 td {padding:0 5px 1px 20px; line-height:15px; clear:both;}
	.noline_table_2 .hone {background-color:#f3f3f3;}
	.noline_table_2 .htwo {background-color:#f3f3f3;}
	.noline_table_2 .hone:hover {background-color:#edecec;}
	.noline_table_2 .htwo:hover {background-color:#edecec;}
	
	
/*	=suburb profile table
	----------------------------------------------------------------------------------------*/
	.noline_suburb_table {border-left:0px; border-right:0px;}
	.noline_suburb_table th {text-align:right; padding:3px 10px 3px 0; width:150px; font-size:11px; font-weight:bold;}
	.noline_suburb_table tr {vertical-align:top;}
	.noline_suburb_table td {padding:3px;}
	
	
/* =columnSorter
	----------------------------------------------------------------------------------------*/
	.sorttextarea {padding:0 0 3px 5px; border:0; margin:0;}	
	.sortimagearea {padding:0; margin:0; border:0;}