#news_calendar
{
	margin-top:30px;
	/*background:Transparent url("images/news_calendar_bg.gif") no-repeat;
	border:solid 1px green;*/
}
table#calendar
{
	
	margin:auto;
	padding:0px;
	border-collapse: collapse; 
	border: solid 1px #89A6AB;
	border-right:none;
	border-bottom:none;
	background-color:#406065;
	/*background:url("images/cal_bg.gif");*/
}
table#calendar tr,table#calendar td
{
	padding:0px;
}
#calendar h3, #calendar .cal_header  /*calendar h2 uses global style*/
{
	float:left;
	font-size:110%;
	color:#fff;
	font-weight: bold;
	text-transform:capitalize;
	font-family:Arial, Sans-Serif;
	background-color:Transparent;
	padding:0px;
	margin:0px;	
}
#calendar th
{
	font-size:100%;
	color:#fff;
	font-weight: bold;
	background-color:#406065;
	padding:0px;
	margin:0px;	
}
.calendartopdisplay
{
	display:block;
	font-family:Arial, Sans-Serif;
	background-color:Transparent;
	height:30px;
	padding: 3px 6px 6px 7px;
	margin: 0px 0px 0px 0px;
}
.calendartopdisplay_navigation
{
	float:right;
	padding: 3px 6px 6px 6px;
	margin: 0px;
}
.calendartopdisplay a:link,.calendartopdisplay a:visited
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}
.calendartopdisplay a:hover,.calendartopdisplay a:active
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}
.prevyear
{
	color: #ffffff;
	padding-right: 10px;
}
.thisyear
{
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
.nextyear
{
	color: #ffffff;
	padding-left: 10px;
}


/*newstype - top (header)*/
.newstypetopdisplay
{
	display: block;
	font-family:Arial, Sans-Serif;
	background-color:Transparent;
	width: 140px;
	height:36px;
	padding: 3px 0px 0px 6px;
	margin: 0px;	
}

/*month selection*/

tr#monthdisplay
{
	
	text-align:center;
	padding:0px;
	width:100%;
	background-color:Transparent;
}
tr#monthdisplay td
{
	vertical-align:top;

}
tr#monthdisplay td table
{
	border-collapse: collapse; 
	width:100%;
}
tr#monthdisplay td table tr td
{
	padding: 2px;
}
td.monthchoice
{
	border: solid 1px #89A6AB;
	background-color:Transparent;
	font-family:Arial, Sans-Serif;
	padding: 2px 2px 2px 2px;
	font-size:90%;
}
td.monthchoice a:link,td.monthchoice a:visited
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}
td.monthchoice a:active
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	font-weight:100;
}
td.monthchoice a:hover
{
	background-color: inherit;
	color: #fff;
	text-decoration: underline;
}
td.monthchoiceon
{
	border: solid 1px #89A6AB;
	background-color:#fff;
	color: #207387;
	padding: 2px 2px 2px 2px;
	font-family:Arial, Sans-Serif;
	font-size:90%;
}
td.monthchoiceon a:link,td.monthchoiceon a:visited
{
	background-color: inherit;
	font-family:inherit;
	color: #207387;
	text-decoration: none;
}
td.monthchoiceon a:hover,td.monthchoiceon a:active
{
	background-color: inherit;
	color: #207387;
	text-decoration: underline;
	font-family:inherit;
}
.monthchoiceinner
{
	cursor: pointer;
	color: inherit;
	background-color: inherit;
	vertical-align: middle;
}