/* div { border: 1px solid red; margin: 1px; } */
/* table { border: 2px solid red; margin: 3px;} */

.normal {
	font-weight: normal;
}

/* Navigation */
#property_information_tabs, #property_startup_tabs, #property_ongoing_ownership_tabs, #property_escalation_tabs {
	margin-top:15px;
	width:720px;
	margin-left:15px;
	margin-right:15px;
}

#pi_nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#pi_nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	/* background: #ffffff url(/eriweb/assets/img/nav_bg.gif) repeat-x bottom left; */
	background: #fff repeat-x top left;
}

#pi_nav a {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px 6px 4px 6px;
	color: #333;
	text-decoration: none;
	border: 1px solid #cbc798;
	border-bottom: none;
	background: #F2F1E4 url(/eriweb/assets/img/gradient_bg.gif) repeat-x top left;
}

/* Navigation - Highlights */
#pi_container_tab, #ps_container_tab, #po_container_tab, #pe_container_tab
{
	width:720px;
	margin-left:15px;
	margin-right:15px;
	background-color: #fff;
}

div#pi_container_tab #pi_nav #t-property_information a {
	color: #333;
	padding-bottom: 5px;
	border-color: #cbc798;
	background: #cbc798;
}

div#ps_container_tab #pi_nav #t-property_startup a {
	color: #333;
	padding-bottom: 5px;
	border-color: #cbc798;
	background: #cbc798;
}

div#po_container_tab #pi_nav #t-property_ongoing_ownership a {
	color: #333;
	padding-bottom: 5px;
	border-color: #cbc798;
	background: #cbc798;
}

div#pe_container_tab #pi_nav #t-property_escalations_and_sale a {
	color: #333;
	padding-bottom: 5px;
	border-color: #cbc798;
	background: #cbc798;
}

#pi_nav a:hover, div#property_financial_metrics #t-property_financial_metrics a {
	color: #333;
	padding-bottom: 5px;
	border-color: #cbc798;
	background: #fff repeat-x top left;
}

/* Body */
#pi_container, #ps_container, #po_container, #pe_container
{
	width:720px;
	margin-left:15px;
	margin-right:15px;
	background-color: #cbc798;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#pi_container table, #ps_container table, #po_container table, #pe_container table
{
	text-align: left;
	vertical-align: top;
}

.subtable
{
	border-width: 0px;
	background: #ECEBD9;
	border-left: 1px solid #cbc798;
	border-right: 1px solid #cbc798;	
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.subtable thead th
{
	margin: 0px;
	padding: 8px 10px;
	background-color: #ffffff;
	border-top: 1px solid #cbc798;
	border-bottom: 1px solid #cbc798;
	line-height: 90%;
}

.subtable tbody th
{
	border-bottom: 1px solid #cbc798;
	padding: 8px 10px;
	text-align: left;
}

.subtable tbody td
{
	text-align: left;
	border-bottom: 1px solid #cbc798;
	padding-right: 5px;
	line-height: 100%;
}

.subtable tbody td .multiline
{
	line-height: 120%;
}
