.left_calendar {
	margin-bottom: 10px;
	text-align: center;
	font-family: 'PTSansNarrow', sans-serif;
	padding-left: 15px;
	padding-right: 10px;
	position: relative;
}
.left_calendar .header {
	position: relative;
	text-transform: none;
	padding-top: 12px;
	height: 26px;
}
.left_calendar .header a {
	text-decoration: none;
	font-family: 'PTSansNarrow', sans-serif;
	font-size: 15px;
}
.left_calendar .header .popup_button {
	text-decoration: underline;
}
.left_calendar .header .popup_button:hover {
	text-decoration: none;
}
.left_calendar .header .arrow_prev {
    display: block;
	 width: 23px;
	 height: 23px;
    position: absolute;
    left: 7px;
    top: 8px;
	 background: url('/image/layout/arrow-c-green.png') no-repeat -23px top;
}
.left_calendar .header .arrow_next {
    display: block;
	 width: 23px;
	 height: 23px;
    position: absolute;
    right: 7px;
    top: 8px;
	 text-align: right;
	 background: url('/image/layout/arrow-c-green.png') no-repeat -46px top;
}
.left_calendar .header .arrow_next:hover {
	background-position: -69px top;
}
.left_calendar .header .arrow_down {
    background: url("/image/layout/calendar/yymm_sh.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 7px;
    left: 5px;
    position: relative;
    top: 0;
    width: 9px;
}
.left_calendar .header .arrow_prev:hover {
	background-position: 0px top;
}
#calendar {
    border: 1px solid #8B9C74;
}
.left_calendar .innerblock {}
.left_calendar table.calendar {}
table#all_years_and_months {
    left: 108px !important;
    top: 191px !important;
}
table.calendar td {
    font-size: 12px;
	 line-height: 1em;
    padding: 6px 2px 3px 2px;
    text-align: center;
    vertical-align: bottom;
    width: 28px;
}
table.calendar td a {
    color: #000000;
}
table.calendar td a:hover {
    
}
table.calendar tr.wdays td {
    background: none repeat scroll 0 0 #809667;
    color: #FFFFFF;
	 font-size: 13px;
}
table.calendar tr.wdays td:first-child {
    
}
table.calendar td.other_month {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #b2b0b0;
}
table.calendar td.this_month {
    background: none repeat scroll 0 0 #F8F4F1;
	 padding: 0;
}
table.calendar td.this_month a {
	display: block;
	padding: 6px 2px 3px 2px;
	text-decoration: none;
}
table.calendar td.this_month a:hover {
	background: #e9ddd6;
	padding: 5px 1px 2px 1px;
	margin: 1px;
}
table.calendar td.this_month_nodata {
    background: none repeat scroll 0 0 #F8F4F1;
    color: #767676;
    
}
table.calendar td.this_month_day {
    background: none repeat scroll 0 0 #809667;
    color: #FFFFFF;
    font-weight: bold;
}
table.calendar tr.nav td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #336635;
    border-color: #12481A -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFFFFF;
    font-size: 80%;
    height: 23px;
    padding: 3px;
}
table.calendar tr.nav td.monthyyyy {
    width: 120px;
}
table.calendar tr.nav td.monthyyyy a {
    color: #FFFFFF;
    text-decoration: none;
}
table.calendar tr.nav td.monthyyyy a b {
    border-bottom: 1px dashed #CCCC99;
}
table.calendar tr.nav td.monthyyyy a:hover {
    color: #FAEB99;
}
#all_years_and_months {
    background: #afbe9c;
    border: 1px solid #8B9C74;
    display: none;
    left: 40px;
    position: absolute;
    top: 72px;
    width: 110px;
}
#all_years_and_months a {
    color: #000000;
    text-decoration: none;
}
#all_years_and_months table {
    width: 100%;
}
#all_years_and_months table td {
    vertical-align: top;
}
td#all_months td, td#all_years td {
    color: #000000;
    font-size: 13px;
}
td#all_months {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px 0;
}
td#all_months a {
    color: #000000; 
    display: block;
    padding: 2px 15px 2px 4px;
}
td#all_months a b {
    border-bottom: 1px dotted #29513a;
    font-weight: normal;
}
td#all_months a:hover b {
    border-bottom: 1px solid #29513a;
}
td#all_months td.this_on a {
    background: none repeat scroll 0 0 #29513a;
    color: #FFFFFF;
}
td#all_months td.this_on a b {
	 font-weight: bold;
}
td#all_months a:hover {
    background: none repeat scroll 0 0 #29513a;
    color: #FFFFFF;
}
td.this_off {
    padding: 2px 15px 2px 4px;
}
td#all_months td.this_off {
	color: #8C8C8C;
}
td#all_years {
    padding: 10px 0;
}
td#all_years a b {
    border-bottom: 1px dotted #29513a;
    font-weight: normal;
}
td#all_years td.this_on {
    background: none repeat scroll 0 0 #29513a;
    color: #FFFFFF;
    padding: 2px 2px 2px 15px;
}
td#all_years a {
    display: block;
    padding: 2px 2px 2px 15px;
}

