/*********** stats page styles ***********/
.odd, .stats_odd, .stats_first_column_odd{
 background-color: #eeeeee;
 border: 1px solid #CEEEFD;
 padding: 2px 6px;
}
.even, .stats_even, .stats_first_column_even{
 border: 1px solid #CEEEFD;
 padding: 2px 6px;
}
th.stats {
 background-color:#eeeeee;
 color: #006699;
 padding: 2px;
 border-bottom: 1px dashed #CEEEFD;
}
.odd, .affiliate_stats_odd, .affiliate_stats_first_column_odd{
 border: 1px solid #CEEEFD;
 padding: 2px 6px;
}

.even, .affiliate_stats_even, .affiliate_stats_first_column_even{
 background-color: #eeeeee;
 border: 1px solid #CEEEFD;
 padding: 2px 6px;
}

table.affiliate_stats {
  font-size: 110%;
}

th.affiliate_stats {
 background-color:#eeeeee;
 color: #006699;
 padding: 2px;
 border-bottom: 1px dashed #eee; 
}

.content_table th {
 font-size: 110%;
 text-align:left;
 border-bottom:1px solid #ccc;
 background:#CEEEFD;
}

.content_table tr.even {
 background:#eee;
}
.notice {
 color:blue;
 font-weight:bold;
}
.error,.errors,.element_error {
 color:red;
}


