
#completion_status_bar {
	background-color:black;
	color:white;	
	font-size:1.3em;
}	



.compensation_report_notes  {
  border: #E6E6E6 solid 0.5px;
    background-color: lightblue;
}





.compensation_report_totals {
  border: #E6E6E6 solid 0.5px;
}

.compensation_report_totals  .qualifying_total {
  background-color: lightgreen;
  width:100px;
}

.compensation_report_totals  .non_qualifying_total {
  background-color: lightcoral;
  width:100px;
}







.sale_table {
  border: #E6E6E6 solid 0.5px;
}

.sale_table  .non_qualifying_sale_date {
  background-color: lightcoral;
  width:200px;
}

.sale_table  .non_qualifying_sale {
  background-color: lightcoral;
  width:100px;
}

.sale_table  .qualifying_paid_sale {
  background-color: lightblue;
  width:100px;
}

sale_table  .qualifying_sale_date {
  background-color: lightgreen;
  width:200px;
}

.sale_table  .qualifying_sale {
  background-color: lightgreen;
  width:100px;
}



/* --------------------------------------GREEN DEPARTMENT MENU AT TOP-------------------------- */


/* --------------------------------------TABLE-------------------------- */



table.list {
  width:      98%;
  border: #E6E6E6 solid 0.5px;
  margin: 1px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.list a, table.list a:link, table.list a:active, table.list a:visited {
  color: #e70;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.list a:hover { color: #000000; }

table.list td#alphaListHeader a, table.list td#alphaListHeader a:link, table.list td#alphaListHeader a:active, table.list td#alphaListHeader a:visited {
  font-size:14px;
  color:#F2820A;
  font-weight:bold;
}

table.list td#alphaListHeader a:hover {
  font-size:14px;
  background-color:#000000;
  color:#F2820A;
  font-weight:bold;
}

table.list td { margin: 0; padding: 0 0 0 5px; }

table.list th {
  background-color: #E6E6E6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #e70;
  text-align: left;  
  padding-left: 1em;
}


table.list th2 {
  background-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #e70;
  text-align: left;  
  padding-left: 1em;
}

table.list tr.blue { background-color: blue; }
table.list tr.even { background-color: yellow; }
table.list tr.even_yellow { background-color: yellow; }
table.list tr.green{ background-color: green }
table.list tr.odd{ background-color: red; }
table.list tr.odd_yellow{ background-color: yellow; }
table.list tr:hover { background: #eed !important; }
table.list a img { border: 0; }




/* --------------------------------------GREEN DEPARTMENT MENU AT TOP-------------------------- */
.menu_affiliate { 
	border-top:1px solid black;
	color: black;
	width:850px;
	overflow:hidden;
	min-height:45px;
	float:left;
    margin-left: auto;
	margin-right: auto;
	background:url(/images/backgrounds_repeating/cash-repeat.png);
}

.menu_affiliate ul {
	float: left;	
	color: black;
	margin: 0;
	padding: 0;
}

.menu_affiliate li {
	float: left;	
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

.menu_affiliate li a {
	width: 80px;
	height: 45px;
	margin: 0;
	padding:  4px 4px;
	text-align:center;
	text-decoration: none;
	color: black;
	font-size: 1em;
	float: left;
}

.menu_affiliate li a:hover {
	color: white;
	background: darkgreen;
}

.menu_affiliate li a.current {
	background-color: darkgreen;
}

/* --------------------------------------GREEN DEPARTMENT MENU AT TOP-------------------------- */









.light_gold_div {
	text-align:center;
	background-color: #EEEDE8;
	border: 1px solid #CCCCCC;
	border-left:1px lightblue;
	border-right:1px lightblue;
	color:black;
	float:left;
	padding: 15px;
	margin: 15px;
}

.light_gold_div li {
	font-weight:bolder;
	font-size: 2em;
	list-style-type: none;
	float: left;	
}
.light_gold_div li a {
		padding: 15px;
	margin: 15px;
	min-height: 100px;
	text-decoration: none;
	color: #fff;
	background-color: goldenrod ;
	float: left;
}
.light_gold_div li a:hover {
	color: white;
	background: orange;
}
.light_gold_div li a.current {
	background-color: green;
}

.gold_lace_seperator { 
	color: white;
	height:40px;
	width:850px;
	overflow:hidden;
	float:left;
    margin-left: auto;
	margin-right: auto;
	background:url(/images/backgrounds_repeating/gold_lace.jpg);
}

.small_blue_menu_table {
	font-size:large;
	background-color: lightblue;
	width: 300px;
	min-height: 200px;
}


.small_blue_menu_div {
	text-align:center;
	background-color: aliceblue;
	border: 1px solid #CCCCCC;
	border-left:1px lightblue;
	border-right:1px lightblue;
	color:black;
	padding: 15px;
	margin: 15px;
}

.small_blue_menu_div li {
	font-size: large;
	list-style-type: none;
	float: left;	
	border-bottom:1px black solid;
}
.small_blue_menu_div li a {
	width: 240px;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	background-color: cornflowerblue ;
	float: left;
}
.small_blue_menu_div li a:hover {
	color: white;
	background: orange;
}
.small_blue_menu_div li a.current {
	background-color: green;
}