
/* change irroom.css to the main site design stylesheet */
@import url("irroom.css");
@import url("wdcontent.css");

/* financial data was not wrapping in FF, causing horizontal scroll
this apparently fixed in FF and resets IE */
div.ir-content div.wd_news_releases-detail p.prnews_p {
	.white-space: nowrap !important;
	_white-space: nowrap !important;
	*white-space: nowrap !important;
	white-space: normal !important;
}


div.wd_wsod_secfilings, div.wd_wsod_interactivechart {
   width: 600px;
   margin: 0 auto;
}

body.quote div.tableCell50pct {
   width: auto;
   float: none;
}

body.quote div.tableCell50pct span.label, body.quote div.tableCell50pct span.quote, {
    font-size: 14px !important;
}

body.index div#secFilingsOptions {
   border-top: 1px solid #F37421;
   border-bottom: 1px solid #F37421;
}

body.index #secFilingsTable a.formatType.formatXBRL {
	display: none;
}

body.index .dataTable, body.index .dataTable th, body.index .dataTable td {
   border-bottom: 1px solid #F37421;
}

body.minichart .label , body.minichart .quote, body.minichart div#quoteDelayed {
   color: #5F6062;
}

/* though this seems redundant, it is required to override wsod's default */
a, a:link, a:active, a:visited {
        /* font-size: 1em; */
}

label {
	color: #666666;
	font-size: 1em;
}

select {
	color: #666;
	font-size: 1em;
}

.label {
	color: #666;
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 10px;
}

.pipeMenu {
	color: #666;
	font-size: 1em;
	padding: 10px 0;
}

.pipeMenu a {
	font-size: 1em;
}

.quote {
	font-weight: bold;
}

#historicalQuoteModule h2 
{
	font-size:1.2em;
}

#Calendar table
{
	font-size:1.1em;
	text-align:center;
}

/* locked to a specific px font size to fit in quoteContainer margin */
#historicalCalendar {
        font-size: 10px;
}

#quoteContainer {
        margin-left: 220px;
}

/* this table gets wide, so lock down the font size and allow wrapping */
#fundamentalsTable td {
        font-size: 10px;
	white-space: normal;
}


