.calendar-table{
	width:100%;
}
.calendar-table a {
	text-decoration: none;
	color: #000;
}

.calendar-table .header {
	background: transparent url(../../img/grey_box_head.jpg) repeat-x scroll 0 0;
}

.calendar-table .month {
	background: none;
}

.calendar-table tr {
	color:#E2E1E1;
	font-size:16px;
	height:14px;
	margin: 1px;
}

.calendar-table .columPrevious {
	border-top: none;
	text-align: right;
	font-weight: bold;
}

.calendar-table .columYear {
	border-top: none;
	text-align: center;
	font-weight: bold;
	background-color:#fff;
	height:25px;
}

.calendar-table .columYear a {
	color:#000;
}

.calendar-table .columNext {
	border-top: none;
	text-align: left;
	font-weight: bold;
}



.calendar-table .normal {
	background-color: #fff;
	border: 2px solid #E2E2E2;
}

.calendar-table td {
	padding:0px;
	margin: 1px;
}

.calendar-table td, .calendar-table th{
	/*border-top:2px groove #FFFFFF;*/
	color:#000;
	font-size:12px;
	font-weight:lighter;
	/*width:10px;*/
}

.calendar-table td span {
	display:block;
	/*vertical-align:sub;*/
	text-align: center;
	/*width:16px;*/
}

.calendar-table th{
	color: #000;
	text-align:center;
	font-weight: bold;
}

.calendar-table .first td {
	border-top: none;
}

.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.calendar-table .first {
	background-color:#FFFFFF;
	border:1px solid #f3f3f3;
}

.calendar-table .first a {
	color:#777777;
}

.calendar-table #last a {
	color:#777777;
}

.calendar-table .std {
	background-color:#fff;
	border:1px solid #E2E2E2;
	padding:3px;
}

.calendar-table .sat {
	background-color:#c3c3c3;
	border:1px solid #E2E2E2;
	padding:3px;
}

.calendar-table .sun {
	background-color: #999;
	border:1px solid #E2E2E2;
	padding:3px;
}

.calendar-table .linked_today {
	background-color:#A21506;
}

.calendar-table .linked_today a {
	color:#fff;
}

.linked_today_nolink {
	background-color:#FFFFFF;
	border:1px solid #A21506;
	line-height:18px;
	padding:1px 0;
	text-align:center;
}

.calendar-table .linked_today_nolink a {
	color:#000000;
}

.linked_day{
	padding:2px;
	cursor:pointer;
	text-decoration:underline;
	background-color:#FFFFFF;
	border:1px solid #E2E2E2;
	color:#000;
	line-height:18px;
	padding:1px 0;
	text-align:center;
}

a.linked_day_link
{
	color:#000000;
	text-decoration:underline;
}


/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}