/*Contact list table*/
table {
	margin: 6px 0 13px 0;
	border-collapse: collapse;
	border: solid 1px #DBD9D1;
	font-size: 1em;
	empty-cells: show;
}
td {
	line-height: 135%;
	vertical-align: top;
	padding: 3px 10px 3px 0;
	margin: 0;
	border-right: solid 1px #DBD9D1;
}
td.end {border-right: 0}
tr {border-bottom: solid 1px #DBD9D1;}
.break {border: 0}
.break .navToTop {border: 0; text-align: right; margin: 0 0 1em !important}
table.contacts {
	width: 90%;
	margin: 1.1em 0 1.1em 0 !important;
	padding: 0;
	border: 0;
}
tr.HeaderRow td {font-size: 1.4em; color: #000; font-weight: bold; /*background-color: #faeec6; padding-left: 12px;*/ border-bottom: solid 2px #b9cca9}
tr.HeaderRowSub td {font-weight: bold; background-color: #e4eed8}
tr.HeaderRowSub td.begin {padding-left: 12px }
tr.RowOne td, tr.RowTwo td, tr.SubheadRow td { padding: .5em .54em 1em 0; border-bottom: solid 1px #DFE8D8; /*border-left: solid 1px #FBEECC; border-right: solid 1px #FBEECC;*/}/*color good!#E4D29E*/
tr.RowOne td.begin, tr.RowTwo td.begin {border-left: 0; font-weight: bold; padding-left: 12px !important}
tr.RowOne td.end, tr.RowTwo td.end {border-right: 0}
tr.RowOne td {background-color : #FFF;}
tr.RowTwo td {background-color : #FFF;} /*color good!#FAF6DE*/


.contacts td { border: 0;}

table.contacts td.nowrap, td.nowrap {
	white-space: nowrap;
}
table.contacts td.WhiteCell,
div#content table tr.RowTwo td.WhiteCell {
	vertical-align: top;
	white-space: nowrap;
	background-color: #FFFFFF;
}

table.contacts tr.RowOne td p.name,
table.contacts tr.RowTwo td p.name {
	font-weight: bold;
	margin: 0 !important;
}
table.contacts tr.RowOne td p.title,
table.contacts tr.RowTwo td p.title {
	font-weight: normal;
	font-size: .95em;
	margin: 0 !important;
}

table.contacts tr.RowOne td.end p,
table.contacts tr.RowTwo td.end p {
	margin: 0 !important;
}
table.contacts tr.RowOne td.end a,
table.contacts tr.RowTwo td.end a {
	font-size: 1em;
}
form .btnCon { display: table !important; margin: 0 auto !important; clear: both;}
.contacts td .navToTop {text-align: right}