/* CSS for SEARCA Directories */

#officeView {
	margin: 0 1px 1px;
	font-size:72%;
	background-color: #fff;
	line-height: 1.4;
	clear: both;
	width:447px;
}

.columnLeft18em {
	line-height:110%;
	width: 18em;
	float: left;
	margin-right: 1px;
} 

#directoryText {
	font-size:11px;
}


/*---------directory table styles -------*/

#officeView table.directory {
	margin-top: 0px;
	margin-left: 0em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

#officeView table.directory td {
	border: 1px solid #ddd; 
	padding: 5px;
}

#officeView table.sortable {
	margin-top: 0px;
	margin-left: 0em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
#officeView table.sortable td {
	border: 1px solid #ddd; 
	padding: 5px;
}
.sortable a {
color:#666600;
}

#officeView table.directory td.oddTD {background-color:#ffe;}

#officeView caption.directoryCaption {
	color: #fff;
	font-size: 0.1em;
	padding-bottom: 0px;
	/*padding-top:-6px;*/
}
#officeView th.directoryTH {
	font-size: 0.1em;
	color: #fff;
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
#officeView td.directoryHeader {
	font-weight: bold;
	background-color:#579700;
	color: white;
	border: 1px solid #a7be3d;
	/*background-color: #E8DFA2;*/
}

.directoryWideBorder {
	border-bottom: 2px solid #fff;
}

#officeView td.directoryWhiteCell {
	/*background-color: #E8DFA2;*/
	background-color: #fff;
}
#director p.goTop {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666600;
}	
#director a.goTop {
	color:#666600;
}	
