
/* 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: 155px;
	background:transparent url(http://feed.ne.cision.com/client/_images/calendarbackground.gif);
}

html>body div.popup-calendar
{
	left: 0px; /* value for decent browsers */
	
}

div.popup-calendar h3,
div.popup-calendar th,
div.popup-calendar a,
div.popup-calendar a:hover,
div.popup-calendar a:link
{
	color:Black;	
}

div.popup-calendar div.link-close a,
div.popup-calendar div.link-close a:link,
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;
}


/* Aktiegraf */
.elementWrapper
{
	padding:15px 0 15px 0;
	clear:left;
}

#formWrapper
{
	padding-bottom:10px !important;
	padding-bottom:0;
}

#formWrapper ul,
#formWrapper li
{
	margin:0;
	padding:0;
}

#formWrapper ul
{
	padding-bottom:10px;
}

#formWrapper li
{
	list-style:none;
	float:left;
}

#formWrapper .period-element li
{
	padding-right:20px;
}

#formWrapper .period-element li label
{
	display:block;
}

#formWrapper br
{
	clear:left;
}

#formWrapper .datefield,
#formWrapper select
{
	width:70px;
	font-size: 11px;
}

#formWrapper input
{
	font-size: 11px;
}

.pagingWrapper ul
{
	float:right;
}

.pagingWrapper li
{
	list-style:none;
	margin-right:20px;
	float:left;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.color-box
{
	width: 12px;
	height: 12px;
	font-size: 0px;
	margin-top: 5px;
}

.color-box
{
	width: 12px;
	height: 12px;
	font-size: 0px;
	margin-top: 5px;
}

.event-box
{
    width: 12px;
    height: 12px;
}

.selected
{
	color:#000;
}

.deselected
{
	color:gray;
}

.list-element
{
	width: 145px;
	margin-bottom: 10px;
	margin-right: 20px;
	border-bottom: solid 1px #8E9194;
}
