table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/GFX/portale_v3/fotonews/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

div.nexta {
	position:relative;
	overflow:auto;
	zoom:1;
	width	: 504px;
	margin-left:70px;
}

.photonews {
	margin-bottom : 6px;
}

.photonews .title {
	text-align	: right;
	font	: bold italic 16px Arial;
	height	: 36px;
	background	: url(/php/h.php?f=/GFX/portale_v3/fotonews/top.gif) no-repeat bottom left;
}

.photonews .image {
	width	: 500px;
	border: 2px solid #dfdfdf;
	text-align : center;
	background : #eee;
}

.photonews .image img {
	margin:0;
	padding:0;
	border:0;
	display:block;
}

.photonews .bottom {
	position:relative;
	overflow:auto;
	zoom:1;

	background	: url(/php/h.php?f=/GFX/portale_v3/fotonews/bottom.gif) no-repeat bottom left;
}

.photonews .bottom .navi {
	position:absolute;
	top:8px;
	right:8px;
}

.photonews .bottom .navi div {
	float : left;
}

.photonews .caption {

	padding : 8px 80px 8px 8px;
	border: 2px solid #ebebeb;
	border-width: 0 2px 0 2px;
	font: 11px/18px Verdana, sans-serif;

	color: #333;
	background:#f6f6f6;
}

.photonews .otheritems {
	position:relative;
	overflow:auto;
	zoom:1;

	padding:5px 0 8px 0;
}

.photonews .otheritems img {
	display : block;
}

.photonews .otheritems .item {
	float:left;
	display:inline;

	border: 1px solid #eee;
	margin: 0 3px 0 0;
}

.photonews .otheritems .selected {

	border: 1px solid #fb0;
}

.photonews .bottom {
	position:relative;
	overflow:auto;
	zoom:1;

	background	: url(/php/h.php?f=/GFX/portale_v3/fotonews/bottom.gif) no-repeat bottom left;
}

.photonews .bottom .navi {
	position:absolute;
	top:8px;
	right:8px;
}

.photonews .bottom .navi div {
	float : left;
}

.archivio {
	overflow : hidden;
}

.archivio .item {
	position:relative;
	overflow:hidden;
	zoom:1;
	float:left;
	width:242px;
	height:110px;
	padding-right:5px;
	background	: url(/php/h.php?f=/GFX/portale_v3/fotonews/panel.gif) no-repeat bottom left;
	line-height:17px;
}

.archivio .item.odd {
	margin-right	: 10px;
}

.archivio .item .thumb {
	float:left;
	padding:3px 10px;
}

.archivio .item .title {
	display	: block;
	text-align : right;
	padding	: 8px 0;
	font: bold 14px/18px Arial;
	color : #777;
}

.archivio .item .desc {
	font: 11px Verdana, sans-serif;
	color: #777;
	line-height:16px;
}

.archivio .item .more {
	font: bold 11px Verdana, sans-serif;
	color : #F90;
	line-height:16px;
}

.archivio .item a,
.archivio .item a span {
	text-decoration : none;
}


.breadcrumbs, .breadcrumbs a {
	color:#999999;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:14px;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs {
	padding:0 0 5px;
}

.breadcrumbs .here {
	color:#666666;
	font-family:Verdana,sans-serif;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
}

.timebar {
	font: normal 12px/18px Verdana,sans-serif;
	color:#666;
	padding-left:4px;
	width:508px;
	margin:10px 0px 0px 66px;
}

.timebar span.filter {
	display:block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height:20px;
	font-weight:bold;
}

.timebar input.date-pick {
	width:90px;
	height:18px;
}

.timebar label {
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	line-height: 22px;
}

.timebar button.submit {
	display:block;
	float:right;
	margin:0px 18px 0px 12px;
	width: 50px;
	border: 1px solid #666;
	background-color: #E4E4E4;
	color:#666;
	height:22px;
}

.timebar .header {
	height:14px;
	background: url(/GFX/portale_v3/fotonews/top.gif) no-repeat 0 0;
}

.timebar .content {
	height:66px;
	background: url(/GFX/portale_v3/fotonews/bottom.gif) no-repeat bottom left;
}

.timebar .content form {
	padding-left:15px;
}

.navbar {
	margin-bottom: 10px;
}

.navbar .prev,
.navbar .next {
	display:block;
	width:180px;
	margin:8px 0px 10px;
	font: normal 12px/16px Verdana,sans-serif;
	color:#666;
}

.navbar a,
.navbar a {
	color:#666;
	text-decoration: none;
}

.navbar a:hover,
.navbar a:hover {
	color:#666;
	text-decoration: underline;
}

.navbar .aquo {
	color:#FF9900;
	font-weight: bold;
}

.navbar .next {
	float:right;
	text-align: right;
}

.navbar .prev {
	float:left;
}

