
/*   OS_Evening.css - Evening Color Scheme                        */

body                  { color: White;   background-color: #609D9F; }
#Header               { color: Black;   background-color: #FFD24D; }
#RightColumn          { color: Black;   background-color: #FFD24D; }
#Footer               { color: #003333; background-color: #609D9F; }
.content              {                 background-color: #70A8A9; }

A                     { color: #1070d1;                            }
.content A            { color: #0C57A1;                            }
A:HOVER               { color: #003333;                            }
#Logo                 { color: Black;                              }
#Logo A               { color: Black;                              }
#Logo A:HOVER         { color: #FF6600;                            }

table#faves                          {                 background-color: #F2F2F2; }
table#faves thead tr th              { color: Black;   background-color: #FFD24D; }
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: #FF855C; }
table#faves thead tr .headerSortUp   { color: White;   background-color: #FF855C; }

