.calendar-table{
	width:100%;
	padding:0em;
	font-size:0.7em;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.calendar-table TD{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	cursor:pointer;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
}
.linked_day{
	padding:2px;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}

/* 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;
}
table #rcRightContextTable{
	border-collapse:collapse;
}


.rcMenuItemCat_FF7200 {
	background-color:#FF7200;
}
.rcMenuItemCat_6FE902 {
	background-color:#6FE902;
}
.rcMenuItemCat_B2B2B2 {
	background-color:#B2B2B2;
}
.rcMenuItemCat_E3F1F4 {
	background-color:#E3F1F4;
}
.rcMenuItemCat_D61621 {
	background-color:#D61621;
}

.rcMenuItemHoverCat_FF7200 {
	background-color:#FF7200;
}
.rcMenuItemHoverCat_6FE902 {
	background-color:#FF7200;
}
.rcMenuItemHoverCat_B2B2B2 {
	background-color:#FF7200;
}
.rcMenuItemHoverCat_E3F1F4 {
	background-color:#FF7200;
}
.rcMenuItemHoverCat_D61621 {
	background-color:#FF7200;
}

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #888888;
    background: #FFFFFF;
    padding:2px;
    z-index:10;
    width:200px;
    border-collapse:collapse;
}
.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:none;
    color:#333333;
    background-color:#ffffff;
   border-width:0 0 1px 0;
    border-style:dotted;
    border-color:#333333;
}
.rcMenuItem a:hover{
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    background-color:#ffffff;
    color:#902015;
    border-width:0 0 1px 0;
    border-style:dotted;
    border-color:#333333;
}
.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    background-color:#ffffff;
    color:#902015;
    border-width:0 0 1px 0;
    border-style:dotted;
    border-color:#333333;
}
.rcMenuItemText {
    font-size:0.8em;
    font-weight:bold;
    border:0px;
    padding:4px;
    color:#ffffff;
    border: 0px solid #FFFFFF;
    background: #902015;
    text-align:center;
	width:190px;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted #ffffff;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}

/************************************************************/
/*************************   NEWS CALENDAR  *****************/
/************************************************************/
.calendar-table {
	width:90%;
	border:none;
	padding:5px 10px 10px;
	background-color:#E1DEDD;
	margin:0 0 0 10px;
	/*float:left;*/
}

.calendar-table th {
	background-color:#a49d98;
	color:#FFFFFF;
	text-align:center;
	color:#333333;
	border-color:#E1DEDD;
}
.calendar-table th a {
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}
.calendar-table td {
	background-color:#a49d98;
	text-align:center;
	padding:0;
	color:#333333;
	border-color:#E1DEDD;
	font-weight:bold;
	padding:0px;
	width:20px;
	height:20px;
}

*+html .calendar-table td {
	width:auto;
	height:auto;
	padding:2px;
}

.calendar-table td.bottomMonthLink {
	background-color:#E1DEDD;
	height:10px;
}
.calendar-table td.bottomMonthLink a {
	color:#990000;
	text-decoration:none;
}
.calendar-table td.bottomMonthLink a:hover {
	text-decoration:underline;
}
.calendar-table td.columPrevious {
	background-color:#E1DEDD;
	text-align:center;
	border:none;
}
.calendar-table td.columYear {
	background-color:#E1DEDD;
	text-align:center;
	border:none;
}
.calendar-table td.columNext {
	background-color:#E1DEDD;
	text-align:center;
	border:none;
}
.calendar-table td.columPrevious a, .calendar-table td.columPrevious a:link {
	color:#2f2f2f;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
.calendar-table td.columYear a, .calendar-table td.columPrevious a:link {
	color:#685C53;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
}

*+html .calendar-table td.columYear a {
	display:block;
	width:135px;
}
.calendar-table td.columNext a, .calendar-table td.columPrevious a:link {
	color:#2f2f2f;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}
.linked_today_nolink {
	border:none;
	color:#ffffff;
}
.linked_day  {
	background-color:#ffffff;
	padding:5px 0 0 0;
	color:#ca0000;
	border:none;
	height:17px;	
}

*+html .linked_day  {
	padding:2px;
	height:auto;
}

.linked_day:hover  {
	border:none;
	text-decoration:none;
}

.rcMenuItemText {
	background-color:#fbbb04;
	padding:2px 0;
	color:#a15313;
	border-color:#fbbb04;
}
.tx-ttnews {
	/*float:left;*/
	padding:5px 0 10px;
	width:100%;
}
