.calendar-table{
	width:100%;
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	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{
	background-color:#fff;
	padding:2px;
	color:#FB4601;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #FB4601;
}
.linked_today_nolink{
	padding:2px;
	color:#000066;
	background-color:#fff;
}
.linked_day{
	padding:2px;
	color:#FB4601;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #FB4601;
}

/* 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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}


/* Context Menü */

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    background: #fff;
    padding:1px;
    z-index:10;
}
.rcMenuItem {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    padding:4px;
    text-decoration:none;
    color:#FB4601;
    background-color:#EAE6CD;
}
.rcMenuItemHover {
    width:200px;
    float:left;
    font-size:11px;
    font-weight:normal;
    padding:4px;
    text-decoration:none;
    color:#FB4601;
    background-color:#e9e1ac;
}
.rcMenuItemText {
    font-size:100%;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background: #000066;
    text-align:center;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px solid grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}