
/********** Month **********/
div.month {
clear: both;
margin-left: 1em;
}

div.month table {
max-width: 420px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.holiday {
font-style: italic;
}

.cal_month_menu {
background-color:#b8c2d9
}
.cal_month_menu div.cal_item {
padding:0; float:left;
}
#content .cal_month_menu a {
	color: #193d55;
background-color:#b8c2d9;
padding:2px 5px;
border-top: 1px #b8c2d9 solid;
border-bottom: 2px #b8c2d9 solid;
}
#content .cal_month_menu a:hover, #content .cal_month_menu a.cur
{
	background-color: #f4e6d8;
	color: #3377AA;
	text-decoration:none;
}

table.cal_topics {
border: 1px #b8c2d9 solid;
}
table.cal_topics td {
padding:5px 10px 3px 5px;
}
table.cal_topics td img{
display:inline;
margin-right:3px;
height:15px;
width:15px;
}



div.newmonth {
clear: both;
	display:table;
	width:100%;
}
.bg_main div.newmonth h2, div.newmonth h2 {
margin:15px 0 2px 110px;
font-size:28px;
font-weight:normal;
color:#464646;
}
.bg_main div.newmonth h2.year, div.newmonth h2.year {
margin:20px 0 0px 8px;
}
.bg_main div.newmonth h2.year span, div.newmonth h2.year span {
font-size:32px; padding-right:25px
}



.cal_item_box_wr {
float:left; width:299px;
	background-color:#edece6;
}

div.cal_item_box_wr:hover, div.cal_item_box_wr:active {
	background-color:#dddcd6;
}
.cal_item_box_wr a:hover {
	text-decoration: none;
}

div.cal_item_box { 
width:284px; 
height:250px; margin: 8px auto;
display:table;
background-color:#FFFFFF;
}
div.cal_item_box:hover, div.cal_item_box:active { width:294px;
	text-decoration:none;
}

div.cal_item_box img.prog_feat {
	width:100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

div.cal_item_text {
	width:274px;
background-color:#fff;
padding:5px 5px 0 5px;
}
div.cal_item_box h3 {
	margin:4px 0;
	font-size:16px;
	font-weight:bold;
	color: #464646;
}
div.cal_item_box h3 .featSubTitle {
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}
div.cal_item_box h4 {
	font-size:13px;
	color: #3377AA;
	font-weight:bold;
	margin:8px 0 4px ;
}
div.cal_item_box p {
	margin:4px 0 2px 0}
div.cal_item_box p a {
	font-size:14px;
	color: #464646;
}


/*  TEMPORARTILY ADDED THIS SO THAT THE LAPTOP VERSION WOULD BE THE SAME AS PHONE DURING CORONAVIRUS WHEN ONLY HAVE ONE PROGRAM PER MONTH*/
/*.cal_item_box_wr { 
	display:table;
float:none; margin:0 auto; max-width:500px; padding:0 4px; width:auto;
}

div.cal_item_box { float:none; margin:15px auto 5px; width:auto; max-width:400px; height:auto; }
div.cal_item_box:hover, div.cal_item_box:active { max-width:406px; width: auto;
}*/



@media only screen and (max-width: 600px) {
.cal_item_box_wr { 
	display:table;
float:none; margin:0 auto; max-width:500px; padding:0 4px; width:auto;
}

div.cal_item_box { float:none; margin:15px auto 5px; width:auto; max-width:400px; height:auto; }
div.cal_item_box:hover, div.cal_item_box:active { max-width:406px; width: auto;
}
}



@media only screen and (max-width: 480px) {
div.newmonth {
margin-left: 0px;
}
table.cal_topics td {
padding:5px 3px 3px 3px;
}
div.month { margin-left: 0px;}
}

