
/* Date picker specific styles follow */
a.date-picker
{
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url("http://feed.ne.cision.com/client/_images/calendar.gif") no-repeat;
	padding-right:16px;
}
a.date-picker span
{
	margin: 0 0 0 -2000px;
}
div.date-picker-holder
{
	margin: 0;
	padding: 0;
}
div.date-picker-holder
{
	position: relative;
}
div.date-picker-holder input
{
	float: left;
}
div.popup-calendar
{
	font-size:10px;
	display: none;
	position: absolute;
	z-index: 3;
	top: 19px;
	left: -110px; /* value for IE */
	padding: 2px;
	border: 1px solid #CCC;
	color: #000;
	overflow: hidden;
	width: 147px;
	height: 189px;
	background:transparent url(http://feed.ne.cision.com/client/_images/calendarbackground.gif);
}

/*div.popup-calendar h3
{
    line-height: 1.3em;
}*/

html>body div.popup-calendar
{
	left: 150px; /* value for decent browsers */	
}

#page-content div.popup-calendar h3,
#page-content div.popup-calendar th,
#page-content div.popup-calendar a,
#page-content div.popup-calendar a:hover,
#page-content div.popup-calendar a:link
{
	color:Black;	
}

#page-content div.popup-calendar div.link-close a,
#page-content div.popup-calendar div.link-close a:link,
#page-content div.popup-calendar div.link-close a:hover
{
	text-decoration:none;
	padding:0px;
	margin:0px;
	display:block;
	width:16px;
	height:16px;
	overflow: hidden;
	cursor: pointer;	
	background: url("http://feed.ne.cision.com/client/_images/close.gif") no-repeat;
}

div.popup-calendar div.link-close
{
	float: left;
}

div.popup-calendar div.vertical-spacer
{
	height:10px;
}
div.popup-calendar div.div-navigation
{
	background:#000 url(http://feed.ne.cision.com/client/_images/navbackground.gif);
	width:103%;
	margin:-2px;
	height:23px;
}
div.popup-calendar div.link-prev
{
	float: left;
	padding-top:3px;
	font-size:10px;
}
div.popup-calendar div.link-next
{
	float: right;
	padding-top:3px;
	font-size: 10px;
}
div.popup-calendar div.link-prev a
{
	color:White!important;
	padding-left:15px;	
	background:transparent url(http://feed.ne.cision.com/client/_images/prev.gif) no-repeat bottom left;
	text-decoration:none;
}
div.popup-calendar div.link-next a
{
	color:White!important;
	padding-right:15px;
	background:transparent url(http://feed.ne.cision.com/client/_images/next.gif) no-repeat bottom right;
	text-decoration:none;
}

div.popup-calendar div.link-prev a:hover
{
	background:transparent url(http://feed.ne.cision.com/client/_images/preva.gif) no-repeat bottom left;
}
div.popup-calendar div.link-next a:hover
{
	background:transparent url(http://feed.ne.cision.com/client/_images/nexta.gif) no-repeat bottom right;
}


div.popup-calendar h3
{
	text-align:center;
	float:left;
	width:85%;
}
div.popup-calendar h3.fulldate a
{
	text-decoration:none;
}
div.popup-calendar div a
{
	padding: 1px;
	color: #000;
}
div.popup-calendar div a:hover
{
	color: Black;
}
div.popup-calendar table
{
	clear:left;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:110px;
	border-collapse:collapse;
}
* html div.popup-calendar table
{
	display: inline;
}
div.popup-calendar table th,
div.popup-calendar table td
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background: transparent;
	width: 17px;
	height: 17px;
	padding-right: 3px;
	text-align: center;
}

div.popup-calendar table td.weekday 
{
	/*width:10px;*/
}
div.popup-calendar table td.month span.inactive,
div.popup-calendar table td.inactive
{
	color: #aaa;
}

div.popup-calendar table td.weekend a,
div.popup-calendar table td.weekend a:hover
{
	background: #fff;
	color:#999!important;
	border-color:#FFF;
	cursor:text;
}

div.popup-calendar table th
{
	text-align: center!important;
	border-bottom:1px dotted #DDD;
}

div.popup-calendar table th.weekend
{
	background: transparent;
	color:#999!important;	
}

div.popup-calendar table td a,
div.popup-calendar table td.month a
{
	display: block;
	border-right:1px dotted #DDD;
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	width: 98%;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.month a
{
	height:25px;
	background:url(http://feed.ne.cision.com/client/_images/monthbackground.gif) no-repeat center bottom;
}
div.popup-calendar table td.month span.inactive
{
	display: block;
	border-right:1px dotted #DDD;
	border-left: 1px solid White;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
	width: 98%;
	height:25px;
	background:url(http://feed.ne.cision.com/client/_images/monthbackground_inactive.gif) no-repeat center bottom;
}
div.popup-calendar table td.month span.inactive,
div.popup-calendar table td.lastmonth a
{
	border: 1px solid White;
}
div.popup-calendar table td a.selected,
div.popup-calendar table td a:hover
{
	background: #D7EBFF; 
	border:1px solid #2270BE;
}

div.popup-calendar table td.month a.selected,
div.popup-calendar table td.month a:hover
{
	background: #D7EBFF url(http://feed.ne.cision.com/client/_images/monthbackground_sel.gif) no-repeat center bottom;
}

div.popup-calendar table td.thismonth a,
div.popup-calendar table td.today a
{
	border:1px solid #DB0F16;
}
