.calendar-table{
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	border: 1px solid #000;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	text-align:center;
	height: 13px;
	
}

.calendar-table TD.columYear {
	width: 70%;
}

.calendar-table td {
    background-image: url('../images/event-cal-bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #ccc;
}

.calendar-table th {
	height: 13px;
	
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today {
	padding:2px;
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
	
}
.linked_today_nolink{
	color:#333333;
}
.linked_today, .linked_day  {
	color:#FFFFFF;
	cursor:pointer;
	background-image: url('../images/event-cal-act-bg.jpg');
	background-repeat: repeat-x;
	background-position: top right; 
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 11px;
	line-height: 11px;
}

/* 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;
}




TD.columPrevious {}
TD.columPrevious A {}
TD.columYear {}
TD.columYear A {
	text-transform: uppercase;
	color: #212121;}
TD.columNext {}
TD.columNext A {}
TD {}
TD DIV.linked_today {}
TD.bottomMonthLink {}
TD.bottomMonthLink A { 
	text-transform: uppercase;
	color: #212121;
	}

/* Pop up - calendar */

.rcMenuContainer {}

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #212121;
    background: #212121;
    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; 
}

