/* PRINT */

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

/* Display print-only elements */
.noscreen, #dflogo { display: block; }

/* CSS page break attributes */
.page-break-before { page-break-before: always; }
.page-break-after { page-break-after: always; }

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

body {
	margin: 6px;
	color: #333;
	font-family: 'Verdana';
	font-size: 10px;
	text-align:left;
	line-height: 100%;
}

a {
	background: none;
	color: #465C2A;
}

a.site {
	background: none;
	color: #DCC8A5;
}


table {
	margin: 0;
}

table td {
	padding: 3px;
	font-family: 'Verdana';
}

table.default td.page {
	padding-top: 12px;
	font-family: 'Verdana';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .05em;
	background: none;
	color: #6C2220;
}

table.default td.section {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #465C2A;
	color: #ffffff;
}

table.default td.title {
	padding-top: 14px;
	font-family: 'Verdana';
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #465C2A;
}

table.default td.subtitle {
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #333333;
}

table.default td.description {
	font-size: 13px;
	color: inherit;
	background: none;
	vertical-align: top;
}

.ph_border {
	border-collapse: collapse;
}

.ph_border td {
	border: 1px solid #666666;
}

table.default table.wisdom td {
	padding: 0px 3px 0px 3px;
}

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

table.default td.description .ttitle {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background: #405427;
	color: #ffffff;
}

table.default td.description .symbol {
	font-size: 10px;
	text-align: left;
	background: #E8F1D3;
	color: inherit;
}

table.default td.description .sd {
	font-size: 10px;
	text-align: left;
	background: #F9F1E2;
	color: inherit;
}

table.default span.description {
	font-size: 13px;
}

td.footnote, 
.footnote p, 
p span.footnote,
div.footnote {
	font-size: 7pt;
	background: none;
	color: #333;
}

span.footnote {
	display: block;
}

p span.footnote {
	display: inline;
}

table.default td {
	font-family: 'Verdana';
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	color: inherit;
	background: none;
}

table.default td.sitesubheader{
	background: #e3d3bb;
	color: inherit;
	font-weight: bold;
}

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

div#access a{
	display: block;
	font-family: 'Verdana';
	font-size: 10px;
	background: none;
	color: #ffffff;
	text-decoration: none;
	line-height: 100%;
	margin-left: 10px;
	padding: 2px 6px;
	white-space: nowrap;
	width: 110px;
}


table#closing {
	position: absolute;
	top: 160px; left: 180px;
}

table#closing td {
	padding: 2px;
	/*border: 0px solid #ffd700;*/
	font-family: 'Verdana';
	font-size: 10px;
	background: #F6EAD3;
	color: #333333;
}

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

table#home td {
	padding: 0px;
	border: 0px solid #ffd700;
	font-family: 'Verdana';
	font-size: 10px;
	background: #F9F1E2;
	color: #465C2A;
}

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: #F9F1E2;
	color: #333333;
	font-family: 'Times New Roman';
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	width: 130px;
	padding-top: 5px;
	padding-right: 14px;
	letter-spacing: .03em;
}

table#home td.toptext {
	background: #F9F1E2;
	color: #333333;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	width: 410px;
	padding-top: 5px;
	padding-right: 14px;
	letter-spacing: .03em;
}

div#new {
	height: 360px;
	background: #E7DBC8;
	color: #003B3A;
	position: absolute;
	top: 150px; left: 590px; z-index: 5;
}

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: 170px;
	text-align: left;
	white-space: nowrap;
}

div#new .new_ad a:link {
	width: auto;
	text-decoration: none;
	color: #000000;
	background: inherit;
	white-space: normal;
}


div#buttons {
	padding-top: 8px;
	height: 134px;
	background: #6C2220;
	color: #003B3A;
	position: absolute;
	top: 572px; left: 590px; z-index: 5;
}

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;
}

/* For Mid Cap Tables */
div.midcap {
	background: #F6EAD3;
	color: #3C5A1C;
	width: 570px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #999999;
}

/* Form Buttons */
.sbutton {
font-family: 'Verdana';
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background: #465C2A;
cursor: hand;
padding: 2px 0px 2px 0px;
border-top: 2px solid #dddddd;
border-right: 2px solid #dddddd;
border-bottom: 2px solid #666666;
border-left: 2px solid #666666;
}

.xbutton {
font-family: 'Verdana';
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background: #6c2220;
cursor: hand;
padding: 2px 0px 2px 0px;
border-top: 2px solid #dddddd;
border-right: 2px solid #dddddd;
border-bottom: 2px solid #666666;
border-left: 2px solid #666666;
}

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; }

.fontsize14px, table.fontsize14px th, table.fontsize14px td, table.fontsize14px caption {
  font: 14px 'Arial Narrow', Arial, san-serif !important;
}

.section { 
  border: 1px solid #A29061;
  padding: 0 14px 14px;
  margin-bottom: 1em; 
}

.section h2 {
  background: #A29061;
  margin: 0 -14px;
  padding: .3em 14px;
  color: white;
  font-size: 14px;
}

.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;
}

table.simple { 
	border: 1px solid #a29061;
	border-bottom: none;
	padding: 0;
	width: 160px;
}
table.simple th, table.simple td { 
	border-bottom: 1px solid #a29061; 
	font: 95% 'Arial Narrow', Arial, san-serif;
	margin: 0;
	padding-left: 12px;
}
div.simple {
	border: 1px solid #a29061; 
	font: 95% 'Arial Narrow', Arial, san-serif;
	padding: 1em;
}

.right {
	float: right;
	margin: 1em 0 1em 1em;
}

p.right {
	float: none;
	text-align: right;
}
