
/*   OS_Evening.css - Evening Color Scheme                        */

body                  { color: White;   background-color: Black;   }
#Header               { color: White;   background-color: #4D0000; }
#RightColumn          { color: White;   background-color: #4D0000; }
#Footer               { color: Silver;  background-color: Black;   }
.content              {                 background-color: #404040; }

A                     { color: #8A0000;                            }
.content A            { color: #E00000;                            }
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: #8A8A8A; }
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: #4D0000; }
table#faves thead tr .headerSortUp   { color: White;   background-color: #4D0000; }

