@charset "utf-8";
/* CSS Document */

/* default and misc styles - other styles would override these */
/* put all entity default styles here, include form elements */

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

body 
{
    margin:0 auto 0 auto;
    width: 880px;
    position:relative;
}

li {
	margin-top: 5px;
}

a:link {
	color: #653614;
	text-decoration: underline;
}

a:visited {
	color: #653614;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* main page template styles */
#login 
{
	width: 880px;
}
#page-header {
	width: 880px;
}

#page-content {
	margin-bottom: 10px;
	margin-top: 0px;
	width: 880px;
}

#page-footer {
	margin-top: 30px;
	width: 880px;
}

#banner {
	margin: 0px 0px 1px 0px;
}

.main-menu {
	width: 880px;
	white-space: nowrap;
}

.sub-menu {
	padding: 6px 17px 4px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #653614;
	text-align: right;
}

.sub-menu a:link {
	color: #653614;
	text-decoration: none;
}

.sub-menu a:visited {
	color: #653614;
	text-decoration: none;
}

.sub-menu a:hover {
	color: #000000;
	text-decoration: none;
}
#content {
	padding: 10px;
}

#content-left, #content-left1 {
	width: 575px;
	padding-right: 20px; 
	float: left; 
	border-right: 1px dotted #e3e3e3;
}

#content-right {
	float: left;
	width: 260px;
	margin-top: 32px;
}

.content-right-section {
	margin-left: 20px;
}
.content-right-separator {
	border-top: 1px dotted #e3e3e3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #653614;
	margin-top: 5px;
	margin-bottom: 15px;
}

.content-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #653614;
	margin-top: 15px;
	margin-bottom: 10px;
}

.content-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00395a;
	margin-top: 15px;
	margin-bottom: 10px;
}

.content-h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* footer styles */

.footnote-rule
{
	/* "color:" and "background-color:" are both required on Horizontal Rule for multiple browser compatability. CS */
	color: #6f593b;
	background-color: #6f593b;
	height: 2px;
	border-style: none;
}

.footnote-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.footnote-text
{
}
.risk-language-inline-container
{
	display: block;
	margin-bottom: 10px;
}
.risk-language-header
{
	font-weight: bold;
	margin-right: 5px;
}
.risk-language-detail
{
}
.disclaimer-text
{
}

#footer-line {
	height: 1px;
	background: #c5c8c9;
	width: 880px;
}

#footer 
{    
	width: 880px;
	margin-top: 30px;
}
.footer-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #b2afa1;
	margin: 10px;
}

.footer-header a:link {
	color: #b2afa1;
	text-decoration: underline;
}

.footer-header a:visited {
	color: #b2afa1;
	text-decoration: underline;
}

.footer-header a:hover {
	color: #999999;
	text-decoration: underline;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b2afa1;
	margin: 10px;
}

.footer-text a:link {
	color: #653614;
	text-decoration: none;
}

.footer-text a:visited {
	color: #653614;
	text-decoration: none;
}

.footer-text a:hover {
	color: #000000;
	text-decoration: none;
}

/* popup styles */

#popup-page-content {
	margin: 5px 10px 10px 10px;
	border: 1px solid #d6d2c2;
}

.popup-close {
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
}

.popup-close a:link {
	color: #653614;
	text-decoration: none;
}

.popup-close a:visited {
	color: #653614;
	text-decoration: none;
}

.popup-close a:hover {
	color: #653614;
	text-decoration: underline;
}

/* home page specific styles */

.home-content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#page-features {
	margin: 10px;
	width: 880px;
}

.home-feature {
	padding: 10px;	
}

.left-feature {
	float:left; 
	width: 422px; 
	border: 1px solid #653614; 
	margin-right: 10px;
	
}

.right-feature {
	float:left; 
	width: 422px; 
	border: 1px solid #653614; 	
}

.feature-image {
	border: 1px solid #d6d2c2;
	float: left;
	margin-right: 10px;
}

.feature-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	font-weight: bold;
}

.feature-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
}

.feature-text a:link {
	color: #653614;
	text-decoration: none;
}

.feature-text a:visited {
	color: #653614;
	text-decoration: none;
}

.feature-text a:hover {
	color: #653614;
	text-decoration: underline;
}

.feature-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	margin-top: 10px;
}

.feature-link a:link {
	color: #653614;
	text-decoration: none;
}

.feature-link a:visited {
	color: #653614;
	text-decoration: none;
}

.feature-link a:hover {
	color: #653614;
	text-decoration: underline;
}


/* learn about CEFs styles (bucket styles also for info & press releases */

.learn-bucket {
	float: left;
	width: 424px;
	margin-top: 10px;
}

.learn-bucket-header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: -3px;
	margin-left: 21px;
	line-height: normal;
	z-index: 2;
	position: relative;
}


.learn-bucket-box {
	border: 1px solid #afbcba;
	background: #e5e2d1 url('/CEF/Images/learn/bg_bucket.jpg') repeat-x;
	padding: 5px;
	height: 76px;
	z-index: 1;
	position: relative;
}
.learn-bucket-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	line-height: normal;
}

.callout-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #653614;
	margin-top: 10px;
	margin-bottom: 10px;
}

.callout-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #653614;
	margin-top: 10px;
	margin-bottom: 10px;
}


.callout-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;			
}

.callout-text a:link {
	color: #653614;
	text-decoration: underline;
}

.callout-text a:visited {
	color: #653614;
	text-decoration: underline;
}

.callout-text a:hover {
	color: #000000;
	text-decoration: underline;
}

.callout-text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	margin-left: 11px;
	margin-bottom: 5px;
}

.callout-table {
	border-top: 1px solid #d6d2c2;
	border-left: 1px solid #d6d2c2;
	border-right: 1px solid #d6d2c2;
	margin-top: 10px;
}

.callout-table-header {
	border-bottom: 1px solid #d6d2c2;
	background: #653614;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}

.callout-table-row {
	border-bottom: 1px solid #d6d2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	padding: 4px;
}

.callout-table-row a:link {
	color: #653614;
	text-decoration: underline;
	font-weight: bold;
}

.callout-table-row a:visited {
	color: #653614;
	text-decoration: underline;
	font-weight: bold;
}

.callout-table-row a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


/* learn about activity styles */
.learn-button 
{
	font-size: 14px; 
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #00395a; 
	background: #afbcba; 
	padding: 5px; 
	margin-bottom: 5px;
}

.learn-button  a:link {
	color: #ffffff;
	text-decoration: none;
}

.learn-button a:visited {
	color: #ffffff;
	text-decoration: none;
}

.learn-button  a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.learn-button-content 
{
	background: #f8f6ee;
	padding: 10px;
	color: #00395a;
}

/* tertiary nav styles */
.callout-toc {
	margin-top: 10px;
}
 
.callout-toc-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	background: #653614;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #afbcba;
}

.callout-toc-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	padding: 3px;
	background: #f8f6ee;
	border-bottom: 1px solid #afbcba;
}

.callout-toc-item a:link {
	color: #653614;
	text-decoration: none;
}

.callout-toc-item a:visited {
	color: #653614;
	text-decoration: none;
}

.callout-toc-item a:hover {
	color: #653614;
	text-decoration: underline;
}

.fund-select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653614;
	font-weight: bold;
	vertical-align: middle;

}
.fund-select select 
{
	background: #f8f6ee;
	border: 1px solid #afbcba;

}


/* daily pricing */

.fund-category-name {
	background: #afbcba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	margin-top: 20px;
}

.learn-nav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
a.learn-nav:link {
	color: #653614;
	text-decoration: none;

}

a.learn-nav:visited {
	color: #653614;
	text-decoration: none;

}

a.learn-nav:hover {
	color: #000000;
	text-decoration: none;

}

/* data table styles - use for products also */

.table-header-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #eceef4;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 2px;
	padding-top: 2px;
}

.table-header-large a:link {
	text-decoration: none;
}

.table-header-large a:visited {
	text-decoration: none;
}

.table-header-large a:hover {
	text-decoration: none;
}


.table-header-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #eceef4;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 2px;
	padding-top: 2px;
}

.table-header-small a:link {
	text-decoration: none;
}

.table-header-small a:visited {
	text-decoration: none;
}

.table-header-small a:hover {
	text-decoration: none;
}

.table-row-xlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
}

.table-row-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
}

.table-row-large a:link {
	text-decoration: none;
}

.table-row-large a:visited {
	text-decoration: none;
}

.table-row-large a:hover {
	text-decoration: none;
}

.table-row-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
}

/*
.table-row-small a:link {
	text-decoration: none;
}

.table-row-small a:visited {
	text-decoration: none;
}

.table-row-small a:hover {
	text-decoration: none;
}
*/

.table-header-compare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #00395a;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #e6e6e6;
}

/* link styles for DMAT paging */

.page-links 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}
.page-links a:link {
	color: #653614;
	text-decoration: none;
	font-weight: normal;
}

.page-links a:visited {
	color: #653614;
	text-decoration: none;
	font-weight: normal;
}

.page-links a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* misc styles */

.servicemark 
{
	font-size:9px;
	vertical-align: text-top;
}
.click
{
	margin-bottom: 0px;
	margin-top: 20px;
}
/* override styles */
/* these styles are used as a second attribute in the cascade */


.no-pad-right
{
	padding-right: 0px;
}

.no-pad-left
{
	padding-left: 0px;
}

.shaded {
	background: #f2f2f2;
}


.highlighted {
	background: #ffffee;
	border-bottom: 1px solid #ffffee;
}

.no-border {
	border: 0px;
}

.large {
	font-size: 14px;
}

.small {
	font-size: 11px;
}

.bold {
	font-weight: bold;
	font-style: normal;
}

.indent
{
	padding-left:19px;
}

.italic 
{
	font-weight:normal;
	font-style: italic;
}

.bold-italic 
{
	font-weight: bold;
	font-style: italic;
}
.text-capitalize
{
	text-transform: capitalize;
}
.manager-language-header
{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
}
.manager-language-detail
{
	float: right;
	font-size: 11px;
	display: block;
}
.manager-language-image
{
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}
.alert
{
	background-color: Yellow;
	color: Red;
	font-weight: bold;
}
.underconstruction
{
	background-color: #F8FF86;
}
.VideoLibraryTable
{
	padding-top: 5px;
}
.VideoLibraryTable TD
{
	vertical-align: top;
}