﻿table {margin:0 0 30px 0;}

a {
	color:#5e85b7;
	text-decoration:none;}
	
	a:hover {
		color:#235697;
		cursor:pointer;}
		
	.fax-link {
		display:block;
		min-height:20px;
		text-indent:22px;
		background:url(../images/fax-link.png) no-repeat top left;}
	
	.phone-link {
		display:block;
		min-height:20px;
		text-indent:22px;
		background:url(../images/phone-link.png) no-repeat top left;}

.headingLine small {
	line-height:10px;}

/* OLD */

.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #444;
  */
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#555555;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url(../images/minus.png) no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
  line-height:20px;
}

.footable > tbody > tr:hover {
  background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #e9e9e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f6), to(#e9e9e7));
  background-image: -webkit-linear-gradient(top, #f7f7f6, #e9e9e7);
  background-image: -moz-linear-gradient(top, #f7f7f6, #e9e9e7);
  background-image: -ms-linear-gradient(top, #f7f7f6, #e9e9e7);
  background-image: -o-linear-gradient(top, #f7f7f6, #e9e9e7);
  background-image: linear-gradient(to bottom, #f7f7f6, #e9e9e7);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.footable > tbody img {
  vertical-align:middle;
}