 /* 
 PRINT 
 */

/* Hide elements when printed, CMK ticket # 135159 */
.noprint, #leftmenu, #toptabs, #editmenu, .title .downloadpdf {
	display: none !important;
}

.noscreen, #dflogo { display: block; }

.page-break-before { page-break-before: always; }
.page-break-after { page-break-after: always; }	

table.default {
	width: 100%
	position: relative;	
}

td.description {
	vertical-align: top;
}

td.description table { background-color: #fff; }

body, td, p {
	font: 10pt/12.5pt Verdana, Arial, Helvetica, san-serif;
	margin: 0;
	color: #333;
	background: none;
	text-align:left;
}

p {
	margin-bottom: 1em;
}

a { color: #333; }

table {
	margin: 0;
	color: #333;
}

table td {
	padding: 3px;
}

table.bottom-border {
	font-size: 9pt;
}
table.bottom-border th, table.bottom-border td {
	border-bottom: 1px solid #333; 
}

table.default td.page, .description .page {
	font-size: 16pt;
	line-height: 18pt;
	padding-top: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	background: none;
	color: #56001a;
}

table.default td.section {
	font-size: 12pt;
	padding-top: 3px 0;
	font-weight: bold;
	text-align: center;
	background: none;
	color: #fff;
}

table.default td.title {
	font-size: 14pt;
	line-height: 18pt;
	padding-top: 14px;
	font-weight: bold;
	background: none;
	color: #014D41;
}

table.default td.subtitle {
	font-size: 10pt;
	font-weight: bold;
	background: none;
}

table.default td.description .highlighted {
	color: #014D41;
}

table.default span.description {
	font-size: 12pt;
}

table.default td.description .ttitle {
	font-weight: bold;
	text-align: left;
	background: none;
	color: #fff;
}

table.default td.description .symbol {
	text-align: left;
	background: #DDC78D;
	color: inherit;
}

table.default td.description .sd {
	background: #E3D3BB;
	color: inherit;
}

td.footnote, 
.footnote p, 
p span.footnote { 
	font-size: 7pt;
	line-height: 9pt;
}

table.default td.footnote, 
table.default p.footnote {
	background: none;
}

table.default td {
	padding: 3px;
	background: none;
}

table.default td p#subtext{
	font-size: 9px;
}

table#home {
	position: absolute;
	top: 165px; left: 161px;
}

table#home td {
	padding: 0px;
	border: 0px solid #ffd700;
	font-size: 10px;
	background: #F6EAD3;
	color: #003B3A;
}

table#home td.title {
	font-family: 'Arial Narrow';
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	width: 130px;
	padding-top: -10px;
	padding-right: 14px;
}

table#home td.text {
	background: #F6EAD3;
	font-family: 'Times New Roman';
	font-size: 12pt;
	text-align: left;
	vertical-align: top;
	width: 130px;
	padding-top: 5px;
	padding-right: 14px;
	letter-spacing: .03em;
}

div#new {
	height: 200px;
	background: #E3D3BB;
	color: #003B3A;
	position: absolute;
	top: 157px; left: 590px; z-index: 15;
}

div#new a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 2px 10px;
	width: 200px;
	white-space: nowrap;
}

div#new td a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 2px 10px;
	width: auto;
	text-align: left;
	white-space: nowrap;
}

div#buttons {
	padding-top: 8px;
	height: 134px;
	background: #014D41;
	color: #003B3A;
	position: absolute;
	top: 660px; left: 590px; z-index: 15;
}

div#buttons a {
	display: block;
	text-decoration: none;
	width: 200px;
	white-space: nowrap;
	text-align: center;
}

div#space {
	border: 3px solid #F6EAD3;
	height: 10px;
	width: 1px;
}





table.returns {
	width: 7in;
}
table.returns, table.returns th, table.returns td {
	border: none;
}
table.returns th, table.returns td {
	font: 11pt 'Arial Narrow', Arial, san-serif !important;
	border: none;
	border-bottom: 1px solid #666;
	margin: 0;
}
table.returns th {
	font-weight: bold;
}
table.returns td {
	text-align: right;
	white-space: nowrap;
	padding-right: .5em;
}
table.returns th.left {
	padding-right: 1em;
}

.left { text-align: left; }


.taxsummary {
  border: 1px solid #666;
  margin-bottom: 1em;
}
.taxsummary th {
  background: #E3D3BB !important;
  font-weight: normal;
  vertical-align: bottom;
}
.taxsummary td {
  vertical-align: middle;
  text-align: center;
}
.taxsummary th, .taxsummary td {
  border: 1px solid #666;
  font-size: 10px !important;
  padding: .2em .4em;
}
.taxsummary .total {
  border-left-color: #014D41;
  border-left-width: 2px;
}
.taxsummary .fundclass {
  padding: .2em 2em;
  vertical-align: middle;
  white-space: nowrap;
}
.taxsummary tr.seperator th, 
.taxsummary tr.seperator td,
.taxsummary th.seperator,
.taxsummary td.seperator {
  border-bottom-width: 3px !important;
}