/* part 1 of the IE CSS fix */
body
{
	behavior: url(/includes/csshover.htc);
}

.required_field
{
	color: #ff3300;
}

.missing_field
{
	background-color: #FFCC66;
}

.trade_group
{
	border: 1px solid #000000;
}

.tile
{
	background-image: url('/images/hdr_top_tile.gif');
	background-repeat: repeat-x;
}
			
.right
{
	float: right;
	width: 100%;
	position: relative;
	text-align: right;
	top: -16px;
	right: 0px;
}
			
.thumbnail
{
	padding: 2px 5px 2px 0px;
}

.bottom_left
{
	position: relative;
	right: 0px;
	width: 250px;
	background-color: #ffffff;
	z-index: 99;
}

.bottom_right
{
	position: relative;
	left: 0px;
	width: 663px;
	background-color: #ffffff;
	z-index: 11;
}

.noborder
{
	border: none;
}

.menu_td
{
	background-image: url('/images/nav_subplaceholder.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 204px;
	width: 229px;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

.nav_container
{
	position: relative;
	width: 229px;
	height: 204px;
}

.nav
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	float: left;
	text-align: left;
}

.nav ul
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	list-style: none;
	float: left;
	left: 18px;
	top: 16px;
	height: 23px;
}

.nav ul ul
{
	position: absolute;
	top: 0px;
	left: 197px;
	height: 23px;
	display: none;
}

.nav ul ul ul
{
	position: absolute;
	top: 0px;
	left: 197px;
	height: 23px;
	display: none;
}

.nav ul li,
.nav ul ul li
{
	width: 197px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nav #myd2d li
{
	float: left;
}

.nav a
{
	text-decoration: none;
	color: #0c2850;
 	background-color: #dad4c4;
	display: block;
	height: 20px;
	text-indent: 6px;
	padding-top: 3px;
	border-top: 1px solid #ffffff;
}

.nav a.bottom
{
	border-bottom: 1px solid #ffffff;
}

.nav ul ul a
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.nav ul ul ul a
{
	border-left: 0px;
}

.nav a:hover
{
	color: #ffffff;
	background-color: #3b4c56;
}

.nav ul:hover ul,
.nav ul:hover ul li:hover ul
{
	display: block;
}

.nav ul:hover ul ul
{
	display:none;
}

h1 a
{
	color: #540000;
}

h2 a
{
	color: #000000;
}

.error
{
	width: 400px;
	border: 2px solid #CC0000;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	color: #ff0000;
	font-weight: bold;
}

.alert
{
	width: 400px;
	border: 2px solid #009900;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	color: #00cc00;
	font-weight: bold;
}

span
{
	display: inline-block;
}

span.rep_testing
{
	color: #112489;
	font-weight: bold;
	cursor: pointer;
}

span.rep_good
{
	color: #407216;
	font-weight: bold;
	cursor: pointer;
}

span.rep_neutral
{
	color: #dc910b;
	font-weight: bold;
	cursor: pointer;
}

span.rep_bad
{
	color: #8e0300;
	font-weight: bold;
	cursor: pointer;
}

a.bland
{
	text-decoration: none;
}	

.wb_bottom
{
	border-bottom: 1px solid #cccccc;
}

.wb_left
{
	border-left: 1px solid #cccccc;
}

/* part 2 of the IE CSS fix */
<!--[if IE]>
<style type="text/css" media="screen">
body
{
	behavior: url(/includes/csshover.htc);
	font-size: 100%;
}

#menu ul li
{
	/* float: left;
	width: 100%; */
}

#menu ul li a
{
	/* height: 1px; */
}

#menu a,
#menu h2
{
	/* font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif; */
}
</style>
<![endif]-->