/* Dark Color for Icons & Titles */ .BackgroundColor1 { background-color: #0332CB; color: white; } .FontColor1 { color: #273B4F; } /* Medium color for top bar, buttons, Titles */ .BackgroundColor2 { background-color: #0332CB; color: white; } .FontColor2 { color: #559BBB; } /* Highlight color for grid hover & Top Progress Area*/ .BackgroundColor3 { background-color: #CBE1EB; } tr.grid:hover { background-color: #CBE1EB; } tr.gridAlternate:hover { background-color: #CBE1EB; } TD.TimeCreditedLines { border-right-color: #CBE1EB; } /* Background color for Home Page Email*/ .BackgroundColor4 { background-color: #EFF6F9; } /* Background color for Home Page Course Grid*/ .BackgroundColor5 { background-color: #FBFDFE; } /* Text Color for Standard Links */ .linkColor1 { color: #4386a7; } /* Text Color for Side Panel Links */ .linkColor2 { color: white; } /* Text Color for Highlighted Side Panel Links */ .linkColor3 { color: #FAC86B; }