#Office h3 {display: none;}
#Office div.actions li {
	display: inline;
	padding-right: .5em;
	line-height: 100%;
	border-right: 1px solid #ccc;
	margin-right: .5em;
}

#Office div.actions li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right-width: 0;
}

#Office img.photo {
	margin-right: 10px;
	margin-bottom: 1em;
	float: left;
}

#TabGroup {margin-left: 198px;}
#Details, #Agents {
	margin-left: 198px;
	margin-bottom: 1em;
	padding: 1em;
}

@media screen {

	#Details, #Agents {
		display: none;
	}
	
	#Details.active, #Agents.active {
		display: block;
		background: transparent url(/images/containerBG.png) top left repeat-x;
		padding-top: 1em;
	}
}


#Agents table {width: 100%;}
