@charset "utf-8";
/* CSS Document */

.calTable { 
border-bottom-color: #252525;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #252525;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #252525;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #252525;
border-top-style: solid;
border-top-width: 1px;
height: 180px;
width: 190px;
 }
.calMonth { 
text-align: center;
 }
a.calMonthLink:link, a.calMdayLink:link { 
color: #D8D5D5;
text-decoration: none;
 }
a.calMonthLink:hover, a.calMdayLink:hover { 
color: #FFFFFF;
text-decoration: underline;
 }
.calWday { 
background-attachment: scroll;
background-clip: border-box;
background-color: #3b3b42;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
color: #737373;
width: 18px;
 }
.calWdaySe { 
background-attachment: scroll;
background-clip: border-box;
background-color: #747474;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
color: #333333;
width: 18px;
 }
.calWdaySu { 
background-attachment: scroll;
background-clip: border-box;
background-color: #747474;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
color: #333333;
font-weight: 700;
width: 18px;
 }
.calMday { 
background-attachment: scroll;
background-clip: border-box;
background-color: #252525;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
color: #737373;
 }
.calMdayA { 
background-attachment: scroll;
background-clip: border-box;
background-color: #666666;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
color: #000000;
 }