/* Panel */
#PanelContentTitle
{
	padding			:	20px;
	background-color	:	#f7941e;
	margin-bottom		:	20px;
}
#PanelContentTitle *
{
	color			:	#ffffff;
}

/* List */
table.List
{
	
}
td.ListHeader
{
	color			:	#000000;
	background-color	:	#f0e6d2;
	width			:	20%;
}
td.ListName
{
	background-color	:	#ccdd99;
}
td.ListStripe0
{
	background-color	:	#78bedf;
}
td.ListStripe1
{
	background-color	:	#ccddee;
}
td.ListContent
{
}

/* Tab */
div.PanelTab
{
	margin-bottom		:	2em;
}

/* Panel */
div.PanelPhoto
{
	float			:	left;
	width			:	203px;
	margin			:	0px 30px 30px 0px;
}
div.PanelPhoto img
{
	margin-bottom		:	0.5em;
}
span.LabelFacilityName
{
	font-weight		:	bold;
	color			:	#990000;
}

#PanelTrial
{
	display			:	none;
}
#PanelHistory
{
	display			:	none;
}
#PanelSummary
{
	display			:	none;
}
#PanelFacility
{
	display			:	none;
}
