body, td {
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, verdana;
	font-size: 13px; /*	text-align: center; */
}

/*Two column layout*/
#two_column {
	width: 995px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#two_column #rightcolumn {
        width: 260px;
	overflow:hidden;
        float: right;
}

#two_column #leftcolumn {
        width: 720px;
        float: left;
}
/*Three column layout*/
#three_column {
        width: 995px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
}
#three_column #rightcolumn {
	width:165px;
	float: right;
}
#three_column #extracolumn {
	text-align: left;
	background-color:#e7e7d8;
        width: 260px;
        float: right;
}
#three_column #leftcolumn {
        width: 550px;
        float: left;
}

h1{
        font-size:24px;
        font-weight:800;
        margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom:0;
	color:#666;
}

h3 {
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 0px;
	color:#888;
} 

.hiliteq { color: #f00; font-weight: bold; }

.publink a, publink a:active .publink a:visited { color:#03f; font-size:12px; font-weight:bolder; } .publink a:hover { 
color:#039; }

.greylink2 { color:#000; text-decoration:none; font-size:11px; }

.greylink a, greylink a:active .greylink a:visited { color:#000; text-decoration:none; font-size:11px; } .greylink a:hover { 
color:#17375b; text-decoration:underline; }

.labelbox {
	width: 258px;
	text-align: left;
	background-color: #666;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
.full-labelbox {
	width: 100%;
	text-align: left;
	background-color: #666;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

.sborder {
        border:solid 1px #666;
	margin: 0 0 0 0;
}

.label {
	margin-left: 12px;
}

.head1 a, head1 a:active .head1 a:visited { color:#03c; text-decoration:none; font-size:20px; } .head1 a:hover { color:#03c; 
text-decoration:underline; font-size:20px; }

.head2 a, head2 a:active .head2 a:visited .head2 a:hover { color:#03c; text-decoration:underline; font-size:22px; }

.head3 a, head3 a:active .head3 a:visited .head3 a:hover { color:#03c; text-decoration:underline; font-size:18px; }

.uhlink a, uhlink a:active .uhlink a:visited { color:#03c; text-decoration:none; } 
.uhlink a:hover { color:#03c; text-decoration:underline;  }

.channeldesc a, channeldesc a:active .channeldesc a:visited { color:#000; text-decoration:none; font-weight:bold; } 
.channeldesc a:hover { text-decoration:underline; }

.date {
	color:#666;
}

ul.mostpop { margin-top:1px; position:relative; left:-15px; }

.toplink a, toplink a:active .toplink a:visited { color:#fff; text-decoration:none; font-size:11px; } .toplink a:hover { 
color:#ffa; text-decoration: underline; }

.greenlink a, greenlink a:active .greenlink a:visited { color:#666; text-decoration:none; font-size:11px; } .greenlink 
a:hover { color:#17375b; text-decoration:underline; }

.searchlink a, searchlink a:active .searchlink a:visited { color:#000; text-decoration:none; font-size:10px; } .searchlink 
a:hover { color:#009; text-decoration:underline; }

.PDMlink a, PDMlink a:active .PDMlink a:visited { color:#224488; text-decoration:none; font-weight:bolder; } .PDMlink 
a:hover { color:#009; text-decoration:underline; }

.morelink a, morelink a:active .morelink a:visited { color:#00e; text-decoration:none; } .morelink a:hover { color:#00e; 
text-decoration:underline; }

.monewslink a, monewslink a:active .monewslink a:visited { color:#000; text-decoration:none; font-size:15px; 
font-weight:bold; } .monewslink a:hover { color:#000; text-decoration:underline; }

.headline a, headline a:active .headline a:visited { color:#0022bb; text-decoration:none; font-size:19px; } .headline 
a:hover { color:#000; text-decoration:underline; }

.datetime {
	font-size: 10px;
	color: #999;
}

.blackhd {
	background-color: #000;
	width: 99%;
	padding: 7px 0px 5px 8px;
	font-size: 18px;
	color: #fff;
	margin: 10px 0 10px 0;
	font-weight: bolder;
}

.chtd {
	width: 48%;
	text-align: left;
	border-bottom: solid 1px #000;
	padding-bottom: 12px;
}

.chhead {
	font-weight: bolder;
	color: #406db9;
}

.morepn {
	background-color: #e0e0e0;
	width: 100%;
	padding: 7px 0px 5px 8px;
	font-size: 15px;
	margin:10px 0 10px 0;
	font-weight: bolder;
	text-align: left;
}	

form {
	margin:0px;
}

#whitebox {
	border-color:#fff;
	border-width:0px;
}

.subtd {
	background-color:#17375b;
	width:880px;
	height:22px;
	color:#fff;
	font-size:11px;
	padding-left:12px;
}



/* horizontal secondary menu stuff */

table#topmenu {
	background-color: #666;
}

table#topmenu td {
	font-family: arial;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}


table#topmenu td a {
	font-family: arial;
	color: #fff;
	font-size: 11px;
}


table#topmenu td a:visited {
	font-family: arial;
	color: #fff;
	font-size: 11px;
}

table#topmenu td a:hover {
	font-family: arial;
	color: #dfe6f1;
	font-size: 11px;
}


table#topmenu td.bg1 {
	padding-left:2px;
}

table#topmenu td.hilite {
	padding-left:2px;
	color: #dfe6f1;
}
table#topmenu td.selected {
        padding-left:2px;   
        color: #FEF886;
	font-weight: bold;
}



/* dropdown menu stuff */

table#trimenu {
	background-color: #fff;
}

table#trimenu td {
	font-family: verdana;
	color: #dfe6f1;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
}

table#trimenu td a {
	font-family: verdana;
	color: #777;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
}

table#trimenu tr.bg1 td {
	background-color: #fff;
}

table#trimenu tr.hilite td {
	background-color: #ddd;
}

/*Resin Pricing*/
#resin-pricing ul ul {
	margin-bottom: 25px;
	margin-left:10px;
}
#resin-pricing ul {
        margin-left: 100px;
}

/* Resin Form */

table.resin_hprices {
        background-color: #e7e7d8;
	width: 80%;
	border: solid 1px;
	margin: 0 auto 10px auto;
}

table.resin_hprices td {
        font-size: 12px;
	text-align: left;
	border: solid 1px;
}

table.resin_hprices th {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
	border: solid 1px;
}

/* Resin Historical Prices */

table.hprices {
        width: 460px;
}

table.hprices td {
        font-size: 12px;
	background-color: #e7e7d8;
        text-align: center;
	font-weight: bold;
}
table.hprices td.aright {
        font-size: 12px;
        text-align: right;
}

table.hprices th {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
	background-color: #e7e7d8;
}
/* LME Prices */

table.lmeprices {
        width: 100%;
	 background-color: #999999;
}

table.lmeprices td {
        font-size: 12px;
        text-align: center;
}
table.lmeprices th.aleft {
        text-align: right;
}

table.lmeprices th {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-color: #999999;
	color: #ffffff;
}
/* LME Form */

table.lmeform {
        width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}
table.lmeform td {
        font-size: 12px;
        text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	padding:5px;
}

table.lmeform th {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
	background-color: #ffffff;
	padding:5px;
}
/* LME historical Results */ table.grid {
        border: 1px solid #000;
        border-collapse: collapse;
}

table.grid td {
        border: 1px solid #000;
        padding: 2px;
        font: 11px verdana;
}

/* Event Form */

table.event-form td{
        text-align:left;
}

table.grid tr.bg0, table.grid tr { background-color: #fff; } table.grid tr.bg1 { background-color: #eee; } table.grid th {
        border: 1px solid #000;
        border-top: none;
        font: bold 11px verdana;
        background-color: #999999;
        padding: 2px;
        color: #fff;
}

.td10 {
	font-size:10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */

