/* screen_calendar3.css.jsp */ /* Copyright Brook Group, LTDŽ */ /* Calendar */ table.calendar { border: none; margin-top: 18px; } table.calendar p { color: #000; line-height: 125%; } table.calendar th, table.calendar td { padding-top: 3px; padding-right: 5px; padding-bottom: 3px; padding-left: 5px; background: none; border-top: none; border-right: none; border-bottom: 2px #FFF solid; border-left: 2px #FFF solid; text-align: left; font-weight: normal; } table.calendar td { background: #FFFACC; } table.calendar td.td-padding-nix1 { padding: 0px; background: #FFF; font-size: 1px; line-height: 1px; border: none; padding-left: 2px; } table.calendar a:link { color: #0062C8; } table.calendar a:visited { color: #0062C8; } table.calendar a:hover { color: #4792DE; } table.calendar a:active { color: #0062C8; }