/* search results */


#cde-search {
	background-color:#ddd;
	padding:5px;
	}
	
#cde-search-results {
	margin:0;
	}

#cde-search-results th {
	background-color:#88181E;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}
	
#cde-search-results th a {
	color:#fff;
	text-decoration:none;
	}
	
#cde-search-results a.:hover {
	color:#fff;
	}

#cde-search-results .rowA {
	background-color:#fff;
	}

#cde-search-results .rowB {
	background-color:#ddd;
	}
	
#cde-search-results td {
	border-left:solid 1px #fff;
	}

#cde-search-results td.record-name {
	font-weight:bold;
	border-left:none;
	}


/* details */

#tab .tab-left {
	background-image:url(/images/tab-left.gif);
	}
#tab .tab-right {
	background-image:url(/images/tab-right.gif);
	}
#tab .tab-center {
	background-color:#F2F0E6;
	padding:0 5px;
	}
	
.listing-info {
	background-color:#F2F0E6;
	padding:15px;
	}
	
#details-table {
	margin-top:10px;
	}

#details-table td {
	padding:5px;
	vertical-align:top;
	border-bottom:solid 1px #fff;
	}
#details-table th {
	text-align:right;
	font-weight:bold;
	padding:5px;
	width:100px;
	vertical-align:top;
	border-bottom:solid 1px #fff;
	white-space:nowrap;
	}
