.calendar-table{
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	text-align:center;
	height: 13px;
	padding: 0px;
	
}

.calendar-table TD.columYear {
	color:#555555;
	padding-top:3px;
	vertical-align:top;
	width:70%;
	text-transform: uppercase;
}

.calendar-table td {
    background-image: url('images/event-cal-bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 0px;
	color:#555555;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 0px;
}

.calendar-table th {
	   background:#A84F2D none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
color:#DDDDDD;
font-size:9px;
font-weight:bold;
height:21px;
padding-top:1px;
text-transform:uppercase;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today {
	color:#F7F7F7;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	
}
.linked_today_nolink{
	color:#F7F7F7;
	font-weight:bold;
}
.linked_today, .linked_day  {
background-image:url(images/caption_hover.jpg);
background-position:right center;
background-repeat:repeat-x;
color:#FFFFFF;
cursor:pointer;
height:11px;
line-height:11px;
margin:0;
padding:3px 0;
width:100%;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.3em;
	font-weight:bold;
	color:#333333;
	
}
.newsCalendar_listBody{
	
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
	padding-top: 5px;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.tx-ttnews-browsebox-SCell {
	background-color: #fff;
	border: 0px;
}


.columPrevious:hover,
.columNext:hover{
	background: transparent url(images/weekdays.png) repeat scroll 0 0;
	}

TD.columPrevious {}
TD.columPrevious A {}
TD.columYear {}
TD.columYear A {
	text-transform: uppercase;
	color: #CCCCCC;}
TD.columNext {}
TD.columNext A {}
TD {}
TD DIV.linked_today {}
TD.bottomMonthLink {}
TD.bottomMonthLink A { 
	text-transform: uppercase;
	color: #CCCCCC;
	}

/* Pop up - calendar */

.rcMenuContainer {}

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
    padding:2px;
    z-index:10;
    width:200px;
}
.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:underline;
    color:#333333;
    background-color:#ffffff;
    border:1px solid #7E7E7E;
}
.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:underline;
    background-color:#fffff;
    color:#333333;
    border:1px solid #7E7E7E;
}

.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}
