
/* change irroom.css to the main site design stylesheet */
@import url("wdcontent.css");


/* match IR link color */
#Calendar td {
	color:#336699;
	cursor:pointer;
	padding:5px 7px;
	text-decoration:underline;
}

/* border should match IR link color */
#Calendar td.selected {
	background:#EEEEEE none repeat scroll 0%;
	border:1px solid #3A6B9C;
	font-weight:bold;
	padding:3px !important;
	text-decoration:none;
}

/* 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-size: 1.2em;
	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;
}

