/* CSS for Calendar */

DIV#CC_obj {width: 100%; z-index:10; text-align:center;}

DIV#CC_obj {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
DIV#CC_obj span {font: 8pt Tahoma; text-align:center; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

td#CC_before_days_of_wheek { height:10px; text-align: center; background: #ededed; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
	TD#CC_days_of_wheek DIV { float: left; width: 14%; margin: 0px 0px 2px 0px; text-align: center; font-weight:bold; color: #cc3333;}
TD#CC_days {background: #ffffff; border-top: solid 1px #cc3333; border-bottom: solid 1px #cc3333; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
	TD#CC_days SPAN { cursor: hand; float: left; width: 14%; margin: 2px 0px 2px 0px;  }

.CC_day_cur  { background: #cc3333 !important; color:#fff !important; font-weight:bold !important; padding: 0px 2px 0px 2px; }
.CC_day_have  { color:#454545; background-color: #E8E9E9; padding: 0px 2px 0px 2px; cursor: pointer }

SELECT#CC_months { float: left; width: 50%; font-size: 8pt; color: #454545; border: 1px solid #454545; font-family: Tahoma; background: #ffffff; margin: 0px 10px 0px 0px;}
SELECT#CC_years { float: right; width: 30%; font-size: 8pt; color: #454545; border: 1px solid #454545; font-family: Tahoma; background: #ffffff;}

DIV#CC_obj a {text-decoration:none}

#calendarContainer { display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 10pt;   color: #333333;}

table#CC_table {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width:100%;}
table#CC_table tr#CC_days_of_wheek_tr td {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
table#CC_table tr#CC_days_tr td {padding: 5px 0px 0px 0px;}
table.ArchiveTable {border-bottom: 1px solid #333333; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

