/** GENERAL **/
.ReportWrapper {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0.5em 0px 0px 0.5em;
	overflow: auto;
}

.ReportWrapper h2 {
	font-size: 12pt;
}

.ReportWrapper h4 {
	color: #5F85B1;
	margin-bottom: 0px;
}

.ReportWrapper ul, ol {
	margin-left: 1em;
	padding-left: 1em;
}

.ReportWrapper li {
	margin: 0px;
	padding: 0px;
}

.ReportWrapper li {
	list-style-type: none; /* disc */
}

.ReportWrapper p {
	margin: 0px 0px 1em 0px;
}

.ReportWrapper table {
	font-size: 1em;
}

.ReportWrapper .lpad {
	padding: 0px 0px 0px 1em;
}

.ReportWrapper .pad {
	padding: 0px 1em;
}

.ReportWrapper .rpad {
	padding: 0px 1em 0px 0px;
}

.ReportWrapper .partition {
	border-bottom: 0px;
	color: white;
	padding-bottom: 0px;
}

.ReportWrapper .partition legend {
	color: white;
}

.ReportWrapper h2.comparison,
.ReportWrapper h2.section {
	background-color: #077;
	color: white;
	margin: 0.5em 0px;
	padding: 0.5em 0px 0.5em 0.5em;
}

.tal {
	text-align: left;	
}

.tac {
	text-align: center;	
}

.tar {
	text-align: right;
}

/** OVERVIEW **/

h2.heading{
	border-bottom: 2px solid #069;
	color: white;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0px 0px 0.5em 0px;
	text-transform: uppercase;
}

h2.heading span{
	background-color: #069;
	padding: 3px 3px 0px 3px;
}

.na {
    line-height: 0px;
    height: 0px;
}

table.performance,
table.expenses {
	padding: 2px;
}

/** EXPENSES **/
table.expenses {
	border: 1px solid black;
}

table.expenses tr {
	background-color: transparent;
}

table.expenses thead th{
	background-color: #066;
	color: white;
	font-weight: bold;
}

table.expenses tbody th{
	background-color: #FFF6D1;
	color: #9C6500;
	font-weight: bold;
}

table.expenses tr.alt td,
table.expenses td.alt {
	background-color: #F3F7ED;
}

/** PERFORMANCE **/

table.performance {
	border: 1px solid black;
}

table.performance tr {
	background-color: transparent;
}

table.performance thead th{
	background-color: #066;
	color: white;
	font-weight: bold;
}

table.performance tbody th{
	background-color: #FFF6D1;
	color: #9C6500;
	font-weight: bold;
}

table.performance tr.alt td,
table.performance td.alt {
	background-color: #F3F7ED;
}

/** footnotes overrides **/
table.footnotes {
	border: none;
}

table.footnotes td {
	border-color: transparent;
	border-style: none;
	border-width: 0px;
    font-style: italic;
    vertical-align: top;
}