
.calendar-table tr {

    width: 16px;
}

.calendar-table td.columPrevious{
width:16px;
}

.calendar-table td.columYear{
width:71%;
height:19px;
}

.calendar-table td.columNext{
width:16px;
}

/*----------edit--------------*/
.calendar-table{
font-size:9px;
}
.calendar-table a{
	text-decoration:none;
}

.calendar-table TD, .calendar-table TH{
background:transparent none repeat scroll 0 0;
border-bottom:0 solid transparent;
border-right:0 solid transparent;
padding:2px 0 3px 0;
text-align:center;
text-decoration:none;
width:16px;
}

* html .calendar-table TD, .calendar-table TH{
background:transparent none repeat scroll 0 0;
border-bottom:0px solid transparent;
border-right:0 solid transparent;
padding:2px 4px 3px 1px;
text-align:center;
text-decoration:none;
width:16px;
}

.calendar-table TH{
border-bottom:0 solid transparent;
border-top:0 solid transparent;
padding-bottom:3px;
padding-top:3px;
}

* html .calendar-table TH{
border-bottom:0 solid transparent;
border-top:0 solid transparent;
padding-bottom:3px;
padding-top:3px;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
background-color:#C7D5FE;
color:#333333;
cursor:pointer;
}
.linked_today_nolink{
background-color:#E6E6E6;
margin:0 0 0 3px;
width:14px;
}
.linked_day{
border:0px solid transparent;
color:red;
cursor:default;
font-weight:bold;
text-decoration:none;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}
