﻿#divWeeks { background-color:#373737; }

.weekNumDisabled { color:#8C8984; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:default; }
.weekNumDisabled:hover { color:#8C8984; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:default; }
.weekNumSelected { background-color:White; color:#373737; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:default; }
.weekNum { background-color:#373737; color:White; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:pointer; }
.weekNum:hover { background-color:White; color:#373737; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:pointer; }
      
.dayNumDisabled { color:#8C8984; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:default; }
.dayNumDisabled:hover { color:#8C8984; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:6px; padding-bottom:6px; cursor:default; }
.dayNumSelected { width:30px; background-color:White; color:#373737; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px; cursor:default; }
.dayNum { background-color:#373737; width:30px; color:White; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px; cursor:pointer; }
.dayNum:hover { width:30px; background-color:White; color:#373737; font-weight:bold; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px; cursor:pointer; }



#divWeeksNew { background-color:#808080; }

.weekNumDisabledNew { font-size:10pt; text-decoration:none; color:white; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:30px; height:30px; line-height:30px; }
.weekNumDisabledNew:hover { font-size:10pt; text-decoration:none; color:white; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:30px; height:30px; line-height:30px; }
.weekNumSelectedNew { font-size:10pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:30px; height:30px; line-height:30px; }
.weekNumSelectedNew:hover { font-size:10pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:30px; height:30px; line-height:30px; }
.weekNumNew { font-size:10pt; text-decoration:none; background-color:#808080; color:white; font-weight:bold; text-align:center; cursor:pointer; display:inline-block; width:30px; height:30px; line-height:30px; }
.weekNumNew:hover { font-size:10pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:pointer; display:inline-block; width:30px; height:30px; line-height:30px; }
      
.dayNumDisabledNew { font-size:8pt; text-decoration:none; color:white; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:40px; height:20px; line-height:20px; }
.dayNumDisabledNew:hover { font-size:8pt; text-decoration:none; color:white; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:40px; height:20px; line-height:20px; }
.dayNumSelectedNew { font-size:8pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:40px; height:20px; line-height:20px; }
.dayNumSelectedNew:hover { font-size:8pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:default; display:inline-block; width:40px; height:20px; line-height:20px; }
.dayNumNew { font-size:8pt; text-decoration:none; background-color:#808080; color:white; font-weight:bold; text-align:center; cursor:pointer; display:inline-block; width:40px; height:20px; line-height:20px; }
.dayNumNew:hover { font-size:8pt; text-decoration:none; background-color:white; color:#808080; font-weight:bold; text-align:center; cursor:pointer; display:inline-block; width:40px; height:20px; line-height:20px; }
