/* ÃÖ ¿Ü°û Å×ÀÌºí */
.ccbox {
  border-left:2px solid #d0c1d9;
  border-top:2px solid #d0c1d9;
  border-right:2px solid #594268;
  border-bottom:2px solid #594268;
  background-color:#B0A1B9;
}

/* ¿äÀÏ (ÀÏ¿ùÈ­¼ö¸ñ±ÝÅä) */
.ccweek {
  text-align:center; 
  font-size:9pt;
  line-height:12pt;
  background-color:#7e557e;
  color:#EEE6EE;
  font-weight:bold;
  
}

/* ³â¿ù ¹ÙÅÁ(xxxx ³â xx ÀÏ ¿¡¼­ ³â, ÀÏ ºÎºÐ) */
.ccyearmonth { 
  font-size:9pt;
  line-height:9pt;
}

/* ³â¿ù ÄÞº¸¹Ú½º*/
.ccsel {
  font-size:8pt;
  line-height:8pt;
  font-family:verdana;
}

/* 
  ´Þ·Â Å×ÀÌºí
  background-color => °ÝÀÚ border »ö ÁöÁ¤
  border => Å×ÀÌºí ÀüÃ¼ border ÁöÁ¤
*/
.cccaltable {
  background-color:#cccdcd;
  border-left:1px solid #623962;
  border-top:1px solid #623962;
  border-right:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
}

/*
  ¿äÀÏ¶õ <tr> ÀÇ class. height ÁöÁ¤µî¿¡ »ç¿ë°¡´É
*/
.cccalth {
}

/*
  °¢ ÁÖ º° <tr> ÀÇ class. height ÁöÁ¤µî¿¡ »ç¿ë°¡´É
*/
.cccaltr {
}

/*
  ´Ý±â ¹öÆ° ( x ) 
*/
.ccclose {
  border-left:1px solid #bdbdbd;
  border-top:1px solid #bdbdbd;
  border-right:1px solid #7e7e7e;
  border-bottom:1px solid #7e7e7e;
 background-color:#343434;
 width:15;font-size:9pt;
 line-height:9pt;
 color:white;
}

/*
  ´Ý±â ¹öÆ° ( x ) ¿¡ ¸¶¿ì½º ¿À¹ö½Ã
*/
.ccclosehover {
  border-left:1px solid #bdbdbd;
  border-top:1px solid #bdbdbd;
  border-right:1px solid #7e7e7e;
  border-bottom:1px solid #7e7e7e;
 background-color:white;
 width:15;font-size:9pt;
 line-height:9pt;
 color:black;
}

/*
  ´ç¿ù ³¯Â¥
*/
.ccday { 
  font-size:8pt;
  line-height:14pt;
  font-family:verdana; 
  text-align:right;
  color:black;
  cursor:hand;
  background-color:white;
}

/*
  ´Ù¸¥´Þ ³¯Â¥ ( ex. 5¿ùÀÌ¶ó¸é 4¿ù¸»ÀÌ³ª 6¿ù ÃÊ )
*/
.ccdayothermonth {
  font-size:8pt;
  line-height:14pt;
  font-family:verdana; 
  text-align:right;
  color:#abaaaa;
  cursor:hand;
  background-color:#e8e8e8;
}

/*
  ´ç¿ù ³¯Â¥ ÀÏ¿äÀÏ
  ccday ¿Í °áÇÕµÇ¾î »ç¿ëµÇ¹Ç·Î ¹è°æ»öµî¸¸ ÁöÁ¤ÇÏ¸é µÊ
*/
.ccsunday { 
  background-color:#CBB0BD;
}

.cctoday { 
  background-color:#B5264A;
  color:White;
}

/*
  ´Ù¸¥´Þ ³¯Â¥ ÀÏ¿äÀÏ
  ccdayothermonth ¿Í °áÇÕµÇ¾î »ç¿ëµÇ¹Ç·Î ¹è°æ»öµî¸¸ ÁöÁ¤ÇÏ¸é µÊ
*/
.ccsundayothermonth {
  background-color:#DED1D7;
}

/*
  ³¯Â¥¿¡ ¸¶¿ì½º ¿À¹ö½Ã ( ´Ù¸¥´Þ, ´ç¿ù ¸ðµÎ )
*/
.ccdayhover {
  font-size:8pt;
  line-height:12pt;
  font-family:verdana; 
  text-align:right;
  color:white;
  background-color:#400040;
  
}
