/* CSS Document */

#resultsholder{
	width: 940px;
	margin: 0 auto;
}

/*Table-----------------------------------------------------*/

table#Dir {
	font: 12px/24px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 940px;
}

table#Dir th {
	padding: 0 0.5em;
	text-align: left;
}

table th.Title01 {
	background-image: url('../images/partner_links.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 8px;
	height:30px;
}

table th.Title02 {
	background-image: url('../images/listings.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 8px;
	height:30px;
}


table#Dir tr.banner td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url('../images/table_BG.png');	
}

table#Dir td {
	border-bottom: 1px solid #cccccc;
	padding: 0 0.5em;
}

table#Dir td.width01 {
	width: 190px;
	text-align: left;
	font-size: 12px;
	font-weight: Bold;
	color: #072B61;
}
	
table#Dir td.width02 {
	width: 190px;
	border-left: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
	font-weight: Bold;
	color: #072B61;
}
	
table#Dir td.width03 {
	width: 400px;
	border-left: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
	font-weight: Bold;
	color: #072B61;
}

table#Dir td.adjacent {
	border-left: 1px solid #cccccc;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
}

table#Dir tr.Odd {
    background-image: url('../images/cell_BG.png');	
}

table#Dir td.company {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
}
	
/*Text styles for Table-----------------------------------------------------*/


