
@font-face {
    font-family: 'Open Sans';
    src: url('./layout/fonts/opensans-bold-webfont.eot');
    src: url('./layout/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/opensans-bold-webfont.woff') format('woff'),
         url('./layout/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('./layout/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./layout/fonts/opensans-italic-webfont.eot');
    src: url('./layout/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/opensans-italic-webfont.woff') format('woff'),
         url('./layout/fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('./layout/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./layout/fonts/opensans-regular-webfont.eot');
    src: url('./layout/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/opensans-regular-webfont.woff') format('woff'),
         url('./layout/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('./layout/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./layout/fonts/roboto-bold_0-webfont.eot');
    src: url('./layout/fonts/roboto-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/roboto-bold_0-webfont.woff') format('woff'),
         url('./layout/fonts/roboto-bold_0-webfont.ttf') format('truetype'),
         url('./layout/fonts/roboto-bold_0-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('./layout/fonts/roboto-italic_0-webfont.eot');
    src: url('./layout/fonts/roboto-italic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/roboto-italic_0-webfont.woff') format('woff'),
         url('./layout/fonts/roboto-italic_0-webfont.ttf') format('truetype'),
         url('./layout/fonts/roboto-italic_0-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'Roboto';
    src: url('./layout/fonts/roboto-regular_0-webfont.eot');
    src: url('./layout/fonts/roboto-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/roboto-regular_0-webfont.woff') format('woff'),
         url('./layout/fonts/roboto-regular_0-webfont.ttf') format('truetype'),
         url('./layout/fonts/roboto-regular_0-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('./layout/fonts/roboto-bolditalic_0-webfont.eot');
    src: url('./layout/fonts/roboto-bolditalic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./layout/fonts/roboto-bolditalic_0-webfont.woff') format('woff'),
         url('./layout/fonts/roboto-bolditalic_0-webfont.ttf') format('truetype'),
         url('./layout/fonts/roboto-bolditalic_0-webfont.svg#robotobold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}
div, header, section, nav, footer, aside, article, hgroup, figure, canvas {
	display:block;
}
html,body {
	width:100%;
	margin:0px;
	min-height:100%;
	background:#ffffff url(img/background2.gif) repeat-x left bottom;
    font-family:"Roboto", Arial, Helvetica, sans-serif;
    color:#000000;
    font-size:12px;
}
a {
	text-decoration:none;
	color:#192A6D;
	outline:none;
}
a:hover {
	text-decoration:underline
}
img {
	border:none;
}
table {
	border-collapse:collapse
}
table td {
	padding:0px;
	vertical-align:top
}
#outerWrapper {
	width:100%;
	padding:0px 0px;
	margin:auto;
    height: 100%;
    position:relative;
    overflow:hidden;
    background:url(./img/background.gif) repeat-x 0px 106px;
    min-width:1176px;
}
select {
	margin:0px;
	padding:1px 2px;
	height:22px;
	line-height:22px;
}
input[type="text"], input[type="password"], textarea {
    padding:2px 2px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size:12px
}
input[type="submit"], input[type="button"], input[type="reset"], button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size:12px;
    outline:none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline:none;
}
/******************************** HEADER ***************************************/
#outerWrapper > header {
	width:1160px;
	margin:0px auto;
    padding:0px 8px;
	overflow:hidden;
	/*height:142px;*/
}
#logo {
	margin:0px;
	width:400px;
	height:75px;
	position:relative;
	float:left;
}
#outerWrapper > header .banner {
	width:730px;
	height:92px;
	text-align:center;
	float:right;
	line-height:92px;
	padding-top:3px;
	padding-bottom:11px;
}
#search {
    clear:both;
	float:right;
    height:35px,
}
#search label {
    float: left;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
#search input {
	width: 188px;
    padding: 0px;
    height: 21px;
    font-size: 14px;
    line-height: 32px;
    margin: 2px 11px 11px 11px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background:#e2007a;
    color: #ffffff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#search button {
	border: none;
    background: #e2007a url(img/searchButton.png) no-repeat center center;
    width: 41px;
    height: 35px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    transition: all 0.25s;
}
#search button:hover {
	background-image:url(img/searchButton-hover.png);
}
#pannello {
	float:left;
	width:600px;
    height:35px;
}
#pannello h2 {
	float:left;
	font-weight:bold;
	display:block;
	margin:0px;
	padding-top:2px;
	text-align:left;
    color:#ffffff;
    background:url(img/video_db.png) no-repeat left center;
    padding-left:38px;
    height:33px;
}
#pannello h2 span {
	font-weight:bold;
}
#pannello form {
	float:right;
	color:#ffffff;
	white-space:nowrap;
	width:440px;
    padding-top:6px;
}
#pannello form div {
	float:left;
	text-align:left;
	padding:0px 6px;
}
#pannello input {
	width:120px;
	height:18px;
	border:0px none;
	line-height:18px;
	margin:0px;
    padding:2px 4px;
}
#pannello input::-webkit-input-placeholder { color:#e2007a; }
#pannello input::-moz-placeholder { color:#e2007a; } /* firefox 19+ */
#pannello input:-ms-input-placeholder { color:#e2007a; } /* ie */
#pannello input:-moz-placeholder { color:#e2007a; }
#pannello button {
	padding:0px;
	float:left;
	width:45px;
	border:none;
	height:22px;
	cursor:pointer;
	color:#ffffff;

	background:none;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	border:0px none;
}
#pannello form div button:hover {
	background:#ffffff;
    color:#e2007a;
}
/*menu header*/
#outerWrapper > header nav {
	clear:both;
	overflow:hidden;
	float:left;
    width:100%;
    margin:10px 0px 10px
}
#outerWrapper > header nav ul {
	margin:0px 0px;
	padding:0px;
}
#outerWrapper > header nav ul.logged {
    display:table;
    width:100%;
}
#outerWrapper > header nav ul li {
	margin:0px 1px
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	overflow:hidden;
	height:20px;
	background:url(img/nav-ul-li-background.png) no-repeat center left;
	padding-left:1px;
}
#outerWrapper > header nav ul.logged li {
    display:table-cell;
    float:none;
}
#outerWrapper > header nav ul li a {
	color:#010000;
	display:block;
	text-transform:uppercase;
	line-height:20px;
	height:20x;
	text-align:center;
    padding:0px 20px;
	font-size:14px;
	/*font-style:italic;
	font-weight:bold*/
}
#outerWrapper > header nav ul li+li {

}
#outerWrapper > header nav ul li:nth-child(n+9),
#outerWrapper > header nav ul li:nth-child(1) {
	background-image:none;
	padding-left:0px;
}
#outerWrapper > header nav ul li+li a:hover,
#outerWrapper > header nav ul li:nth-child(1) a:hover {
	background-color:#c3c3c4;
}
#outerWrapper > header nav ul li+li a {
	font-style:normal;
	font-weight:normal;
}
/**************************** CONTENT WRAPPER **********************************/
#contentWrapper {
    clear:both;
	width:1160px;
	margin:0px auto 150px;
	padding:14px 8px 0px;
	overflow:hidden;
}
/**************************** CONTENT ******************************************/
#content {
	width:800px;
	float:left;
	padding-left:10px;
}
h1#titolo {
	color:#25449A;
	font-size:16px;
	margin-left:5px;
}
h1#titolo span {
	font-size:14px;
	font-style:italic;
	color:#000000;

}
div#toggleWall {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	float:left;
	min-height:450px;
}
div#wall3d {
	width:800px;
	height:450px;
	margin-top:10px;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
}
form#frmCatChoiche {
	float:right;
	width:284px;
	height:24px;
	margin:-24px -342px 0px 0px;
	line-height:24px;
	background-color:#006ab3;
	padding:4px 8px;
	position:relative;
    color:#ffffff;
    font-size:14px;
    text-align:right
}
form#frmCatChoiche select {
	width:200px
}
div#video-last {
	margin-top:10px;
	width:800px;
	float:left;
	margin-bottom:22px;
}
a#player {
	background:#000000;
	text-align:center;
	position:relative;
	display:block;
}
a#player img {
	margin:0px auto;
}
a#player img#playImg {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.75;
}
a#player img#playImg:hover {
	opacity:1;
}
#play-video {
	margin-bottom:8px;
	position:relative;
}
#player_html5 {
    background:#000000
}
#playImg_html5 {
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:450px;
    display:block;
    cursor:pointer;
    display:none
}
#content h2#home {
        font-size:12px;
		margin:0px;
}
#content h2 {
        color:#192A6D;
        font-size:14px;
        font-weight:bold;
		margin-bottom:6px;
		clear:left
}
#content h5 {
	font-size:14px;
}
#likedislike_wrapper {
    float:right;
    margin-left:40px;
    text-align:right
}
#likedislike_wrapper .nview_span {
    display:block;
    font-size:18px;
    padding-right:4px;
}
div#titolo-video {
	font-size:12px;
	font-style:italic;
	color:#000000;
}
#social_wrapper, .social_wrapper {
    margin:10px 0px 0px;
    word-spacing:6px
}
div#last-thumb {
	width:300px;
	float:right;
	position:relative;
	margin:14px -342px 25px 0px;
}
div#last-thumb h3 {
	font-size:16px;
	margin:0px 10px 0px 5px;
	padding:0px 5px 5px;
	border-bottom:1px solid #000000
}
div#last-thumb form {
	padding:10px;
	padding-bottom:0px;
	color:#25449A;
    clear:both;
    font-size:10px
}
div#last-thumb form img {
	padding:2px;
	background-color:#f0f0f0;
	border:1px solid #006ab3;
	cursor:pointer;
    float:left;
}
div#last-thumb form br {
    display:none;
}
div#last-thumb a {
    cursor:pointer;
    font-size:12px;
}
div#last-thumb a.thumb_link {
    position:relative;
    float:left;
    display:block;
    margin:0px 12px 4px 0px;
}
div#last-thumb .nview_span {
    display:block;
    margin-top:6px
}
div#last-thumb .durata_span {
    position:absolute;
    bottom:0px;
    right:0px;
    background:#000000;
    color:#ffffff;
    padding:2px;
    font-size:10px;
}
div.gallery {
	clear:left;
	overflow:hidden;
	margin-bottom:15px;
	padding:2px 0px;
	background-color:#f0f0f0;
    width:800px;
}
div.gallery table {
	float:left;
	height:160px;
	/*background-color:#eaeaea;*/
	font-size:12px;
    width:100%;
}
div.gallery table td {
	padding-left:10px;
	padding-top:2px;
}
div.gallery table td.titolo {
	line-height:15px;
	height:30px;
	vertical-align:middle;
	padding-left:13px
}
div.gallery table td.titolo div {
	overflow:hidden;
	height:30px;
}
div.gallery table img.thumb {
	/*margin:1px 3px 3px 3px;*/
	padding:1px 3px 3px 3px;
}
div.gallery table a.play-video {
	padding:2px 0px;
	background:url(./img/16/play.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	margin-left:3px;
	margin-top:2px
}
div.gallery table td:nth-child(3) {
    width:340px;
    padding-left:20px;
}
div.gallery table.elenco-video td:nth-child(3) {
    width:auto;
}
.like_dislike {
    margin-bottom:20px
}
div.gallery .like_dislike button, #likedislike_wrapper button {
    background:none transparent;
    border:0px none;
    cursor:pointer;
    font-size:14px;
    color:#006ab3
}
.like_dislike button img, #likedislike_wrapper button img {
    vertical-align:middle;
    width:20px;
    height:20px;
}
.like_dislike.search {
    font-size:14px;
    color:#006ab3
}
.like_dislike.search img {
    vertical-align:middle;
}
div.gallery .like_dislike button:hover, div.gallery .like_dislike button.pressed,
#likedislike_wrapper button:hover, #likedislike_wrapper button.pressed {
    color:#000000;
}
.like_dislike button:hover img, .like_dislike button.pressed img,
#likedislike_wrapper button:hover img, #likedislike_wrapper button.pressed img {
    height:0px;
    padding-top:20px;
    background:url(./img/like-over.png) no-repeat left top
}
.like_dislike button.dislike_btn:hover img, .like_dislike button.dislike_btn.pressed img,
#likedislike_wrapper button+button:hover img, #likedislike_wrapper button+button.pressed img {
    background:url(./img/notlike-over.png) no-repeat left top
}
div.gallery table textarea {
    width:340px;
    font-size:10px;
    height:54px
}
div#paginazione {
	float:left;
	margin-bottom:15px
}
div#videolist {
	clear:left;
}
div#videolist hr {
	display:none;
}
div#videolist div.gallery {
	float:none;
	width:auto;
	border-bottom:5px solid #f0f0f0;
	padding-right:13px
}
div#videolist div.gallery table {
	width:100%;
	height:auto;
	border-right:0px;
}
div#videolist div.gallery table td {
	vertical-align:top;
	line-height:16px;
}
div#videolist div.gallery table td.thumbContainer {
	width:150px;
	padding-bottom:2px;
	padding-top:4px;
}
div#videolist div.gallery table td.thumbGallery {
	width:80px;
	padding-bottom:2px;
	padding-top:4px;
	vertical-align:middle;
	text-align:center;
}
div#videolist div.gallery table img {
	padding:0px;
	border:none
}
div#videolist div.gallery input.descrizione {
	height:18px;
	border-color:#f0f0f0;
	padding:0px 2px;
	line-height:16px;
	background:#f0f0f0;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	width:606px;
	letter-spacing:1px;
	cursor:pointer;
}
div#videolist div.gallery input.descrizione-edit {
        font-weight:bold;
        letter-spacing:1px;
        width:353px;
        background-color:#ffffff;
        border-color:#6E7378;
        cursor:text;
		line-height:16px;
		height:18px;
		padding:0px 2px;
        width:606px;
 }
div#videolist div.gallery table td.info {
	width:210px;
	padding-top:4px;
}
div#videolist div.gallery table td.info div {
	height:88px;
	border:1px solid #6E7378;
	padding:5px 5px;
	background-color:#ffffff;
	overflow:hidden;
	width:198px;
}
div#videolist div.gallery table td.info div table {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	border:none;
	width:100%;
	font-size:10px;
	height:auto;
}

div#videolist div.gallery table td.info div table td.visualizzazioni {
	font-size:11px;
}
div#videolist div.gallery table td.info div table td {
	padding:0px;
	line-height:13px;
	border:0px;
	white-space:nowrap;
}
div#videolist div.gallery table td.info div table td+td {
	text-align:right;
	white-space:normal
}
div#videolist div.gallery select, div.form_search select {
	background:#ffffff;
	border:1px solid #6E7378;
	padding:1px;
	line-height:16px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div#videolist div.gallery input, div#videolist input, div.form_search input, select {
	background:#ffffff;
	border:1px solid #6E7378;
	padding:1px;
	line-height:16px;
	font-size:12px;

}
div#videolist div.gallery textarea {
	background:#ffffff;
	border:1px solid #6E7378;
	overflow:auto;
    width:430px
}
select.sltGallery {
	width:210px
}
div.codice {
	overflow:hidden;
	margin-bottom:10px;
	margin-top:5px;
}
div.categoria {
	overflow:hidden;
	margin-bottom:5px;
	margin-top:8px;
}
div.codice span {
	float:left
}
div.categoria span {
	float:left
}
div.categoria select {
	width:155px;
	float:right;
}
div.codice input {
	width:151px;
	float:right
}

div#videolist div.gallery table td.stato {
	color:#192A6D
}
div#videolist div.gallery table td.stato a {
	text-decoration:none
}
a.stato {
	text-decoration:none
}
a span.online {
	font-weight:normal;
	margin-right:0px;
	background-image:url(./img/16/dotgray.png)
}
a.stato:hover span {
	text-decoration:underline
}
a:hover span.online {
	background-image:url(./img/16/dotgreen.png)
}
a span.offline {
	font-weight:normal;
	margin-left:0px;
	background-image:url(./img/16/dotgray.png)
}
a:hover span.offline {
	background-image:url(./img/16/dotred.png)
}
span.online {
	padding-left:15px;
	font-weight:bold;
	margin-right:16px;
	background:url(./img/16/dotgreen.png) no-repeat left center;
	color:#192A6D;

}
span.offline {
	color:#192A6D;
	padding-left:15px;
	font-weight:bold;
	margin-left:16px;
	background:url(./img/16/dotred.png) no-repeat left center;
}
div#videolist div.gallery table td.playContainer {
	text-align:right;
	background:url(./img/16/add-gallery.gif) no-repeat 80px center;
	vertical-align:bottom;
}
div#videolist div.gallery table td.playContainer a.play-video {
	float:left;
	margin:0px;
}
div#videolist div.gallery table td.playContainer.no_gallery {
	background:none;
}
/* OPZIONI AVANZATE VIDEO */
tr.rowAdvSet {
	display:none;
	background-color:#B4C9DE;
}
div.gallery table tr.rowSocSet td {
	padding:6px 0px 0px 10px;
}
div#videolist hr.set-adv {
	margin:13px 0px;
	display:block;
	color:#cccccc;
	background-color:#bbbbbb;
	border:0px none #bbbbbb;
	height:1px;
	padding:0px;
}
a.lnkSetAdv {
	margin:5px 0px auto;
	font-weight:bold;
	padding-right:20px;
	line-height:16px;
	display:inline-block;
	background:url(img/16/arrow-down.png) no-repeat right center;
	cursor:pointer
}
a.lnkSetAdv.showEnabled {
	background-image:url(img/16/arrow-up.png);
}
div.gallery table tr.rowAdvSet td {
	padding:0px;
}
div#videolist div.gallery table.tblAdvancedSetting {
	width:790px;
	margin-right:-13px;
	border-collapse:collapse;
	border-spacing:0px;
	height:auto;
	background-color:#dddddd;
}
div.gallery table tr.rowAdvSet td table.tblAdvancedSetting td {
	padding:3px 0px 3px 10px
}
div.gallery table tr.rowAdvSet td table.tblAdvancedSetting table td {
	padding:inherit;
}
div#videolist div.gallery table table.mceLayout {
	border-right:1px solid #BBB;
}
div#videolist div.gallery table table.mceLayout table {
	background-color:inherit
}
div#videolist div.gallery table.tblAdvancedSetting table {
	height:auto;
	width:auto;
	float:none;
	border-collapse:inherit;
	font-size:inherit;
}
div#videolist div.gallery table tr.rowAdvSet td table.tblAdvancedSetting td table.mceLayout td {
	padding:0px;
	line-height:normal;
	vertical-align:middle;
}
table.tblAdvancedSetting button {
	margin:0px;
}
td.tdAS1 {
	width:150px;
}
td.tdAS2 {
	width:210px;
}
td.tdAS3 a {
	font-weight:bold;
}
td.tdAS3 a span {
	font-weight:bold;
	color:#dd0000
}
td.tdAS3 input[type=radio] {
	margin:0px;
}
td.tdAS3 span {
	white-space:nowrap
}
textarea.descrizione_completa {
	margin:0px;
	padding:0px 2px;
	width:681px;
	min-height:80px;
}
tr.rowAdvSet button {
	padding:4px 10px;
	width:125px;
	font-weight:bold;
	color:#dd0000;
}
b.green {
	color:#00aa00
}
b.red {
	color:#cc0000
}
/**************************/
/******** COMMENTI ********/
form#frmLogin {
	background-color:#E0EAF4;
	padding:10px;
}
form#frmLogin div {
	overflow:hidden;
	margin-bottom:8px;
}
form#frmLogin label {
	display:block;
	float:left;
	width:100px;
	height:20px;
	line-height:20px;
}
form#frmLogin input {
	width:160px;
	margin:0px;
}
form#frmLogin button {
	background:#ffffff;
	border:1px solid transparent;
	padding:0px;
	width:98px;
	text-align:center;
	margin:0px;
	height:20px;
	font-weight:bold;
	color:#202A5D;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	cursor:pointer
}
form#frmLogin button:hover {
	border:1px solid #202A5D
}
div.commento {
	background-color:#f0f0f0;
	margin-bottom:10px;
	padding:10px;
}
div#codaCommenti div.commento {
	background-color:#FFCE83
}
div.commento.update {
	background-color:#B4C9DE
}
div.commento p {
	background-color:#ffffff;
	border:1px solid #6E7378;
	padding:5px;
	margin:5px 0px 5px 0px;
}
div.commento button {
	padding:2px 10px;
	width:125px;
}
button.pubb {
	font-weight:bold;
	color:#dd0000;
}
p.update {
	clear:both;
	height:48px;
	font-size:18px;
	line-height:48px;
	padding-left:58px;
	background:url(img/48/success.png) no-repeat left top;
	font-style:italic
}
p.update.delete {
	background-image:url(img/48/delete.png)
}
/**************************/
ul#menu-gallery {
	padding:0px;
	float:right;
	font-size:12px;
	list-style:none;
	overflow:hidden;
	font-weight:bold;
	margin:30px -342px 0px 0px;
	width:300px;
	position:relative
}
ul#menu-gallery li {
	margin:0px 20px 0px 0px;
	padding:0px;
	border-bottom:1px solid #202A5D;
	/*background:#E0EAF4*/
}
ul#menu-gallery li#menu-video div{
	width:50px;
	border:1px solid #202A5D;
	border-bottom:none;
	text-align:center;
}
ul#menu-gallery li#menu-video {
	background:#ffffff
}
ul#menu-gallery li a {
	display:block;
	width:230px;
	border:1px solid #ffffff;
	padding:4px 4px 4px 24px
}
ul#menu-gallery li a:hover {
	border:1px solid #202A5D;
}
a#carica-video, a#crea-gallery {
	background:url(./img/16/insert-object.gif) no-repeat 4px center
}
a#tuoi-video {
	background:url(./img/16/gxine.gif) no-repeat 4px center
}
a#videogallery {
	background:url(./img/16/gallery.gif) no-repeat 4px center
}
div#video-gallery {
	clear:both
}
a.edit-gallery {
	margin:0px 10px;
	padding:3px 0px 3px 21px;
	font-weight:bold
}
a.visualizza-gallery {
    background:url('img/16/gthumb.gif') no-repeat left center;
}
a.preferenze-gallery {
    background:url('img/16/gtk-preferences.gif') no-repeat left center;
}
a.rimuovi-gallery {
    background:url('img/16/edit-delete.gif') no-repeat left center;
}
a.lista-video {
    background:url('img/16/folder-video.gif') no-repeat left center;
}
td.gallery-info div, td.gallery-setting div {
	overflow:hidden;
	width:100%;
	margin: 2px 0px
}
td.gallery-info span, td.gallery-setting span {
	 display:block;
	 float:left;
	 width:80px;
}
td.gallery-info input {
	float:left;
	width:350px
}
td.gallery-setting span {
	width:200px;
}
td.gallery-setting input {
	float:left;
	width:230px
}
td.gallery-setting textarea {
	width:432px
}
a.link-box {
	color:#ff0000;
}
div.gallery table.elenco-video {
	background:transparent
}
div#video-gallery div.gallery table#opzioni {
	width:100%;
	margin-top:10px;
	height:auto;
}
div.gallery table#opzioni td {
	padding-bottom:10px;
}
div.gallery h2#home {
	margin-left:10px;
	margin-top:10px;
}
table#opzioni span {
	display:block;
	float:left;
	width:160px;
}
table#opzioni input[type=text] {
	width:400px;
}
table#opzioni input[type=submit] {
	cursor:pointer
}
a.inviaci-video {
	background:url(./img/16/inviaci-video.gif) no-repeat left center;
}
div#video-gallery div.gallery table {
	height:200px;
}
div#video-gallery div.gallery table.galleria, div#video-gallery div.gallery table.galleria table, div#video-gallery div.gallery table.tuoi-video {
	height:auto;
}
div#video-gallery hr {
	display:none;
}
a.pubblica {
	background:url(./img/16/pubblica.gif) no-repeat left center;
}
a.no-pubblica {
	background:url(./img/16/no-pubblica.gif) no-repeat left center;
}
div.form_search {
	width:356px;
	float:right;
	overflow:hidden;
	line-height:18px;
	margin:30px -430px 0px 0px;
	position:relative
}
div.form_search span {
	display:block;
	width:90px;
	float:left;
	margin-bottom:4px;
    clear:left
}
div.form_search input {
	float:left;
	width:130px;
	margin-bottom:4px;
}
 div.form_search select {
	float:left;
	width:134px;
	margin-bottom:4px;
}

div.form_search input[type=submit] {
	background:#f0f0f0;
	cursor:pointer;
	margin-left:90px;
	width:134px;
}
h2.search {
	clear:both;
}
div.coda-video {
	margin-bottom:12px;
}
div.coda-video td {
	padding:6px;
	border-bottom:2px solid #ffffff;
}
/**************************** SIDEBAR ******************************************/
#sidebar {
	width:300px;
	float:right;
	padding:462px 10px 0px 24px;
}
.new #sidebar, .load #sidebar, .home #sidebar, .commenti #sidebar {
	padding-top:180px;
}
.opzioni #sidebar,
.uservideo #sidebar,
.newgallery #sidebar,
.visualizza-gallery #sidebar,
.come-funziona #sidebar,
.form #sidebar,
.privacy #sidebar,
.new #sidebar,
.load #sidebar {
	padding-top:0px;
}
#sidebar div.pannello {
	background:url(./img/pannello-sidebar.jpg) #EAF7FC no-repeat right top;
	border-bottom:1px solid #E8494C;
	padding:7px 10px;
	color:#147895;
	margin-bottom:24px;
}
#sidebar div.pannello a {
	color:#147895;
}
#sidebar div.pannello h2 {
	font-size:14px;
}
#sidebar div.pannello ul {
	margin:0px;
	padding:4px 0px 0px 0px;
	list-style:none;
	font-size:12px;
}
#sidebar div.pannello ul li {
	margin:0px;
	padding:0px;
	padding-left:20px;
	background:url(./img/quadratino.gif) no-repeat 4px center;
}
#sidebar div.banner {
	text-align:center;
	margin-bottom:12px;
	margin-top:4px;
	padding:4px 0px
}
#sidebar div.cornice {
    /* border: 1px dotted #090985; */
    background: #cccccc;
    width: 168px;
    color: #000000;
}
#sidebar div.cornice a {
    color:#ffff00;
}
#sidebar div.store {
	/*border:1px solid #004080;*/
    background:#999999;/*#004080;*/
	overflow:hidden;
	text-align:left;
	padding:4px;
	font-size:10px;
	width:160px;
}
#sidebar div.store a {
    color:#ffffff
}
#sidebar div.store h2 {
	color:#ff0000;
	font-size:11px;
	font-weight:bold
}
#sidebar div.win {
	/*border:1px solid #FF6600;*/
    background:#c1fd05;
	padding:0px;
	width:168px;
}
#sidebar div.win table {
	margin:0px;
    background:#c1fd05;
}
#sidebar div.win a {
    color:#000000
}
#sidebar div.win table td {
	padding:4px 0px;
    border-bottom:1px solid #ffffff !important
}
#sidebar div.store img {
	margin:5px;
}
#sidebar div.banner table.seo {
	text-align:left
}
#sidebar div.box {
	background:#f0f0f0;
	text-align:justify;
	padding:12px;
	overflow:hidden
}
#sidebar div.box img {
  float:left
}
#sidebar div.box div {
  float:left;
  margin-left:5px;
  width:220px;
  margin-bottom:12px;
}
#sidebar div.box hr {
  clear:left;
  margin:12px 0px;
  color:#090985;
  background:#090985;
  border:0px none #090985;
  height:1px;
}
#sidebar div.V2 {
  width:120px;
  height:600px;
  padding:0px;
  float:right;
  margin-left:8px;
}
#sidebar div.annunci {
  clear:both;
}
/**************************** FOOTER *******************************************/
#outerWrapper > footer {
	width:1160px;
    padding:0px 8px;
	text-align:center;
	clear:left;
	position:absolute;
	bottom:0px;
	left:50%;
    margin-left:-588px;
}
#outerWrapper > footer p {
	margin:0px;
	line-height:18px
}
#outerWrapper > footer a {
	color:#040404
}
#outerWrapper > footer p.left {
	float:left;
	overflow:hidden;
	margin-left:66px;
}
#outerWrapper > footer p.right {
	float:right;
	margin-right:66px;
	height:36px;
	line-height:36px;
	position:relative;
	top:-11px
}
#outerWrapper > footer p#dati, #outerWrapper > footer p#copyright {
	clear:both;
	font-size:12px;
	margin-bottom:6px
}
#outerWrapper > footer p#dati {
	font-size:12px
}
