
/*   OS_Afternoon.css - Afternoon Color Scheme                    */

body                  { color: 5B6183;  background-color: #BF9F7C; }
#Header               { color: White;   background-color: #5B6183; }
#RightColumn          { color: White;   background-color: #5B6183; }
#Footer               { color: #333366; background-color: #BF9F7C; }
.content              {                 background-color: #D0B99F; }

A                     { color: #1070d1;                            }
.content A            { color: #0C57A1;                            }
A:HOVER               { color: #FF6600;                            }
#Logo                 { color: White;                              }
#Logo A               { color: White;                              }
#Logo A:HOVER         { color: #FF6600;                            }

table#faves                          {                 background-color: #F2F2F2; }
table#faves thead tr th              { color: Black;   background-color: #9397B4; }
table.tablesorter tfoot tr th        { color: Black;   background-color: #F2F2F2; }
table#faves tbody td                 { color: #3D3D3D; background-color: #F2F2F2; }
table#faves tbody tr.odd td          {                 background-color: #D4D4D4; }
table#faves thead tr .headerSortDown { color: White;   background-color: #5B6183; }
table#faves thead tr .headerSortUp   { color: White;   background-color: #5B6183; }

