﻿/* Service Directory Styles - Common across all service directory pages */

.serviceDirectory .lastLocation
{
	border:none;
}

.serviceDirectory .location .name
{
	color:#6bb600;  /* Green */
	font-family:Trebuchet MS, tahoma, Geneva, sans-serif;
	font-size:16px;	
	display:block;
	margin-bottom:6px;		
}





/* Used for listing service directory */

.serviceListing h1  
{
	color:#6bb600;
	font-family:Trebuchet MS, tahoma, Geneva, sans-serif;
	font-size:14px;	
	margin-bottom:0px;
	margin-top:10px;
}
.serviceListing a
{
    font-weight: normal !important;
}  


/* Used for listing service locations for a service */


.chooseServiceLocation .location    
{
	padding-top:10px;
	margin-bottom:15px;
	border-top:solid 1px Gray;
	position:relative;
}

* html .chooseServiceLocation .location
{
	position:static;
}

.chooseServiceLocation .firstLocation
{
	border-top:none;
}


.chooseServiceLocation .location a.moreLink
{
	position:absolute;
	top:10px;
	right:0px;
	text-decoration:none;
}

* html .chooseServiceLocation .location a.moreLink
{
	position:fixed;
	float:right;
}



	/* Service Directory - Matrix */

table.serviceMatrix
{
	width:100%;
	color:#003e7e;
	border-collapse: collapse;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}

table.serviceMatrix tr td
{
	border:solid 1px #003e7e;	
	padding:3px;
}


table.serviceMatrix tr.headingRow td
{
	height:160px;
	font-weight:bold;	
	vertical-align:bottom;	
}

table.serviceMatrix tr.headingRow td img
{
	padding-left:6px;
}

table.serviceMatrix tr.headingRow td img.wide
{
	padding-left:6px;
	padding-right:6px;
}


table.serviceMatrix td.titleCol
{
	background-color:#d8e6f3;
	width:245px;
	padding-left:10px;
}

table.serviceMatrix td.tick
{
	width:30px;
	height:12px;
	background-image:url(../../media/contentImages/serviceMatrixTick.gif);
	background-repeat:no-repeat;
	background-position: 12px 6px;
}

table.serviceMatrix td.notick
{
	width:30px;
	height:12px;
}
