* {
	margin:0;
	padding:0;
}

.debug {
	border: 1px solid red;
}

.clear {
	clear:both;
	float:none;
}

.hide {
	display:none;
}

a img {
	border: 0;
}

hr {
	display:none;
	clear:both;
	float:none;
}

.lx {
	float: left;
}

.rx {
	float: right;
}

.error {
	color:red;
}

.first {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.title {
	font-weight: bold;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}

#page {
	position:relative;
}

#header {
	width: 960px;
	height: 106px;
	position: relative;
}

#header h1 a {
	display: block;
	width: 960px;
	height: 106px;
}

#header #searchbox {
	position: absolute;
	right: 10px;
	bottom: 23px;
	height: 28px;
	width: 235px;
	height: 28px;
	background: url(/img/searchbox.gif) no-repeat 0 0;
}

#header #searchbox input {
	width: 165px;
	height: 28px;
	border: none;
	display: block;
	float:left;
	line-height: 24px;
	padding: 6px 25px 6px 6px;
	background: transparent;
}

#header #searchbox a {
	display:block;
	float: right;
}

#content-container {
	background: #00c6d3;
	height: 535px;
}

#content {
	width: 940px;
	height: 495px;
	padding: 20px 10px;
}


#playerarea {
	width: 420px;
	height: 361px;
}

#embedvideo {
	margin-top: 0;
	font-size: 70%;
	width: 60px;
	padding: 2px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}


#mediaplayer_wrap {
	width: 420px;
	height: 336px;
	border-bottom: 2px solid transparent;
	background: transparent !important;
}

/*

#embedvideo {
	margin-top: 5px;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	background: transparent;
}

*/

#palinsestoarea {
	width: 520px;
	height: 361px;
}

#nav {
	width: 246px;
	height: 361px;
	padding-left: 20px;
}

#nav #menu {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	width: 250px;
}

#nav #menu li {
	display: block;
	float: left;
	margin-right: 7px;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 70%;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 7px;
	/*letter-spacing: -1px;*/
}
#nav #menu li span {
	display:block;
	padding: 0 10px;
}



#nav .sceltapalinsesto {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#nav .sceltapalinsesto li {
	height: 21px;
	line-height: 21px;
	margin-bottom: 4px;
	width:234px;
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	font-size: 90%;
}

#nav .sceltapalinsesto li.noaction {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#nav .sceltapalinsesto li span {
	width: 224px;
	display:block;
	padding: 0 5px;
}

#palinsesto {
	width: 236px;
	height: 361px;
	color: #FFF;
}

#palinsesto h3 {
	line-height: 24px;
	padding: 0 10px;
	margin-bottom:15px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: -1px;
}

#palinsesto-content {
	width: 236px;
	height: 298px;
	overflow: auto;
}

#palinsesto-content ul {
	list-style-type: none;
}

#palinsesto-content ul li {
	margin-bottom: 5px;
	padding: 7px 10px;
	color: #FFF;
	font-size: 90%;
	cursor:pointer;
	cursor:hand;
}

#palinsesto-content ul li p.abstract {
	font-size: 80%;
	line-height: 150%;
}

#palinsesto .jScrollPaneTrack {
	background: #002d44;
}

#palinsesto .jScrollPaneDrag {
	background: #026698;
}

#content-extra {
	padding-top: 5px;
}


#videoinfo {
	width: 420px;
	color:#fff;
}

#videoinfo .title {
	padding: 3px 10px;
	margin: 0 0 5px -10px;
	width: 300px;
	font-size: 110%;
	letter-spacing: -1px;
}

#videoinfo .abstract {
	font-size: 90%;
	line-height: 150%;
}

#bannerarea {
	width: 500px;
	padding-left: 20px;
}

#bannerarea .banner {
	width: 184px;
	height:136px;
	padding:30px 20px 20px 20px;
	color:#fff;
	font-weight:bold;
	font-size: 90%;
}

#bannerarea .banner a {
	color: #fff;

}

#footer {
	width: 960px;
	margin-top: 20px;
	clear:both;
}

#footer a#mediapartner {
	display: block;
	width: 206px;
	height: 30px;
	background: url(/img/ilcannocchiale.png) no-repeat 0 0;
	float:right;
	margin-right: 10px;
}


/*
.overlay {
	width: 960px;
	z-index:100;
	margin: 0 auto;
	position:relative;
}
*/
div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
	z-index: 30;

}

* html div.overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.overlaybg {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index:31;
}

#embedarea {
	width: 540px;
	height: 400px;
	margin: 110px auto 0 auto;
	background: #FFF;
	border: 10px solid #006699;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	z-index:33;
}

#embedarea .label {
	margin: 25px 20px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase; 
	color: #000;
}

#embedarea .label input, #embedarea .label textarea {
	width: 490px;
	margin-top: 5px;
	height: 20px;
	padding: 3px 3px 1px;
	font-family: monospace;
}


#embedarea .label textarea {
	height: 100px;
}

#embedarea #sharelinks {
	list-style-type: none;
	margin-left: 20px;
}

#embedarea #sharelinks li {
	display: block;
	float: left;
	margin-right: 5px;
}

#embedarea #sharelinks a img.social {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#embedarea #sharelinks a:hover img.social {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.closeembed {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 34;
	cursor: pointer;
	font-size: 130%;
	line-height: 130%;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	width: 100px;
	font-weight: bold;
}

.closeembed span {
	display: block;
	float: right;
	font-size: 150%;
}

#page.search h3 {
	padding: 10px 20px;
	background: #006699;
	font-weight: normal;
	font-size: 150%;
}

#videolist {
	margin-top: 20px;
}

#videolist .video {
	padding: 20px;
	height: 120px;
}

#videolist .video:hover, #videolist .hover {
	background: #006699;
}

#videolist .video .video_img {
	float:left;
	margin: 0 15px 15px 0;
	border: 1px solid #FFF;
}

#videolist .video .video_title {
	margin-bottom: 5px;
	font-size: 110%;
}

#videolist .video .video_abstract {
	line-height: 150%;
}

#videolist a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#feedlist table {
	margin: 20px 0 0 0;
	font-weight: bold;
	width: 940px;
}

#feedlist table a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

#feedlist table td {
	padding: 10px 20px;
}

#feedlist table td.a {
	width: 20px;
}

#feedlist table td.b {
	width: 200px;
}

#feedlist table tr:hover, #feedlist table tr.hover {
	background: #006699;
}





