

#wsod .financialsTearsheet h2 {
	clear: both;
}

#wsod .periodTypeSelect {
    position: absolute;
	top: 0px;
    *top: -2px;
	right: 0px;
}

#wsod .periodTypeSelect label {
    color: #666666;
    font: normal 11px arial;
    margin-right: 5px;
}

#wsod .periodTypeSelect select {
    border: 1px solid #cccccc;
    font: bold 11px arial;
}

#wsod ul.financialsNav {	
    margin-bottom: 10px;
    margin-left: 10px;
	height: 14px;
	float: left;
}

#wsod ul.financialsNav li {
    float: left;
    font-size: 12px;
    padding: 1px 10px;
    border-left: 1px solid #cccccc;
}

#wsod ul.financialsNav li.first {
    padding-left: 0px;
    border-left: none;
}

#wsod ul.financialsNav li.selected a {
    color: #666666;
}

#wsod .financialsTearsheet .upsellPanel {
	margin-top: -10px;
}

#wsod table.financials {
    float: left;
    border-top: 1px solid #cccccc;
}

#wsod table.financials td,
#wsod table.financials th {
    text-align: right;
    height: 24px;
    font-size: 12px;
}

#wsod table.financials th.disclosure {
    text-align: left;
    vertical-align: top;
}

#wsod table.financials thead th.dateLabel {
    border-bottom: none;
    padding-bottom: 0;
}

#wsod table.financials thead th.updateLabel {
    font-size: 10px;
    color: #aaaaaa;
}

#wsod table.financials tbody td {
    border-bottom: 1px solid #dddddd;
    padding: 3px 4px;
}

#wsod table.financials td.label {
    text-align: left;
    white-space: normal;
}

#wsod table.financials tr.totals td {
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    background-color: #F6E9D8;
    padding-bottom: 1.5em;
}

#wsod table.financials tr.secondary td {
    background-color: #F6F2EE;
}

#wsod .financialSummarySection {
    position: relative;
    float: left;
}

#wsod .smartText {
    width: 173px;
    height: 250px;
    margin: 10px 10px 0px 0px;
    float: right;
	display: inline;
}

#wsod .financialsChart {
    width: 190px;
    height: 100px;
    margin-right: 15px;
    float: left;
}

#wsod .financialsChart.financialsChart-Revenue { background-position: 0 0 !important; }
#wsod .financialsChart.financialsChart-NetIncome { background-position: 0 -100px !important; }
#wsod .financialsChart.financialsChart-CashFlow { background-position: 0 -200px !important; }
#wsod .financialsChart.financialsChart-Cash { background-position: 0 -300px !important; }
#wsod .financialsChart.financialsChart-TotalAssets { background-position: 0 -400px !important; }
#wsod .financialsChart.financialsChart-LongTermDebt { background-position: 0 -500px !important; }

#wsod .financialSummaryChartDiv {
    float: left;
    width: 398px;
	margin-bottom: 10px;
}

#wsod .financialSummaryChartDiv h3 {
    font-size: 11px;
    margin-top: 5px;
    text-transform: capitalize;
}

#wsod .financialSummaryChartDiv table {
    width: 190px;
    margin-top: 10px;
    border-collapse: separate;
    border-top: 1px solid #E7E2DB;
}

#wsod .financialSummaryChartDiv table th {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    white-space: normal;
}

#wsod .financialSummaryChartDiv table td {
    font-size: 14px;
    font-weight: bold;
}
#wsod .financialSummaryChartDiv table td .dataValue {
    white-space:nowrap;
}
