@CHARSET "UTF-8";
@media screen {

/* ZENTABLE AND ZENBOXES*/
table.zentable.midnight tbody tr:nth-child(odd) td, .zentable table.zentable.midnight tbody tr:nth-child(odd) td{background-color: #E1E9FF;}
table.zentable.olive tbody tr:nth-child(odd) td, .zentable table.zentable.olive tbody tr:nth-child(odd) td{background-color: #E8F1CF;}
table.zentable.rust tbody tr:nth-child(odd) td, .zentable table.zentable.rust tbody tr:nth-child(odd) td{background-color: #FAEEEC;}
table.zentable.beige tbody tr:nth-child(odd) td, .zentable table.zentable.beige tbody tr:nth-child(odd) td{background-color: #EFE9DB;}
table.zentable.brown tbody tr:nth-child(odd) td, .zentable table.zentable.brown tbody tr:nth-child(odd) td{background-color: #FFF0CF;}
table.zentable.teal tbody tr:nth-child(odd) td, .zentable table.zentable.teal tbody tr:nth-child(odd) td{background-color: #D8EEF2;}
table.zentable.sky tbody tr:nth-child(odd) td, .zentable table.zentable.sky tbody tr:nth-child(odd) td{background-color: #E2F3F6;}
table.zentable.lime tbody tr:nth-child(odd) td, .zentable table.zentable.lime tbody tr:nth-child(odd) td{background-color: #F5FAE8;}
table.zentable.slate tbody tr:nth-child(odd) td, .zentable table.zentable.slate tbody tr:nth-child(odd) td{background-color: #E5E9F6;}
table.zentable.pumpkin tbody tr:nth-child(odd) td, .zentable table.zentable.pumpkin tbody tr:nth-child(odd) td{background-color: #FFE3CD;}
table.zentable.snrnews tbody tr:nth-child(odd) td, .zentable table.zentable.snrnews tbody tr:nth-child(odd) td{background-color: #f7f7f7;}
table.zentable.subtle tbody tr:nth-child(odd) td, .zentable table.zentable.subtle tbody tr:nth-child(odd) td{background-color: #f7f7f7;}

#maincontent table.upcoming tr th:first-of-type {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
}

#maincontent table.upcoming tr th:last-of-type {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
}

} /* end @media screen */