div.cgw_message {
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
	padding-left: 0px;
	color: #000;
}


  

table.listTable td.claimDateCell, td.claimDateCellFixed { font-size: 1em; text-align:center; }
table.listTable td.claimDateCellFixed, th.claimDateCellFixed { width: 50px; }
table.listTable td.claimStatusCell {  font-size: 1em; width: 70px; white-space:nowrap;}
table.listTable td.claimStatusCell, th.claimStatusCell { text-align:center; width: 80px; }
table.listTable td.claimNumberCell { white-space:nowrap; width: 60px; text-align:center;}
table.listTable td.claimNumberCell, th.claimNumberCell { width: 60px; text-align:center;}
table.listTable td.itemNumberCell { }

table.listTable td.itemNumberCell .item_details { }

table.listTable td.trackingData { text-align:center; font-size: 0.85em; }
table.itemInfoTable td { padding: 1px; }

.tableBorder {
	border: 1px solid #ebebeb;
	
}

/*
 *
 * Main Account Options Menu
 *
*/

ul.cgw-menu {
	clear:both;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: 25px;
}

ul.cgw-menu li {
	float:left;
	display:block;
	cursor:pointer;
	background: url('http://www.nativeyewear.com/images/layout/cgw/cgw-menu-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	margin-right: 20px;
	font-size: 1.2em;
	padding-top: 2px;
	height: 20px;
}

ul.cgw-menu li a {
	font-weight: bold;
}

/* Confirmation Screen */

	table.claim_confirmation { color: #000000; border-spacing: 1px; }
	table.claim_confirmation td { padding: 6px; }
	table.claim_confirmation td.category { background-color: #EEEEEE; font-weight: bold; width: 160px; }
	table.claim_confirmation td.data { background-color: #F7F7F7; }


	.profile_data_container {
		width: 862px;
/*		height: 300px;*/
		
	}

	table.profile, table.attribute_table {
		margin-top: 5px;
		border-collapse: collapse;
	}

	table.profile th, table.attribute_table th{
		background-color: #999999;
		padding: 4px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.3em;
	}

	table.attribute_table td {
		background-color: #EFEEEE;
		color: #686868;
		font-size: 13px;
		padding: 8px 15px;
	}

	table.profile td {
		color: #686868;
		font-size: 1em;
		padding: 4px 15px;

	}

	table.profile th, table.profile td {
		border-right: 2px solid #e3e3e3;
		border-bottom: 2px solid #e3e3e3;

	}


	table.attribute_table td.left {
		background-color: #e9e8e8;
		text-align: right;
		font-weight: bold;
		border-bottom: 2px solid #dedede;

	}

	table.profile td.last_col, table.attribute_table td.last_col {
		border-right: none!important;
	}

	table.profile td.last_row, table.attribute_table td.last_row {
		border-bottom: none!important;
	}
	
	table.profile tbody tr:last-child, table.profile tbody  {
		border-bottom: 0;
	}

	table.profile tr.row1 {
		background-color: #efeeee;
	}

	table.profile tr.row2 {
		background-color: #e9e8e8;

	}

	div.profile_bottom_nav {
		background-color: #f5f5f5;
		margin-top: 7px;
		padding: 10px;
	}

