
/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 20px;
	margin: 0 20px;
}

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  height: 600px;
  width: 130px;
  float: left;
  	margin-bottom: 10px;
  border: solid 1px #404040;
}

#RightColumn {
    margin:0 10px 0 0;
	padding:0;
	height: 120px;
	float: left;
	width: 560px;
  border: solid 1px #404040;
}

#ContentProdcat {
	float: left;
	text-align: left;
	width: 560px;
	height: 465px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#prod {
	overflow: auto;
	height: 120px;
}
html>body #prod { height: 102px; }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin: 0;
	overflow: auto;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	padding: 6px 0.25em;
	color: #ffffff;	
	background-color: #666699; 
	font-weight: bold;
	margin: 0;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.10em 0.30em;
	text-align: left;
}
#products td {
	font-size: 9pt;
}

#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }


#cmdt {
	overflow: auto;
	height: 600px;
}
html>body #cmdt { height: 582px; }
	
#commodities { 
	border-collapse:collapse;
	empty-cells:show;
	width:85%;
	margin: 0;
	overflow: auto;
}
#commodities caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#commodities th {
	padding: 6px 0.25em;
	color: #ffffff;	
	background-color: #666699; 
	font-weight: bold;
	margin: 0;
}

#commodities th.infocus { background-color: #E6E6E6; }
#commodities th.selected {	color: #EAEAEA; }

#commodities td, #commodities th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.10em 0.30em;
	text-align: left;
}

#commodities td {
	font-size: 9pt;
}

#commodities tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#commodities tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#commodities tr.notinfocus { background-color:#fff; }
#commodities tr.selected { color:#fc0; }
#commodities tbody { margin-top: 0; }

.even {
	background-color: #FFFFCC;
}

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #ff0000; }

.noinfo { font: 14px verdana, helvetica, tahoma, arial, sans-serif; }

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	width: 100%; height: 100%;
	border: solid 1px black;
}

.SpryHiddenRegion {
	visibility: hidden;
}

/* Image Popup */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
