
/* 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: 600px;
  border: solid 1px #404040;
}

#ContentProdcat {
	float: left;
	text-align: left;
	width: 600px;
	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:100%;
	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:100%;
	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;
}

.publicCatalog {
	border: 1px solid #333;
}

.publicCatalog {
	width: 95%;
	padding: 0;
	margin-bottom: 5px;
}
.publicCatalog A {
	FONT-WEIGHT: bold; TEXT-DECORATION: underline
}

.publicCatalog A:hover {
	FONT-WEIGHT: bold; TEXT-DECORATION: underline
}

body.plainbody{
}

body.plainbody table.publicCatalog{
	width: 95%
}

table.publicCatalog td {
	font-size: 8pt;
	padding: 4px;
}

table.publicCatalog th {
	border: 1px solid #000000;
	padding: 4px;
	
}

table.publicCatalog td.description {
	border-right: 1px solid #333;
	width: 50%;
}

table.publicCatalog td.pubProd {
	width:50%;
}
