@CHARSET "ISO-8859-1";

/* common */
.type_name
{
	color: #000;
	font-weight: bold;
}
table.std_table tr.primary
{
	background: #ffffff;
}
table.std_table tr.alternate
{
	background: #e6e6e6;
}
table.std_table tr td
{
	padding: 3px 0 4px 10px;
}
table.std_table tr th
{
	text-align: left;
	padding: 3px 0 5px 10px;
	font-weight: normal;
}


/* stock info */
div#stock_info
{
	width: 200px;
	float: left;
}

div#stock_info p
{
	color: #666;
	margin: 0 0 1em 0;
}
div#stock_info p.datetime
{
	color: #000;
	font-size: .8em;
	margin: 1em 0 1em 0;
}



/* recent releases */
div#recent_releases
{
	width: 264px;
	float: right;
}
div#recent_releases p.date
{
	font-weight: bold;
	color: #000;
	margin: 0;
}
div#recent_releases p.title
{
	margin: 0;
}
div#recent_releases p.title a
{
	font-weight: bold;
	color: #46156b;
}
div#recent_releases div.release_top,
	div#recent_releases div.release_bottom
{
	padding: 20px 0;
}
div#recent_releases div.release_bottom
{
	margin-right: -10px;
	padding-bottom: 5px;
	background: url(../Site_Gfx/border_dotted.gif) no-repeat 0 0;
}

/* analysts */
div#analysts_table
{
	margin: 10px -10px;
}
table.analysts_table
{
	width: 100%;
}
table.analysts_table td.analyst
{
	
}
table.analysts_table td.phone
{
	text-align: left;
}

/* press releases */
div.press_release
{
	padding: 15px 0 15px 10px;
	margin: 0 0 0 -10px;
	background: url(../Site_Gfx/border_dotted.gif) no-repeat 0 1px;
}
div.press_release div.icon
{
	float: right;
	margin: 0 0 0 10px;
}
div.press_release div.icon a,
	div.press_release div.icon a img
{
	border: 0px;
}
div.press_release p
{
	padding: 0;
	margin: 10px 0 0 0;
}
div.press_release p.date
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}
div.icon_key
{
	vertical-align: middle;
	color: #666;
	font-size: .9em;
	margin: 0 0 10px;
}
div.icon_key img
{
	vertical-align: middle;
}
div.icon_key img.briefcase_icon
{
	margin: 0 0 0 20px;
}

/* pager */
div.pager
{
}
div.pager,
div.pager a
{
	color: #46166b;
	font-weight: bold;
}



/* callout collumn overrides for investor section only */
div#right_callout_column
{
	margin: 28px 04px 0 0;
	width: 214px;
	float: right;
	
}