﻿body
{
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Sans-serif;
	background-color: #ffffff;
	background-image: url(../images/gfx/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 25px 0px 20px 0px;
}

p
{
	font-size: 0.9em;
	line-height: 1.4em;
	word-spacing: 0.02em;
	letter-spacing: 0.04em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.smallprint {
	font-size: 0.6em;	
}

/* ----------------------- div styles ---------------------------*/
#home {
	margin:0px 0px 0px 35px;
}

#home h1
{
	float: left;
	margin: 0px 65px 20px 13px;
	padding: 0;
}

#home h1 a
{
	display: block;
	height: 135px;
	width: 152px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('../images/gfx/logo-dailygrain.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

#home h2
{
	font-size: 0.875em;
	line-height: 1.25em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: bold;
	color: #6d6e71;
}

#home h3
{
	font-size: 0.75em;
	line-height: 1.25em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: bold;
	color: #6d6e71;
	margin: 3px 0px 5px 0px;
}

#home h4
{
	margin:0px;
	padding:0px;
}
#home h4 span { display: none;visibility:hidden; }

#home a { text-decoration: none; }
#home a:link { color: #6d6e71; }
#home a:visited { color: #6d6e71; }
#home a:hover { color: #919295; }
#home a:active { color: #919295; }

#homeheader
{
	width: 950px;
	float: left;
	clear: both;
	height: 180px;
}

#welcome
{
	float: left;
	width: 310px;
	margin: 42px 80px 0px 80px;
	color: #6d6e71;
}
#welcome_member
{
	float: left;
	width: 380px;
	margin: 0px 30px 0px 0px;
	color: #6d6e71;
	text-align:left;
}

#login
{
	float: right;
	width: 230px;
	margin: 0px;
}

#login img { float: left; }

#login form
{
	float: left;
	border-color: #C6C8CD;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	background-color: #e6e7ea;
	background-image: url('../images/gfx/login-gradient.gif');
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding: 0px 13px;
}

#login form a
{
	font-size: 0.75em;
	line-height: 1.2em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: normal;
	float: left;
	margin: 12px 0px 0px 0px;
}

#login form input
{
	margin: 4px 0px 0px 0px;
	padding: 2px 2px;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #333333;
	background-color: #f6f6f6;
	border-color: #6d6e71 #C6C8CD #ffffff #C6C8CD;
	border-width: 1px;
	border-style: solid;
	width: 125px;
	clear: right;
}

#login form input:focus { background-color: #ffffff; }

#login form label
{
	float: left;
	width: 65px;
	font-size: 0.75em;
	line-height: 1.2em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: normal;
	color: #6d6e71;
	margin: 8px 0px 0px 0px;
}

#login button
{
	background-color: transparent;
	background-image: url('../images/gfx/button-60px.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
	height: 20px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
	padding: 0;
	width: 60px;
	border: none;
	float:right;
}

#login button:hover { background-position: 0 100%; }

button
{
	background-color: transparent;
	background-image: url('../images/gfx/button-60px.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 0;
	width: 60px;
	border: none;
}

button.btn48 {
	background-image: url('../images/gfx/button-48px.png');
	width: 48px;
}
button.btn60 {
	background-image: url('../images/gfx/button-60px.png');
	width: 60px;
}
button.btn80 {
	background-image: url('../images/gfx/button-80px.png');
	width: 80px;
}
button.btn100 {
	background-image: url('../images/gfx/button-100px.png');
	width: 100px;
}
button.btn120 {
	background-image: url('../images/gfx/button-120px.png');
	width: 120px;
}
button.btn285 {
	background-image: url('../images/gfx/button-300px.png');
	width: 300px;
	height:30px;
}
button.btn410 {
	background-image: url('../images/gfx/button-410px.png');
	width: 410px;
	height:30px;
}
button.btn500 {
	background-image: url('../images/gfx/button-500px.png');
	width: 500px;
	height:30px;
}

button:hover,
button.btn48:hover,
button.btn60:hover,
button.btn80:hover,
button.btn100:hover,
button.btn120:hover,
button.btn285:hover,
button.btn410:hover,
button.btn500:hover
{ background-position: 0 100%; }


#homecontent
{
	float: left;
	clear: both;
	margin:20px 0px 0px 0px;
	

}

#homecontent ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display:inline-block;
	margin:0px auto;
}

#homecontent ul li
{
	float:left;
	width:230px;
	margin: 0px 0px 0px 10px;
	padding:0px 0px 32px 0px;
	background-image: url('../images/gfx/home-panel-shadow.png');
	background-repeat: no-repeat;
	background-position: 0% 100%;
	text-align:center;
}


#homecontent ul li a
{
	margin: 0px;
	padding:13px 13px 0px 13px;
	float:left;
	display: block;
	width: 204px;
	min-height: 288px;
	text-decoration:none;
	background-image: url('../images/gfx/home-panel-background-gloss.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#49494b;
}
#homecontent ul li a p {
	text-align:left;
	color:#eceeef;
}

#homecontent ul li a img {
	margin:0px 0px 30px 0px;
}

#homecontent ul li:first-child
{
	margin: 0px;
}


#homecontentlower
{
	float: left;
	clear: both;
	margin:0px 0px 0px 0px;
}

#homecontentlower ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin:0px auto;
	float:left;
}

#homecontentlower ul li
{
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#homecontentlower ul li a
{
	margin: 0px;
	padding:0px 0px 0px 0px;
	float:left;
	text-decoration:none;
}


/* ---------------------- home page footer links and banners --------------------------- */

#homefooter
{
	float: left;
	clear: both;
	width: 928px;
	border-color: #e0dede;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
	background-color: #eeecec;
	text-align: center;
	vertical-align: middle;
	padding:0px 10px 0px 10px;
}

#homefooter img
{
	vertical-align: middle;
	float:left;
	padding:0px 13px 0px 13px;
}

.homefootercurves
{
	float:left;
	clear:both;
	margin:0px;
}

/* ---------------------- internal page styles ------------------------ */

#header
{
	width: 1020px;
	float: left;
	clear: both;
	margin:0px 0px 0px 35px;
}

#internal a { text-decoration: none; }
#internal a:link { color: #6d6e71; }
#internal a:visited { color: #6d6e71; }
#internal a:hover { color: #919295; }
#internal a:active { color: #919295; }

#internal h1
{
	float: left;
	margin: 0px 36px 20px 13px;
	padding: 0;
}
#internal h1 a
{
	display: block;
	height: 135px;
	width: 152px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url('../images/gfx/logo-mydailygrain.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}


#mydetails
{
	float: right;
	height: 30px;
	overflow: hidden;
	background-image: url('../images/gfx/mydetails-right.gif');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#mydetails ul
{

	float:left;
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 45px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/gfx/mydetails-left.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#mydetails ul li {
	float:left;
	margin:0px 5px 0px 5px;
	padding:0px;
}
#mydetails ul li a {
	font-size:0.75em;
}
#mydetails ul li a.help {
	color:#D16F3C;
}

#navigation
{
	float:left;
	width:800px;
	margin:13px 0px 0px 10px;
	
}

#navigation ul
{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	
}
#navigation ul li {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}
#navigation ul li h2 {
	float:left;
	margin:0px;
	padding:0px;
}
#navigation ul li h2 span {
	display: none;
	visibility:hidden;
}
#navigation ul li ul {
	float:left;
	height:120px;
	margin:20px 0px 10px 2px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#navigation ul li ul li {
	float:none;
	margin:0px 5px 0px 0px;
	padding:0px;
	width:auto;
}

#navigation ul li ul li a {
	font-size:0.8em;
	float:left;
	font-weight:bolder;
	padding:0px 0px 2px 0px;
}


/* ----------------------- subnavigation -------------------- */
#subnavigation
{
	background-image: url('../images/gfx/subnav-top.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color:#6d6f71;
	float:left;
	width:200px;
	clear:left;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

#subnavigation ul
{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	list-style: none outside url(none);
	background-image: url('../images/gfx/subnav-bottom.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #6d6f71;
}

#subnavigation ul li
{
	margin: 0px;
	border-top: #FFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #cccccc;
}

#subnavigation ul li.spacer
{
	background-color: #FFFFFF;
}

#subnavigation ul li:first-child
{
	border-width: 1px 0px 1px 0px;
}

#subnavigation ul li a
{
	width: 142px;
	font-size: 0.75em;
	display:inline-block;
	padding: 5px 10px 5px 48px;
	margin: 0px;
}

#subnavigation ul li a:link {
	color: #ffffff;
	background-color:#6D6E71;
}
#subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#6D6E71;
}
#subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#BCBDC2;
}
#subnavigation ul li a:active {
	color: #ffffff;
	background-color:#BCBDC2;
}

#subnavigation ul li ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(none);
	background-color: transparent;
	list-style: none outside url(none);
}

#subnavigation ul li ul li
{
	margin: 0px;
	padding: 0px;
	border-top: #FFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #cccccc;
}

#subnavigation ul li ul li a
{
	width: 142px;
	font-size: 0.75em;
	display:inline-block;
	padding: 5px 10px 5px 48px;
	margin: 0px;
}

#subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#99999D;
}
#subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#99999D;
}
#subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#BCBDC2;
}
#subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#BCBDC2;
}
/* ------------------------------------------------ myprices -- */
#main.myprices #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#637920;
}
#main.myprices #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#637920;
}
#main.myprices #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#ABD037;
}
#main.myprices #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#ABD037;
}
#main.myprices #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#8AA92D;
}
#main.myprices #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#8AA92D;
}
#main.myprices #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#ABD037;
}
#main.myprices #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#ABD037;
}
#main.myprices #subnavigation ul li.spacer a:link, #main.myprices #subnavigation ul li.spacer a:visited, #main.myprices #subnavigation ul li.spacer a:hover, #main.myprices #subnavigation ul li.spacer a:active {
	background-color: #FFFFFF;
	cursor:default;
}

/* ------------------------------------------------ mybids -- */
#main.mybids #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#75761B;
}
#main.mybids #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#75761B;
}
#main.mybids #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#cacb2f;
}
#main.mybids #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#cacb2f;
}
#main.mybids #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#A4A526;
}
#main.mybids #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#A4A526;
}
#main.mybids #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#cacb2f;
}
#main.mybids #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#cacb2f;
}
/* ------------------------------------------------ mymarketing -- */
#main.mymarketing #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#7A7000;
}
#main.mymarketing #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#7A7000;
}
#main.mymarketing #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#d2c300;
}
#main.mymarketing #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#d2c300;
}
#main.mymarketing #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#AA9D00;
}
#main.mymarketing #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#AA9D00;
}
#main.mymarketing #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#d2c300;
}
#main.mymarketing #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#d2c300;
}
/* ------------------------------------------------ mylimits -- */
#main.mylimits #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#8E7015;
}
#main.mylimits #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#8E7015;
}
#main.mylimits #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#f4c125;
}
#main.mylimits #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#f4c125;
}
#main.mylimits #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#c69d1e;
}
#main.mylimits #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#c69d1e;
}
#main.mylimits #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#f4c125;
}
#main.mylimits #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#f4c125;
}
/* ------------------------------------------------ myloadnet -- */
#main.myloadnet #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#936615;
}
#main.myloadnet #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#936615;
}
#main.myloadnet #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#FDB025;
}
#main.myloadnet #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#FDB025;
}
#main.myloadnet #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#CD8F1E;
}
#main.myloadnet #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#CD8F1E;
}
#main.myloadnet #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#FDB025;
}
#main.myloadnet #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#FDB025;
}
/* ------------------------------------------------ mysales -- */
#main.mysales #subnavigation ul li a:link {
	color: #ffffff;
	background-color:#914A0C;
}
#main.mysales #subnavigation ul li a:visited {
	color: #ffffff;
	background-color:#914A0C;
}
#main.mysales #subnavigation ul li a:hover {
	color: #ffffff;
	background-color:#FA8015;
}
#main.mysales #subnavigation ul li a:active {
	color: #ffffff;
	background-color:#FA8015;
}
#main.mysales #subnavigation ul li ul li a:link {
	color: #ffffff;
	background-color:#CB6711;
}
#main.mysales #subnavigation ul li ul li a:visited {
	color: #ffffff;
	background-color:#CB6711;
}
#main.mysales #subnavigation ul li ul li a:hover {
	color: #ffffff;
	background-color:#FA8015;
}
#main.mysales #subnavigation ul li ul li a:active {
	color: #ffffff;
	background-color:#FA8015;
}


/* ----------------------- footer styles ---------------------------*/
#footer
{
	width: 950px;
	float: left;
	clear: both;
	margin:40px 0px 20px 35px;
}


#footer ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	display:inline-block;
	margin:10px auto;
}

#footer ul li
{
	color:#6d6e71;
	font-size: 0.9em;
	font-weight: normal;
	border-left: 1px solid #6d6e71;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	float: left;
	margin: 0;
	padding: 0 8px;
}

#footer ul li:first-child
{
	border-style: none;
	border-width: 0;
}

#footer ul li a { text-decoration: none; }
#footer ul li a:link { color: #6d6e71; }
#footer ul li a:visited { color: #6d6e71; }
#footer ul li a:hover { color: #919295; }
#footer ul li a:active { color: #919295; }

/* ----------------------- content styles ---------------------------*/

#content {
	margin:24px 0px 0px 48px;
	padding:0px;
	text-align:left;
}

#content.withnav {
	max-width:790px;
	float:left;
}

#content.withoutnav {
	min-width:950px;
}


#col1, #col2, #col {
	width:230px;
	padding:0px;
	float:left;
	clear:none;
	text-align:left;
}
#spanDestSiteControl {
	width:250px;
	padding:0px;
	float:left;
	clear:none;
	text-align:left;
}
#col2 {
	margin:0px 25px 0px 0px;
}
#col3 {
	margin:0px;
}

#colA, #colB {
	width:355px;
	padding:0px;
	float:left;
	clear:none;
	text-align:left;
}
#colA {
	margin:0px 30px 0px 0px;
}
#colB {
	margin:0px;
}
#col_CalcHead {
	width:200px;
	padding:0px;
	float:left;
	clear:none;
	text-align:left;
}

#content p {
	clear:both;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:0px 0px 10px 0px;
	padding:0px;
	float:none;
	clear:both;
}

#content h1 {
	font-size:2em;
}
#content h2 {
	font-size:1.75em;
}
#content h3 {
	font-size:1.5em;
}
#content h4 {
	font-size:1.25em;
}
#content h5 {
	font-size:1em;
}
#content h6 {
 	font-size:0.875em;
}

#content h6.chart
{
	float:left;
	padding:0px 12px 0px 0px;
	background-image: url('../images/gfx/icon-chart.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	
}

#content h6.export
{
	float:left;
	padding:0px 28px 0px 0px;
	background-image: url('../images/gfx/icon-export.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#main.myprices #content h6.chart, #main.myprices #content h6.export {
	background-color:#789227;
}
#main.mybids #content h6.chart, #main.mybids #content h6.export {
	background-color:#8e8e21;
}
#main.mymarketing #content h6.chart, #main.mymarketing #content h6.export {
	background-color:#938900;
}
#main.mylimits #content h6.chart, #main.mylimits #content h6.export {
	background-color:#ab871a;
}
#main.myloadnet #content h6.chart, #main.myloadnet #content h6.export {
	background-color:#b27b1a;
}
#main.mysales #content h6.chart, #main.mysales #content h6.export {
	background-color:#af5a0f;
}
#content h6 a {
	background-color:#ffffff;
	height:16px;
	overflow:hidden;
	float:left;
	padding:0px 10px 0px 0px;
}

#main.myprices #content h1, #main.myprices #content h2, #main.myprices #content h3, #main.myprices #content h4, #main.myprices #content h5, #main.myprices #content h6 {
	color:#789227;
}
#main.mybids #content h1, #main.mybids #content h2, #main.mybids #content h3, #main.mybids #content h4, #main.mybids #content h5, #main.mybids #content h6 {
	color:#8e8e21;
}
#main.mymarketing #content h1, #main.mymarketing #content h2, #main.mymarketing #content h3, #main.mymarketing #content h4, #main.mymarketing #content h5, #main.mymarketing #content h6 {
	color:#938900;
}
#main.mylimits #content h1, #main.mylimits #content h2, #main.mylimits #content h3, #main.mylimits #content h4, #main.mylimits #content h5, #main.mylimits #content h6 {
	color:#ab871a;
}
#main.myloadnet #content h1, #main.myloadnet #content h2, #main.myloadnet #content h3, #main.myloadnet #content h4, #main.myloadnet #content h5, #main.myloadnet #content h6 {
	color:#b27b1a;
}
#main.mysales #content h1, #main.mysales #content h2, #main.mysales #content h3, #main.mysales #content h4, #main.mysales #content h5, #main.mysales #content h6 {
	color:#af5a0f;
}

#content.withnav hr
{
	margin: 0px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	width:90%;
	float:left;
	display:inline-block;
}

#content.withoutnav hr
{
	margin: 0px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	width:90%;
	float:left;
	display:inline-block;
}

#main.myprices #content hr {
	border-color:#789227;
}
#main.mybids #content hr {
	border-color:#8e8e21;
}
#main.mymarketing #content hr {
	border-color:#938900;
}
#main.mylimits #content hr {
	border-color:#ab871a;
}
#main.myloadnet #content hr {
	border-color:#b27b1a;
}
#main.mysales #content hr {
	border-color:#af5a0f;
}

/* ----------------------- table styles ---------------------------*/
#content table
{
	display: inline-table;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border: none;
	background-color: #eeeeee;
	float:left;
	clear:both;
}

#content table thead tr td, #content table tbody tr td, #content table tfoot tr td { text-align: center; }
#content table tfoot tr td { font-weight: bold; }
#content table thead tr th, #content table tfoot tr th {
	text-align:left;
}

#content table thead tr th,
#content table tbody tr th,
#content table tfoot tr th
{
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #fff;
	background-color: #dddddd;
}

#content table thead tr td,
#content table tbody tr td,
#content table tfoot tr td
{
	padding: 4px 8px;
	border-left: 1px solid #fff;
	color: #fff;
}

#content table thead tr, #content table tbody tr, #content table tfoot tr { border-top: 1px solid #fff; }


#content table thead tr:first-child { border-top: 0px solid #fff; }
#content table tbody tr:first-child { border-top: 1px solid #fff; }
#content table tfoot tr:first-child { border-top: 1px solid #fff; }

#content table thead tr:first-child th:first-child
{
	background-image: url('../images/gfx/table-top-left.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#content table thead tr:first-child th:last-child
{
	background-image: url('../images/gfx/table-top-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#content table thead tr:first-child td:last-child
{
	background-image: url('../images/gfx/table-top-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#content table tbody tr th {
	color: #333;
}
#content table tbody tr td {
	color: #333;
}

#content table tfoot tr th
{
	background-color: #99999d;
	color: #fff;
}

#content table tfoot tr td
{
	background-color: #bcbdc2;
	color: #6d6e71;
}


#content table thead tr td,
#content table thead tr th
{
	color: #fff;
}

#content table tbody tr th a:link,
#content table tbody tr td a:link,
#content table tfoot tr th a:link,
#content table tfoot tr td a:link
{
	color: #333;
}

#content table tbody tr th a:visited,
#content table tbody tr td a:visited,
#content table tfoot tr th a:visited,
#content table tfoot tr td a:visited
{
	color: #333;
}

#content table tbody tr th a:hover,
#content table tbody tr td a:hover,
#content table tfoot tr th a:hover,
#content table tfoot tr td a:hover
{
	color: #333;
}

#content table tbody tr th a:active,
#content table tbody tr td a:active,
#content table tfoot tr th a:active,
#content table tfoot tr td a:active
{
	color: #333;
}



#main.myprices #content table thead { background-color: #789227; }
#main.mybids #content table thead { background-color: #8e8e21; }
#main.mymarketing #content table thead { background-color: #938900; }
#main.mylimits #content table thead { background-color: #ab871a; }
#main.myloadnet #content table thead { background-color: #b27b1a; }
#main.mysales #content table thead { background-color: #af5a0f; }
#main.myprices #content table thead tr th { background-color: #637920; }
#main.mybids #content table thead tr th { background-color: #75761b; }
#main.mymarketing #content table thead tr th { background-color: #7a7000; }
#main.mylimits #content table thead tr th { background-color: #8e7015; }
#main.myloadnet #content table thead tr th { background-color: #936615; }
#main.mysales #content table thead tr th { background-color: #914a0c; }



#main.myprices #content table tbody tr th a:link,
#main.myprices #content table tbody tr td a:link,
#main.myprices #content table tfoot tr th a:link,
#main.myprices #content table tfoot tr td a:link
{
	color: #333;
}

#main.myprices #content table tbody tr th a:visited,
#main.myprices #content table tbody tr td a:visited,
#main.myprices #content table tfoot tr th a:visited,
#main.myprices #content table tfoot tr td a:visited
{
	color: #333;
}

#main.myprices #content table tbody tr th a:hover,
#main.myprices #content table tbody tr td a:hover,
#main.myprices #content table tfoot tr th a:hover,
#main.myprices #content table tfoot tr td a:hover
{
	color: #333;
}

#main.myprices #content table tbody tr th a:active,
#main.myprices #content table tbody tr td a:active,
#main.myprices #content table tfoot tr th a:active,
#main.myprices #content table tfoot tr td a:active
{
	color: #333;
}

#main.mybids #content table tbody tr th a:link,
#main.mybids #content table tbody tr td a:link,
#main.mybids #content table tfoot tr th a:link,
#main.mybids #content table tfoot tr td a:link
{
	color: #333;
}

#main.mybids #content table tbody tr th a:visited,
#main.mybids #content table tbody tr td a:visited,
#main.mybids #content table tfoot tr th a:visited,
#main.mybids #content table tfoot tr td a:visited
{
	color: #333;
}

#main.mybids #content table tbody tr th a:hover,
#main.mybids #content table tbody tr td a:hover,
#main.mybids #content table tfoot tr th a:hover,
#main.mybids #content table tfoot tr td a:hover
{
	color: #333;
}

#main.mybids #content table tbody tr th a:active,
#main.mybids #content table tbody tr td a:active,
#main.mybids #content table tfoot tr th a:active,
#main.mybids #content table tfoot tr td a:active
{
	color: #333;
}

#main.mymarketing #content table tbody tr th a:link,
#main.mymarketing #content table tbody tr td a:link,
#main.mymarketing #content table tfoot tr th a:link,
#main.mymarketing #content table tfoot tr td a:link
{
	color: #333;
}

#main.mymarketing #content table tbody tr th a:visited,
#main.mymarketing #content table tbody tr td a:visited,
#main.mymarketing #content table tfoot tr th a:visited,
#main.mymarketing #content table tfoot tr td a:visited
{
	color: #333;
}

#main.mymarketing #content table tbody tr th a:hover,
#main.mymarketing #content table tbody tr td a:hover,
#main.mymarketing #content table tfoot tr th a:hover,
#main.mymarketing #content table tfoot tr td a:hover
{
	color: #333;
}

#main.mymarketing #content table tbody tr th a:active,
#main.mymarketing #content table tbody tr td a:active,
#main.mymarketing #content table tfoot tr th a:active,
#main.mymarketing #content table tfoot tr td a:active
{
	color: #333;
}

#main.mylimits #content table tbody tr th a:link,
#main.mylimits #content table tbody tr td a:link,
#main.mylimits #content table tfoot tr th a:link,
#main.mylimits #content table tfoot tr td a:link
{
	color: #333;
}

#main.mylimits #content table tbody tr th a:visited,
#main.mylimits #content table tbody tr td a:visited,
#main.mylimits #content table tfoot tr th a:visited,
#main.mylimits #content table tfoot tr td a:visited
{
	color: #333;
}

#main.mylimits #content table tbody tr th a:hover,
#main.mylimits #content table tbody tr td a:hover,
#main.mylimits #content table tfoot tr th a:hover,
#main.mylimits #content table tfoot tr td a:hover
{
	color: #333;
}

#main.mylimits #content table tbody tr th a:active,
#main.mylimits #content table tbody tr td a:active,
#main.mylimits #content table tfoot tr th a:active,
#main.mylimits #content table tfoot tr td a:active
{
	color: #333;
}

#main.myloadnet #content table tbody tr th a:link,
#main.myloadnet #content table tbody tr td a:link,
#main.myloadnet #content table tfoot tr th a:link,
#main.myloadnet #content table tfoot tr td a:link
{
	color: #333;
}

#main.myloadnet #content table tbody tr th a:visited,
#main.myloadnet #content table tbody tr td a:visited,
#main.myloadnet #content table tfoot tr th a:visited,
#main.myloadnet #content table tfoot tr td a:visited
{
	color: #333;
}

#main.myloadnet #content table tbody tr th a:hover,
#main.myloadnet #content table tbody tr td a:hover,
#main.myloadnet #content table tfoot tr th a:hover,
#main.myloadnet #content table tfoot tr td a:hover
{
	color: #333;
}

#main.myloadnet #content table tbody tr th a:active,
#main.myloadnet #content table tbody tr td a:active,
#main.myloadnet #content table tfoot tr th a:active,
#main.myloadnet #content table tfoot tr td a:active
{
	color: #333;
}

#main.mysales #content table tbody tr th a:link,
#main.mysales #content table tbody tr td a:link,
#main.mysales #content table tfoot tr th a:link,
#main.mysales #content table tfoot tr td a:link
{
	color: #333;
}

#main.mysales #content table tbody tr th a:visited,
#main.mysales #content table tbody tr td a:visited,
#main.mysales #content table tfoot tr th a:visited,
#main.mysales #content table tfoot tr td a:visited
{
	color: #333;
}

#main.mysales #content table tbody tr th a:hover,
#main.mysales #content table tbody tr td a:hover,
#main.mysales #content table tfoot tr th a:hover,
#main.mysales #content table tfoot tr td a:hover
{
	color: #333;
}

#main.mysales #content table tbody tr th a:active,
#main.mysales #content table tbody tr td a:active,
#main.mysales #content table tfoot tr th a:active,
#main.mysales #content table tfoot tr td a:active
{
	color: #333;
}
/* ------------------ Extra Table Styles --------------------*/
/* no lines, left aligned */
#content table.alt1
{
	display: inline-table;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border: none;
	background-color: #eeeeee;
	float:left;
	clear:both;
}

#content table.alt1 tbody tr td, #content table.alt1 tfoot tr td { text-align: left; }
#content table.alt1 thead tr td { text-align:center; }
#content table.alt1 tfoot tr td { font-weight: bold; }

#content table.alt1 thead tr th,
#content table.alt1 tfoot tr th
{
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #FFF;
	background-color: #dddddd;
}
#content table.alt1 tbody tr th {
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #333;
	background-color: #dddddd;
}
#content table.alt1 thead tr td,
#content table.alt1 tbody tr td,
#content table.alt1 tfoot tr td
{
	padding: 4px 8px;
	border-left: 1px solid #fff;
	color: #333;
}

#content table.alt1 thead tr, #content table.alt1 tbody tr, #content table.alt1 tfoot tr { border-top: 1px solid #fff; }



/* no lines, no background, black text, left aligned */
#content table.alt2
{
	display: inline-table;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border: none;
	background-color: #FFFFFF;
	float:left;
	clear:both;
}

#content table.alt2 tbody tr td, #content table.alt2 tfoot tr td { text-align: left; }
#content table.alt2 tfoot tr td { font-weight: bold; }

#content table.alt2 thead tr th,
#content table.alt2 tfoot tr th
{
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #333;
	background-color: #dddddd;
}
#content table.alt2 tbody tr th {
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #FFF;
	background-color: #dddddd;
}

#content table.alt2 tbody tr td,
#content table.alt2 tfoot tr td
{
	padding: 4px 8px;
	border-left: 1px solid #fff;
	color: #333;
}

#content table.alt2 thead tr, #content table.alt2 tbody tr, #content table.alt2 tfoot tr { border-top: 1px solid #000; }




#content table.alt3
{
	display: inline-table;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border: none;
	background-color: #eeeeee;
	float:left;
	clear:both;
}

#content table.alt3 thead tr td, #content table.alt3 tbody tr td, #content table.alt3 tfoot tr td { text-align: left; }
#content table.alt3 tfoot tr td { font-weight: bold; }

#content table.alt3 thead tr th,
#content table.alt3 tbody tr th,
#content table.alt3 tfoot tr th
{
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #333;
	background-color: #dddddd;
}

#content table.alt3 thead tr td,
#content table.alt3 tbody tr td,
#content table.alt3 tfoot tr td
{
	padding: 4px 8px;
	border-left: 1px solid #fff;
	color: #333;
}

#top5 select {
	font-size: 0.875em;
	line-height: 1.25em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	font-style: normal;
	font-weight: bold;
	color: #6d6e71;
}
.whitebg {
	background-color:#FFF;
}
.greybg {
	background-color:#eeeeee;
}
.redbg {
	background-color:#FFB09F;
}

#table-profile thead td {
	background-color:#eeeeee;
	text-align:left; !important
	color:#000000;
}

#renewQuestion {
	width:697px;
	height:196px;
	background-image:url(../images/gfx/renewal-box-bg.gif);
	background-repeat:no-repeat;
	list-style:none;
	overflow:hidden;
}
#renewQuestion li {
	float:left;
	list-style:none;
	list-style-image:none;
	background-image:none;
	padding-left:8px;
	padding-top:10px;
	padding-right:16px;
}
#renewQuestion li a img {
	border:none;
}
#table-renew-details tr td {
	background-color:#FFF;
	text-align:left;
}
#table-renew-details tr td.underline {
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:thin;
}
#table-renew-details tr td h4 {
	padding-top:12px;
}

#tbl-feature-list thead tr th {
	color:#000;
	font-weight:bold;
}
#tbl-feature-list tr th {
	text-align:center;
	border-left-style:solid;
	border-left-color:#FFF;
	border-left-width:thin;
}
.bold-feature {
	font-weight:bold;
}

.tbl-myprices
{
	display: inline-table;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	border: none;
	background-color: #eeeeee;
	clear:both;
}

#content table.tbl-myprices tbody tr td, .tbl-myprices thead tr td { text-align: center; }
.tbl-myprices tfoot tr td { font-weight: bold; }
.tbl-myprices thead tr th {
	text-align:left;
}

.tbl-myprices thead tr th,
.tbl-myprices tbody tr th,
.tbl-myprices tfoot tr th
{
	padding: 4px 8px;
	border-left: 0px solid #fff;
	color: #fff;
	background-color: #dddddd;
}

.tbl-myprices thead tr td,
.tbl-myprices tbody tr td,
.tbl-myprices tfoot tr td
{
	padding: 4px 8px;
	border-left: 1px solid #fff;
	color: #fff;
}

.tbl-myprices thead tr, .tbl-myprices tbody tr, .tbl-myprices tfoot tr { border-top: 1px solid #fff; }


.tbl-myprices thead tr:first-child { border-top: 0px solid #fff; }
.tbl-myprices tbody tr:first-child { border-top: 1px solid #fff; }
.tbl-myprices tfoot tr:first-child { border-top: 1px solid #fff; }

.tbl-myprices thead tr:first-child th:first-child
{
	background-image: url('../images/gfx/table-top-left.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.tbl-myprices tr:first-child th:last-child
{
	background-image: url('../images/gfx/table-top-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.tbl-myprices thead tr:first-child td:last-child
{
	background-image: url('../images/gfx/table-top-right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.tbl-myprices tbody tr th {
	color: #333;
}
.tbl-myprices tbody tr td {
	color: #333;
}

.tbl-myprices tfoot tr th
{
	background-color: #99999d;
	color: #fff;
}

.tbl-myprices tfoot tr td
{
	background-color: #bcbdc2;
	color: #6d6e71;
}


.tbl-myprices thead tr td,
.tbl-myprices thead tr th
{
	color: #fff;
	background-color:#637920;
}




.tbl-myprices thead { background-color: #789227; }
.tbl-myprices tr th { background-color: #637920; }

.tbl-myprices tbody tr th a:link,
.tbl-myprices tbody tr td a:link,
.tbl-myprices tfoot tr th a:link,
.tbl-myprices tfoot tr td a:link
{
	color: #333;
}

.tbl-myprices tbody tr th a:visited,
.tbl-myprices tbody tr td a:visited,
.tbl-myprices tfoot tr th a:visited,
.tbl-myprices tfoot tr td a:visited
{
	color: #333;
}

.tbl-myprices tbody tr th a:hover,
.tbl-myprices tbody tr td a:hover,
.tbl-myprices tfoot tr th a:hover,
.tbl-myprices tfoot tr td a:hover
{
	color: #333;
}

.tbl-myprices tbody tr th a:active,
.tbl-myprices tbody tr td a:active,
.tbl-myprices tfoot tr th a:active,
.tbl-myprices tfoot tr td a:active
{
	color: #333;
}

