/**** LOGIN CSS ****/
div.loginTop {
	width: 320px;
	height: 32px;
	background: url(../images/login_top.png) no-repeat;
	margin: auto; }
	
div.loginBody {
	width: 320px;
	background: #545454;
	margin: auto;
	color: #FFFFFF; }

div.loginBottom {
	width: 320px;
	height: 5px;
	background: #54784C;
	margin: auto; }

form.loginForm {
	margin: auto; }
	
table.loginTable {
	margin: 10px 0 0 15px;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

a.loginLink {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF; }

a.loginLink:hover {
	text-decoration: underline; }
	

/**** CHECKOUT *****/
div.checkoutviewTop {
	width: 775px;
	height: 32px;
	background: url(../images/checkout_top.png) no-repeat;
	margin: auto;
	clear: both; }

div.checkoutviewBody {
	width: 775px;
	padding: 10px 0 10px 0;
	background-color: #545454;
	margin: auto;
	clear: both; }

div.checkoutviewBottom {
	width: 775px;
	height: 5px;
	background: #54784C;
	margin: auto;
	clear: both; }
	
table.checkoutviewTable {
	margin: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 755px;
	clear: both;
	color: #000000; }

table.checkoutviewTable tr.top {
	background: #999999;
	font-weight: bold; }

table.checkoutviewTable tr.descriptor {
	background: #C3C3C3;
	font-weight: bold; }

table.checkoutviewTable tr.item {
	background: #E9E9E9; }

table.checkoutviewTable tr.alt {
	background: #D8D8D8; }

table.checkoutviewTable td.none {
	background: #545454; }
	
table.checkoutviewTable a img {
	border: none; }

table.checkoutviewTable td.pad {
	padding-left: 4px; }
	
/**** CHECKOUT PROCESS *****/
div.cartProcess {
	width: 755px;
	margin: auto; 
	height: 370px;}
	
table.cartProcess {
	width: 374px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; }

table.cartProcess tr.top {
	background: #999999;
	font-weight: bold; }

table.cartProcess td.pad2 {
	padding-left: 2px; }

table.cartProcess td.textf {
	background-color: #E9E9E9; }

table.cartProcess td.fieldf {
	background-color: #C3C3C3; }

div.cartProcessSpacer {
	width: 370px;
	height: 1px;
	clear: right;
	margin: 5px 0 5px 0; }

/***** PERFORMANCE TABLE STYLING ***/
table.perf {
		  	width: 450px;
			font-size: 12px;
			border-collapse: collapse;
			border: 1px solid #000000;
			margin: auto; }
		
			table.perf td {
				border: 1px solid #000000; }
			
			table.perf tr {
				border: 1px solid #000000; }
				
			table.perf td.title {
				height: 60px;
				background: url(../images/perf_title.png) repeat-x;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				color: #FFFFFF; }
			
			table.perf td.startdate {
				background: #224222;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				height: 20px; }
			
			table.perf tr.data {
				height: 30px; }
			
			table.perf td.name {
				padding-left: 10px;
				width: 350px; }
			
			table.perf td.percentRed {
				text-align: right;
				padding-right: 4px;
				font-size: 13px;
				font-weight: bold;
				background: url(../images/perf_percent_red.png) repeat-x;
				width: 100px;
				color: #FFFFFF; }
			
			table.perf td.percentGreen {
				text-align: right;
				padding-right: 4px;
				font-size: 13px;
				font-weight: bold;
				background: url(../images/perf_percent_green.png) repeat-x;
				width: 100px;
				color: #FFFFFF; }
			
			table.perf td.endnote {
				background: #224222;
				color: #FFFFFF;
				text-align: center;
				font-size: 10px;
				height: 20px; }
				
/***** Generic white background TABLE STYLING ***/
/***** DDMiller 11/04/06 ***/
table.genwht {
		  	font-size: 12px;
			border-collapse: collapse;
			border: 1px solid #000000;
			margin: auto;  }
					
			table.genwht td {
				border: 1px solid #000000; }
			
			table.genwht tr {
				border: 1px solid #000000; }
				
			table.genwht td.title {
				height: 60px;
				background: url(../images/perf_title.png) repeat-x;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				color: #FFFFFF; }
			
			table.genwht td.smdivider {
				background: #224222;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				height: 20px; }
			
			table.genwht tr.data {
				background: #FFFFFF;
				color: #000000;		
				height: 20px; }
				
			table.genwht td.data {
				background: #FFFFFF;
				color: #000000;		
				height: 20px; 
				padding-left: 6px;
				padding-right: 6px}
						