/*	Trader Daily screen master
	----------------------------
	Author:		Ethan Marcotte (http://vertua.com/)
	Version:	05.03.21
	Copyright:	(c) 2005 Doubledown Media, LLC.  All rights reserved.
*/
@import url("core.css");

/* Import WinIEx-only bugs - hide from Mac IE5 \*/
@import url("hacks.win.iex.css");
/* END hide from Mac IE5 */

/*	Import Win IE5x hacks
	---------------------
*/

@media tty {
	i{content:"\";/*" "*/}} @import 'hacks.win.ie5.css'; /*";}
}/* */

/*	Import Mac IE5 hacks
	--------------------
*/

/*\*//*/
@import url("hacks.mac.ie5.css");
/**/

a img { border-style: none; }

div#main_ia_teaser p
{
	color: #000;
}

div#container_content p,
div#container_content li
{
	font-size: 13px;
	line-height: 13.5px;
	color: #555;
}

strong
{
	font-size: 13px;
	font-weight: bolder;
	color: black;
}

div#right_column .right_column_title
{
	border-bottom-style: solid;
	color: rgb(255, 255, 255);
	background-image: url(/_images/right_column_title_orange.jpg);
	background-color: #F93;
	display: block;
	margin: 0px;
	padding: 1px 2px 2px 2px;
	text-align: center;
	background-repeat: repeat-x;
	border-bottom: #963;
	border-width: 0 0 1px 0;
}
div#right_column .right_column_plain
{
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

div#right_column .right_column_navpanel
{
	border: 1px solid #EB0;
	margin-bottom: 15px;
	background-color: #FC6;
	padding:5px;
}
div#right_column .right_column_navpanel a
{
	color: black;
	font-size: 13px;
	font-weight: bold;
}
div#right_column .right_column_navpanel a.current
{
	color: #C60;
	font-size: 13px;
	font-weight: bold;
}
