.calendar-table{
	padding:0;
	width:147px;
	clear:both;
	margin-top:7px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;
	font-size:11px;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:100%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
	font-weight:bold;
	cursor:pointer;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#216185;
	cursor:pointer;
	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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

#rcRightContext {
    margin-left: -10px;
    overflow: hidden;
    width: 163px;
}

#rcRightContextTable {
    margin-top:7px;
    border-top:solid 1px #7e7e7e;
    border-bottom:solid 1px #7e7e7e;
    width:145px;
    overflow:hidden;
}

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    margin-top:-20px;
    padding:2px;
    z-index:10;
}
.rcMenuItem, .rcMenuItemHover{
    float:left;
    font-size:11px;
    font-weight:normal;
    padding:3px;
    padding-left:14px;
    text-decoration:none;
    color:#545454;
    background-image: url(../../images/template/main/button_arrow_right.jpg);
    background-repeat:no-repeat;
    background-position:0px 6px;
    width: 145px;
}

.rcMenuItem a, .rcMenuItemHover a  {
    font-size:1.0em;
    font-weight:normal;
    text-decoration:none;
    color:#545454;
}

.rcMenuItemText{
    font-size:11px;
    font-weight:bold;
    border:0px;
    padding:2px;
    padding-left:0px;
    color:#006699;
    text-align:left;
}
.rcMenuItemTextExt {
    font-size:1.1em;
    font-weight:normal;
    padding:2px;
}
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px;
}



