@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'ttbsfont';
    src: url('ttbsfont.eot');
    src: url('ttbsfont.eot?#iefix') format('embedded-opentype'),
         url('ttbsfont.woff') format('woff'),
         url('ttbsfont.ttf') format('truetype'),
         url('ttbsfont.svg#ttbsfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

* :focus {
    outline: none;
    outline-width: 0;
}

body {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0px;
	min-width: 990px;
	padding: 135px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ddd;
	outline: 0 none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html { min-width: 990px }

body img, html img {
	border: 0px;
}

body a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.baseline {
	overflow: hidden;
	display: block;
	font-size: 12px;
	height: 20px;
}

#header {
	position: fixed;
	display: block;
	overflow: visible;
	width: 100%;
	height: 70px;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 990px;
	background: url(../_img/tuttle_logo.png) 20px 12px no-repeat #000;
	z-index: 1001;
}

#barrier {
	position: fixed;
	display: none;
	overflow: visible;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 500;
	background: #000;
	opacity:0.65;
	filter:alpha(opacity=65);
}

#backheader {
	position: absolute;
	display: block;
	overflow: visible;
	width: 70%;
	height: 100%;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 500px;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1000;
}

#header_line {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 10px;
	top: 70px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	background-position: right;
	background-repeat: no-repeat;
}

#header .logo {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	margin: 10px 10px 0 0;
	padding-right: 0.2%;
	z-index: 2000000;
}

#ttrelease {
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 17px 0 0 156px;
	padding-right: 0.2%;
	z-index: 2000000;
	font-size: 11px;
	color: #999;
}

body .page {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0 0 10px 0;
	top: 80px;
	min-width: 990px;
	height: 45px;
	margin: 0px;
	font-weight: bold;
	z-index: 1000;
}

body .page .title {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: auto;
	font-size: 28px;
	color: #fff;
	margin: 11px 0 0 20px;
	font-weight: bold;
}

body .page .nav, body .page .closer  {
	margin-top: 10px !important;
}

.back_style { background-image: url(../_img/bkgr_client.png); }

body .page .filterbox {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	height: 21px;
	margin: 17px 15px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: url(../_img/input_filter.png) right 0px no-repeat;
}


/* LOGIN */

.home_tt {
	background-color: #f7f7f7;
}

#logohome {
	position: absolute;
	overflow: hidden;
	display: block;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -307px 0 0 -250px;
	background: url(../_img/tt_back.gif) 0px 0px no-repeat;
	z-index: -1;
}

#login {
	position: relative;
	overflow: hidden;
	display: block;
	width: 260px !important;
	padding: 20px !important;
	background: #000;
	color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#login .tit {
	position: relative;
	overflow: hidden;
	display: block;
	width: 260px !important;
	border-bottom: 1px dotted #666;
	padding: 0 0 20px 0 !important;
	margin-bottom: 20px !important;
	text-align: center;
}

#loghome {
	position: relative;
	overflow: hidden;
	display: block;
	width: 290px !important;
	margin-bottom: 7px !important;
	text-align: center;
}

#login img {
	max-width: 250px;
	max-height: 40px;	
}

#logbox {
	position: absolute !important;
	display: block !important;
	width: 300px !important;
	height: 400px !important;
	left: 50% !important;
	top: 50% !important;
	margin: -200px 0 0 -145px !important;
}

#header.fhome { position: relative !important; background-color: transparent; background-position: center center !important; }

#footer.fhome {
	border-top: 1px dotted #666;
	display: block !important;
	float: left;
	position: relative !important;
	height: auto !important;
	padding: 0px !important;
	margin-top: 20px !important;
}

#footer.fhome a {
	margin: 20px 0 0 0 !important;
}

#login .filterbox {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	height: 21px;
	margin: 7px 15px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: url(../_img/input_filter.png) right 0px no-repeat;
}

#login .filterbox span {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	height: 21px;
	margin: 0 10px 0 0;
	width: 62px;
}

#bestway {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 20px;
	text-align: center;
	margin-left: 54px;
	font-size: 11px;
	color: #333;
}


#nologin {
	position: relative;
	overflow: hidden;
	display: block;
	width: 260px !important;
	float: left;
	border-top: 1px dotted #666;
	padding: 20px 0 0 0 !important;
	margin-top: 20px !important;
	font-size: 14px;
	color: #f00;
	text-align: center;
}

.filterbox input {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 100px;
	height: 19px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	border: 0px;
	margin: 2px 10px 0 20px;
}

body .page .selectbox {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	height: 21px;
	margin: 7px 0 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

body .page .selectbox span {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	height: 21px;
	margin-left: 10px;
	padding: 0 0 0 8px;
	background: url(../_img/input_select_start.png) 0px 0px no-repeat transparent;
}

body .page .selectbox span select {
	display: block;
	overflow: hidden;
	height: 21px;
	font-size: 12px;
	color: #666;
	border: 0px;
	margin:0px;
	padding: 3px 0 2px 0;
	background: transparent;
}

body .page .closer {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	height: 21px;
	width: 10px;
	margin: 7px 20px 0 0;
	background: url(../_img/input_select.png) right 0px no-repeat transparent;
}

body .page .selectbox select option {
	background: #fff;
	border: 0px;
}

#footer {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	background-color: #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#footer a.info {
	position: relative;
	display: block;
	overflow: hidden;
	height: 10px;
	width: auto;
	float: left;
	margin: 10px 0 0 20px;
	padding-left: 15px;
	background: url(../_img/nav_tuttle.png) 0px 0px no-repeat;
	color: #999;
	font-size: 10px;
	line-height: 8px;
}

#footer a.info:hover {
	background-position: 0px -10px;
	color: #fff;
}

#footer a.logout {
	position: relative;
	display: block;
	overflow: hidden;
	height: 10px;
	width: auto;
	float: right;
	margin: 10px 20px 0 0;
	padding-right: 15px;
	background: url(../_img/nav_logout.png) right 0px no-repeat;
	color: #999;
	font-size: 10px;
	line-height: 8px;
}

#footer a.website {
	position: relative;
	display: block;
	overflow: hidden;
	height: 10px;
	width: auto;
	float: right;
	margin: 10px 20px 0 0;
	padding-right: 15px;
	background: url(../_img/nav_website.png) right 0px no-repeat;
	color: #999;
	font-size: 10px;
	line-height: 8px;
}
#footer a.website:hover,#footer a.logout:hover {
	background-position: right -10px;
	color: #fff;
}

#footer .benvenuto {
	position: relative;
	display: block;
	overflow: hidden;
	height: 10px;
	width: auto;
	float: right;
	margin: 10px 20px 0 0;
	color: #999;
	font-size: 10px;
	line-height: 8px;
}

/* MENU */

.menu {
	position: relative;
	display: block;
	overflow: visible;
	width: auto;
	height: auto;
	margin: 50px 0 0 20px;
	list-style: none;
	color: #aaa;	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 2000;
}

.menu li {
	position: relative;
	display: block;
	overflow: visible;
	width: auto;
	float: left;
	list-style: none;
	border-left: 2px solid;
}

.menu li .meulink {
	clear: both;
	position: relative;
	display: block;
	overflow: hidden;
	height: 20px;
	font-size: 0.8em;
	padding: 0 10px 0 10px;
	color: #aaa;	
	line-height: 1.1em;
}

.menu li .meulink:hover {
	color: #fff;
}

.submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 150px;
	border-bottom: 10px solid;
	z-index: 1001;
}

.submenu a {
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	color: #bbb;
	font-size: 0.8em;
	padding: 4px 0;
	margin: 0px;
	border-top: 1px solid #555;
	border-left: 0px;
	padding: 3px 10px 3px 10px;
}

.submenu a:hover { background: #202020; cursor: pointer; color: #fff; }

.submenu a.plus {
	background: url(../_img/plus.png) 131px 8px no-repeat;
}
.submenu a.plus:hover {
	background: url(../_img/plus.png) 131px -42px no-repeat;
}

.submenu a.seo {
	border-top: 1px dotted #888;
	background: url(../_img/seo.png) 131px 8px no-repeat;
}

.submenu a.seo:hover {
	background-position: 131px -42px;
}

.submenu a.setup {
	border-top: 1px dotted #fff;
	color: #fff;
	background: url(../_img/super.png) 131px 6px no-repeat #800;
}

.submenu a.setup:hover {
	background-color: #c00;
}

.submenu a.usernewslett {
	border-top: 1px solid #888;
	color: #fff;
	background: url(../_img/utenti-submenu.png) 127px 6px no-repeat #333;
}

.submenu a.category {
	background: #333;
	border-top: 1px dotted #aaa;
	padding-left: 25px;
	color: #fff;
}

.submenu a.usernewslett:hover, .submenu a.category:hover {
	background-color: #555;
}

.submenu a.category::before {
	position: absolute;
	content: '➤';
	left: 10px;
	top: 5px;
	font-size: 10px;
	color: #888;
}

.submenu span.separator {
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	height: 10px;
	border-top: 1px solid #555;
	background: url(../_img/bk-separator.gif) repeat;
	margin: 0px;
	border-left: 0px;
}

a.stats {
	display: block;
	background: url(../_img/stats.png) 10px 0px no-repeat;
	width: 14px;
	height: 14px;
}
a.users {
	display: block;
	background: url(../_img/users.png) 10px 0px no-repeat;
	width: 13px;
	height: 14px;
}
a.tools {
	display: block;
	background: url(../_img/tools.png) 10px 0px no-repeat;
	width: 13px;
	height: 14px;
}
a.iscritti {
	padding-left: 30px!important;
	display: block;
	background: url(../_img/users.png) 10px 0px no-repeat;
	height: 14px;
}

a.newslett {
	padding-left: 30px!important;
	display: block;
	background: url(../_img/newslett.png) 10px 0px no-repeat;
	height: 14px;
}

a.stats:hover, a.users:hover, a.newslett:hover {
	background-position: 10px -25px;
}


body ul {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

ul.filter li { display: none; }
#element_numbers { display: block; }
ul.filter li, #element_numbers {
	position: relative;
	overflow: hidden;
	width: 99.6%;
	height: auto;
	padding: 10px 0 10px 0;
	margin: 0.2%;
	list-style: none;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

ul.filter li a.img {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 12px;	
	width: 35px;
	height: 35px;
	background: url("../_img/noback.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: wait;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

ul.filter li a.img img {
	position: relative;
	overflow: hidden;
	display: block;
}

ul.filter li .file_pic {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 6px 0 0 20px;	
	width: 24px;
	height: 24px;
}

ul.filter li span.column {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	margin: 5px 0 0 15px;
	padding: 7px 0 5px 15px;
	height: 16px;
	width: 150px;
	font-size: 12px;
	color: #888;
	white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
	border-left: 1px dotted #ccc;
	vertical-align: middle;
}

ul.filter li span.column > big { margin-top: -5px !important; display: inline-block; }
ul.filter li span.column > img { margin-top: -2px !important; display: inline-block; }

ul.filter li span.column.no {
	border: 0px;
	text-align: left !important;
}

ul.filter li span.column a {
	color: #888 !important;
	text-decoration: none;
}

ul.filter li span.column a.off {
	color: #cc0000 !important;
}

ul.filter li span.column a:hover {
	color: #000 !important;
}

ul.filter li span.column .colshow {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 16px;
	height: 16px;
	margin: -1px 57px 0 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.filter li span.data {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 11px 0 0 20px;
	width: 75px;
	font-style: italic;
	font-size: 14px;
	color: #888;
}

ul.filter li span.title {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: auto;
	margin: 9px 0 0 20px;
	font-size: 16px;
	color: #000;
	white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}

ul.filter li .framer {
	overflow: hidden;
    display: block;
    width:100%;
    height: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul.filter li iframe {
	overflow: hidden;
    display: block;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.pagernum {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	margin: 4px 22px 0 0;
	font-weight: bold;
	color: #aaa;
}

#paginator {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: -4px 0 0 22px !important;
	font-weight: bold;
	color: #aaa;
}

#currnum, #totnum, .pag {
	font-size: 24px;
}

#paginator > .next, #paginator > .prev { color: #fff; font-size: 30px; }
#paginator > .prev { margin-right: 10px; }
#paginator > .next { margin-left: 10px; }
#paginator a:hover { color: #666; }
#paginator a.none, #paginator a.none:hover { color: #ccc !important; cursor: default !important; }

#elementi { color: #fff; }
#elementis { color: #fff; font-size: 12px; padding-left: 30px; text-align: right !important; line-height: 1em; height: auto; display: inline-block; overflow: visible; color: #666; background: url(../_img/new-suggest.png) 0px 0px no-repeat; }

.topback {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 33px;
	height: 35px;
	background-position: 0px 0px;
	background-position: transparent;
	background-repeat: no-repeat;
	background-image: url(../_img/nav_close.png);
	margin-left: 20px;
}

.nav {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 33px;
	height: 35px;
	background-position: 0px 0px;
	background-position: transparent;
	background-repeat: no-repeat;
	margin-right: 10px;
}

a.nav:hover, input.nav:hover, .topback:hover {
	background-position: 0px -35px;
	cursor: pointer;
}


.nav.enter {
	background-image: url(../_img/nav_enter.png);
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0px;
	float: right;
	width: 33px;
	height: 35px;
	background-position: 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-right: 10px;
	border: 0px;
}

a.nav:first-child {	margin-right: 10px;	}

a.nav.prev { background-image: url(../_img/nav_prev.png); }
a.nav.next { background-image: url(../_img/nav_next.png); }
a.nav.add { background-image: url(../_img/nav_add.png); margin-left: 43px; }
a.nav.annulla { background-image: url(../_img/nav_closeadd.png); margin-left: 43px; padding-right: 0.2%; }
a.nav.del { background-image: url(../_img/nav_del_inside.png); }
a.nav.superdel { background-image: url(../_img/nav_del_main.png); background-position: 0px -70px; padding-right: 0.2%; }
a.nav.edit { background-image: url(../_img/nav_edit.png); }
a.nav.edit.duplica { background-image: url(../_img/nav_duplicate.png) !important; }
a.nav.close { background-image: url(../_img/nav_close.png); }
a.nav.close.inside { background-image: url(../_img/nav_annulla_send.png) !important; }
.nav.loading { background-image: url(../_img/nav_loading.png); display: none; }
.nav.loadingtop { padding-right: 0.2%; display: none; }
.nav.loadup { background-image: url(../_img/nav_loading-white.png); }
.nav.loaddown { background-image: url(../_img/nav_loading-down.png); }
.nav.editoff { background-image: url(../_img/nav_edit.png); opacity:0.3; filter:alpha(opacity=30); }
.nav.deloff { background-image: url(../_img/nav_del_inside.png); opacity:0.3; filter:alpha(opacity=30); }
.nav.sorter { background-image: url(../_img/nav_drag.png); display: none; cursor: move; }
.nav.sorter:hover { background-position: 0px -35px; }

a.nav.del_no { background: url(../_img/nav_delete_annulla.png) 0px -33px no-repeat !important; margin-top: 0px !important; height: 33px; }
a.nav.del_yes { background: url(../_img/nav_delete_send.png) 0px -33px no-repeat !important; margin-top: 0px !important; height: 33px; }
a.nav.del_no:hover, a.nav.del_yes:hover { background-position: 0px 0px !important; }

#erase_confirm {
	overflow: hidden;
	display: none;
	float: right;
	margin-top: 10px;
	padding: 0 0.2% 0 50px;
	color: #fff;
	font-size: 12px;
	background: url(../_img/attenzione.png) 0px 0px no-repeat;
}

#erase_confirm span { float: left; width: auto; margin: 2px 20px 0 0; display: block; overflow: hidden; position: relative; }

li.waitdel { background-color: #f3a2a2 !important; }
li.waitdel .column, li.waitdel .title {  color: #fff !important; }
.pic_dett { display: none; position: absolute; }

#info { height: 0px; }


#letters {
	display: block;
	overflow: hidden;
	position: fixed;
	top: 135px;
	width: 100%;
	padding: 0;
	background-color: #777;
	list-style: none;
	z-index: 1000;
	text-align: right;
	margin: 0;
}

#letters li {
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #888;
	color: #aaa;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#letters li:last-child { border: none; }
#letters li span, #letters li a { text-decoration: none; width: calc((100vw / 27) - 1px); display: block; overflow: hidden; position: relative; padding: 9px 0 7px 0; }
#letters li a {	color: #fff; }
#letters li a:hover { background: #444; }