@charset "utf-8";
/* CSS Document */

/* ########## Financial Notes Styles ########## */
.notes-top {
	clear: both;
	padding: 0;
}
.notes-content {
	clear: both;
	padding: 10px 0 0 0;
}


h2.fin-head {
	clear: both;
	color: #785E21;
	font-family: "Times New Roman", Times, serif;
	font-size: 230%;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding-top: 40px;
}
h3.fin-sub {
	clear: both;
	color: #333;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h1.sub-below,
h2.sub-below {
	margin: 0 0 10px 0;
}
h3.tab-below {
	margin: 0;	
}
h3.fin-head {
	clear: both;
	color: #785E21;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}


/* OLD Footers */
ol.footnote {
	clear: both;
	margin: 0 0 20px 20px;
}
ul.footnote {
	clear: both;
	margin: 0 0 20px 0;
}
ul.footnote li {
	font-size: 65%;
	line-height: 100%;
}
p.footnote {
	clear: both;
	font-size: 65%;
	line-height: 120%;
	margin: 0 0 20px 0;
}

ol.bare {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ol.bare li {
	font-size: 75%;
	line-height: 140%;
}

ol.notes-index {
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 30px;
	padding: 0;
}
ol.notes-index li {
	font-size: 75%;
	line-height: 160%;
}


dl.notes-index {
	float: left;
	margin: 0 0 20px 0;
}
dl.notes-index dt {
	clear: both;
	float: left;
	font-size: 75%;
	line-height: 160%;
	width: 23px;
	margin: 0;
	padding: 0;
}
dl.notes-index dd {
	float: left;
	font-size: 75%;
	line-height: 160%;
	width: 449px;
	margin: 0;
	padding: 0;
}
.box1 dl.notes-index dd,
.box2 dl.notes-index dd {
	width: 200px;
}


.halfwidth1 dl.notes-index dd {
	width: 285px;
}
.halfwidth2 dl.notes-index dd {
	width: 364px;
}

#wrapper-sub .content-3x .halfwidth1 {
	width: 308px;
}
#wrapper-sub .content-3x .halfwidth2 {
	width: 391px;
	padding: 0 15px 0 0;
}



.return-nav ul li.back-top {
	background: url(../images/arrow-notes-backtop.gif) no-repeat 0 3px;
	font-size: 75%;
	padding: 0 0 0 15px;
}
.return-nav ul {
	padding: 10px 0 0 180px;
}


.notes-nav,
.return-nav {
	background: #E4DFD3;
	height: 36px;
	margin: 0 0 15px 0;
	padding: 0 10px 0 15px;
}

.nav-bot {
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
}
.notes-nav ul {
	padding: 10px 0 0 0;
}
.notes-nav ul li {
	float: left;
	font-size: 75%;
	width: 100px;
}
.notes-nav ul li.prev {
	padding: 0 0 0 15px;
	background: url(../images/arrow-notes-prev.gif) no-repeat 0 3px;
	width: 100px;
}
.notes-nav ul li.next {
	background: url(../images/arrow-notes-next.gif) no-repeat right 3px;
	padding: 0 15px 0 0;
	text-align: right;
	width: 80px;
}
.notes-nav ul li.back-top {
	float: right;
	background: url(../images/arrow-notes-backtop.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

.notes-nav form {
	float: right;
	margin: 7px 0 0 0;
	padding: 0;
}
.notes-nav form select {
	width: 440px;
	padding: 1px;
}

.notes-dload {
	background: url(../images/bg-notes-download.gif) repeat-x;
	height: 33px;
	line-height: 32px;
	padding: 1px 0;
	margin: 0 0 25px 0;
	text-align: right;
}
.notes-dload h4 {
	display: inline;
	color: #333;
	font-weight: normal;
}
.notes-dload ul {
	display: inline;
}
.notes-dload ul li {
	display: inline;
	font-size: 75%;
	padding: 0 0 0 10px;
}
.notes-dload .pdf-link {display: inline;}
.notes-dload .xls-link {display: inline;}

.span-rule {
	border-bottom: 1px solid #785E21;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

table {
	border-collapse: collapse;
}

/* Standard Tables */

table.std {
	clear: both;
	border: 0;
	margin: 0 0 20px 0;
}

table.std tbody th {
	font-size: 75%;
	font-weight: normal;
	padding: 2px 20px 2px 0;
	text-align: left;
	vertical-align: top;
}
table.std tbody td {
	font-size: 75%;
	font-weight: normal;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}



/* Financial Tables */

table.fin {
	clear: both;
	border: 0;
	margin: 10px 0 10px 0;
	width: 100%;
}
table.margin-alt {
	margin: 0 0 20px 0;
}
table.margin-alt2 {
	margin: 0 0 10px 0;
}
.fin-box table.fin {
	margin: 0;
}




table.fin thead th {
	font-size: 70%;
}
table.fin thead th.first-std {
	font-size: 70%;
}
table.fin thead th.first,
table.fin tbody th,
table.fin tbody td {
	font-size: 75%;
}
table.reduce th,
table.reduce td {
	font-size: 70% !important;
}
table.reduce thead th {
	font-size: 65% !important;
}
table.reduce thead th.first {
	font-size: 70% !important;
}

table.spaceall thead th, table.spaceall td {
	border-left: 10px solid #fff;
}
table.fin thead th.colgroup-top {
	text-align: center;
	padding: 2px 2px 3px 6px;
}
table.fin thead th {
	border-bottom: 1px solid #785E21;
	font-weight: normal;
	padding: 2px 2px 2px 6px;
	text-align: right;
	vertical-align: bottom;
}
table.fin thead th.colgroup-top2 {
	text-align: center;
	padding: 2px 2px 0 0;
	border-bottom: none;
}
table.fin thead th.first {
	color: #785E21;
	border-right: 13px solid #fff;
	border-left: 0;
	font-weight: bold;
	padding: 2px 2px 2px 0;
	text-align: left;
}
table.fin thead th.first-std {
	color: #333;
	border-right: 13px solid #fff;
	border-left: 0;
	font-weight: normal;
	padding: 2px 2px 2px 0;
	text-align: left;
}

table.fin tbody th {
	border-right: 13px solid #fff;
	font-weight: normal;
	padding: 2px 2px 2px 0;
	text-align: left;
	vertical-align: bottom;
}
table.fin tbody th.grouphead {
	color: #785E21;
	font-weight: bold;
	padding: 14px 2px 2px 0;
}
table.fin tbody th.grouphead2 {
	color: #333;
	font-weight: bold;
	padding: 14px 2px 2px 0;
}
table.fin tbody th.grouphead em {
	font-weight: normal;
	font-style: italic;
}
table.fin tbody th.subhead {
	font-weight: bold;
}
table.fin tbody td {
	font-weight: normal;
	padding: 2px 2px 2px 6px;
	text-align: right;
	vertical-align: bottom;
}
table.fin thead th.space,
table.fin tbody td.space {
	padding-left: 0;
}



table.fin tbody tr.grouphead3 th, 
table.fin tbody tr.grouphead3 td {
	padding: 14px 2px 2px 0;
}
table.fin tbody tr.grouphead4 th, 
table.fin tbody tr.grouphead4 td {
	color: #333;
	font-weight: bold;
	padding: 2px 2px 2px 0;
}


table.fin thead th.nondata,
table.fin tbody td.nondata {
	padding-left: 0;
	text-align: left;
}


table.fin th.space,
table.fin td.space {
	border-left: 10px solid #fff;
}

table.fin .bold,
table.fin .hilite-col {
	font-weight: bold;
}

table.fin tr.rule th,
table.fin tr.rule td,
table.fin th.rule,
table.fin td.rule {
	border-bottom: 1px solid #785E21;
}
table.fin tr.rule2 th,
table.fin tr.rule2 td,
table.fin th.rule2,
table.fin td.rule2{
	border-bottom: 2px solid #785E21;
}
table.fin th.div-rule,
table.fin td.div-rule {
	padding: 0;
}
table.fin th.div-rule .rule2 {
	border-bottom: 2px solid #785E21;
	padding: 2px 2px 2px 0;
}
table.fin td.div-rule .rule2 {
	border-bottom: 2px solid #785E21;
	padding: 2px 2px 2px 6px;
}

table.fin tbody td.no-bot {
	border-bottom: none;
}

table tr.padtop th,
table tr.padtop td {
	padding-top: 14px;
}
table tr.padbottom th,
table tr.padbottom td {
	padding-bottom: 19px;
}
table tr.padboth th,
table tr.padboth td {
	padding-top: 14px;
	padding-bottom: 19px;
}

table.reduce tr.padtop th,
table.reduce tr.padtop td {
	padding-top: 10px;
}
table.reduce tr.padbottom th,
table.reduce tr.padbottom td {
	padding-bottom: 13px;
}
table.reduce tr.padboth th,
table.reduce tr.padboth td {
	padding-top: 10px;
	padding-bottom: 13px;
}



/* Fin Pink BG Box */
.fin-box {
	clear: both;
	background: #E4DFD3;
	margin: 15px 0;
	padding: 10px;
}
.fin-boxline {
	clear: both;
	border: 1px solid #785E21;
	margin: 15px 0;
	padding: 9px;
}
.fin-boxlinebg {
	clear: both;
	background: #E4DFD3;
	border: 1px solid #785E21;
	margin: 15px 0;
	padding: 9px;
}

.fin-box table.fin,
.fin-boxline table.fin,
.fin-boxlinebg table.fin {
	margin: 0;
}
.fin-boxlinebg table.fin th.space,
.fin-boxlinebg table.fin td.space {
	border-left: 10px solid #E4DFD3;
}

.fin-boxlinebg table.spaceall thead th, .fin-boxlinebg table.spaceall td {
	border-left: 10px solid #E4DFD3;
}
.fin-boxlinebg table.fin thead th.first {
	border-right: 13px solid #E4DFD3;
}
.fin-boxlinebg table.fin tbody th {
	border-right: 13px solid #E4DFD3;
}







