/*
 * Zapster CSS
 * 
 * last release: 2007 06 06
 * 
 * Design by Davide 'Folletto' Casali for DDM/Zapster.
 * Copyright (C) 2007. All Rights Reserved.
 *
 */

/******************************************************************************************
 * GLOBAL
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 5px;
	padding: 0; /* Opera fix */
	background:	#B1B1B1 url(/gfx/background_1.gif) repeat-x scroll center top;
}

a {
	color: #841010;
	text-decoration: none;
}

a:hover {
	color: #fe0006;
	background: #fef58c;
	text-decoration: underline;
}

img {
	border: 0;
}

form { margin: 0; padding: 0; }
form fieldset { border: 0; margin: 0; padding: 0; }

/******************************************************************************************
 * LAYOUT
 */
#all {
	background: #ffffff;
	width: 985px;
	margin: 0 auto; /* Centering */
	
	position: relative;
	overflow: hidden;
	
	border-left:2px solid white;
	border-right:2px solid white;
}
* html body { text-align: center; } /* [IEfix] own align mode */
* html body #all { text-align: left; } /* [IEfix] restore centering */


/******************************************************************************************
 * HEADER
 */
#header {
	min-height: 112px;
}

#header a:hover {
	background: transparent;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 112px;
	width: 350px;
	
	text-indent: -600em; /* Accessibility support */
}

/****** MENU */
#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	height: 26px;
	border-top: 1px solid #ffffff;
}

#header ul li {
	display: block;
	float: left;
	
	border-right: 1px solid #ffffff;
}

#header ul li.on {
	background: #FEF58C;
}

#header ul li a {
	display: block;
	padding: 5px 9px;
	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/******************************************************************************************
 * SEARCH
 */
#search {
	position: absolute;
	top: 84px;
	right: 0;
	padding-right: 7px;
	
	width: 600px;
	text-align: right;
}

#search label {
	color: #666666;
}

#search #metaWeb,
#search #metaZapster {
	height: 12px;
	width: 12px;
}

/******************************************************************************************
 * UNDER HEADER
 */
#underheader {
	position: absolute;
	top: 140px;
	height: 90px;
	margin: 4px;
	
	width: 973px;
}

#underheader .ads {
	float: right;
	width: 728px;
	height: 90px;
	background: #f8f8f8;
	
	overflow: hidden;
}

#underheader .ads object{
	position: absolute;
	top: 0px;
	left:245px;
}

#underheader .login {
	float: left;
	width: 240px;
	height: 90px;
	background: #efefef;
	
	overflow: hidden;
}

#underheader .login h2 {
	color: #cccccc;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
}

#underheader .login label {
	display: block;
	height: 23px;
	color: #666666;
	
	text-align: right;
	padding: 0 5px;
}

#underheader .login label input {
	width: 160px;
}

#underheader .login input.btn {
	float: right;
	margin: 0 6px 0 0;
	
	padding: 0 8px;
	
	background-color: #cccccc;
	border: 1px outset #cccccc;
}

#underheader .login .info {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 3px;
	padding: 5px;
	
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/******************************************************************************************
 * BODY CONTENT
 */
#content {
	margin-top: 100px;
	overflow: hidden;
}

#content .col1 {
	float: left;
	width: 150px;
	overflow: hidden;
	border-right: 1px solid #ffffff;
}

#content .col2 {
	float: left;
	width: 523px; /*524 - 528*/
	border-right: 1px solid #ffffff;
	
	padding-left: 2px;
	padding-right: 2px;
}

#content .col3 {
	float: left;
	width: 300px;
	overflow: hidden;
}

#content .addx {
	width: 300px;
	background: #f6f6f6;
}

/*
#content .addx object{
	position: absolute;
}
*/

#content .col100 {
	clear: both;
}

#content .col50 {
	width: 50%;
	float: left;
}

#content .col33 {
	width: 33%;
	float: left;
}

#content .col25 {
	width: 25%;
	float: left;
}

#content .col20 {
	width: 20%;
	float: left;
}
* html #content .col20 { width: 19.95%; } /* [IEfix] to fit all the blocks on one line */
*:first-child+html #content .col20 { width: 19.95%; } /* [IE7fix] to fit all the blocks on one line */

#content .col16 {
	width: 16.66%;
	float: left;
}

#content .col2 .colmini .colexpand .col50 {
	width: 228px;
	border-right: 1px solid #ffffff;
}

/*** Home Submenu */
#content .col2 .colmini .colexpand .col50.homesubmenu {
	height: 130px;
	overflow: hidden;
}

#content .col2 .colmini .colexpand .col50.homesubmenu ul {
	margin: 0 0 0 80px;
}

#content .col2 .colmini .colexpand .col50.homesubmenu ul li {
	clear: none; /* Reset inheritance */
	font-size: 10px;
	
	border-bottom: 1px solid #dddddd;
	margin: 1px 0 1px 2px;
}

#content .col2 .colmini .colexpand .col50.homesubmenu ul li a {
	display: block;
	padding: 2px 0;
}

#content .col2 .colmini .colexpand .col50.homesubmenu img {
	float: left;
}

/*** Home Cerca Attore */
#content .col3 #cercaattore ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .col3 #cercaattore ul li {
	float: left;
	width: 50%;
	clear: none;
	
	padding: 0;
	border: 0;
	margin: 0;
}

#content .col3 #cercaattore ul li a {
	display: block;
	font-size: 10px;
	padding: 4px;
}

/****** TEXT ELEMENTS */
#content h2 {
	clear: both;
	margin: 0;
	padding: 0;
	
	color: #666600;
	font-size: 13px;
	text-transform: uppercase;
	
	min-height: 24px;
}
* html #content h2 { height: 24px; } /* [IEfix] for IE min-height == height */

#content h2 span,
#content h2 a {
	padding: 4px 4px 5px;
	
	display: block;
	text-decoration: none;
}

#content h2 .info {
	display: block;
	float: right;
	color: #999999;
}

#content img.inflow {
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}

#content p {
	clear: both;
	margin: 0 0 1em;
}

#content a.hidden {
	text-decoration: none !important;
	color: #000000 !important;
	background: transparent !important;
	text-decoration: none !important;
}

/****** Compact */
#content .col2 ul.compact {
	margin: 8px;
	border: 1px solid #cccccc;
	padding: 4px;
	clear: both;
}

#content .col2 ul.compact li {
	margin-left: 62px;
	position: relative;
}

#content .col2 ul.compact li img {
	float: right;
	margin: 0;
}

#content .col2 ul.compact .info {
	position: absolute;
	margin: 1px 0 0 -62px;
	
	width: 56px;
	height: 12px;
	text-align: right;
	overflow: hidden;
	
	text-decoration: none;
}

#content .col2 ul.compact a:hover .info {
	background: transparent;
	text-decoration: none;
}

/****** TYPE BLOCK 3 */
* html #content .col2 ul.typeblock3 { height: 1%; } /* [IEfix] avoid a bug on the following h3 */
*:first-child+html #content .col2 ul.typeblock3 { height: 1%; } /* [IE7fix] as above */

#content .col2 ul.typeblock3 li {
	display: block;
	width: 33%;
	
	float: left;
	clear: none;
}

/****** COL1: MENU */
#content .col1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .col1 ul li {
	border-bottom: 1px solid #f5f5f0;
}

#content .col1 ul li a {
	display: block;
	padding: 3px 4px 3px;
	
	text-decoration: none;
}

/****** Search box */
#content .searchbox {
	border: 1px solid #fed77d;
	background-color: #fefbd8;
	padding: 4px 1px;
	margin: 4px;
	
	text-align: center;
}

#content .searchbox label {
	font-size: 10px;
	color: #666600;
}

#content .searchbox .box {
	width: 130px;
}

#content .col1 .searchbox .box {
	margin-bottom: 4px;
}

/****** COL2: BODY */
#content .col2 .colredux {
	float: left;
	width: 363px; /*369px*/
	border-right: 1px solid #ffffff;
}

#content .col2 .colmini {
	float: right;
	width: 157px;
	position: relative;
}

#content .col2 .colmini .colexpand {
	position: relative; /* [IEfix] makes disappearing content appearing */
	width: 458px;
	margin-right: -300px;
}

#content .col2 .colmini .evident {
	text-align: center;
	font-size: 10px;
}

#content .tvguide {
	font-size: 10px;
	background: #f0f0f0;
}

/****** COL2: LIST ITEMS */
#content .col2 p a {
	text-decoration: underline;
}

#content .col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#content .col2 ul li {
	clear: both;
	position: relative;
}

#content .col2 ul li h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 0 0 2px;
}

#content .col2 ul li a:hover {
	text-decoration: underline;
}

#content .col2 ul li p {
	clear: none;
	padding: 0 4px;
}

#content .col2 ul li .info {
	text-align: right;
	font-size: 10px;
	color: #666666;
	margin: -10px 4px 0;
	clear: right;
}

/****** COL2: NEWS ITEMS */
#content .col2 ul.news li {
	list-style-type: none;
	display: inline-block; /* [IEfix] this solves a BAD bug on li>img (img w/o text before) */
	margin: 10px 0;
	width: 100%;
}

#content .col2 ul.news li.highlight {
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px;
	width: auto;
}

#content .col2 ul.news li .item {
	margin-left: 80px;
}

#content .col2 ul.news li p a {
	text-decoration: none;
}

#content .col2 ul.news li img {
	float: left;
	margin: 1px 4px 4px 0;
}

#content .col2 ul.news li .subitem {
	width: 120px;
	float: right;
	
	text-align: right;
	padding: 0 4px 2px;
	margin: 4px;
}

#content .col2 ul.news li .subitem big {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#content .col2 ul.news li .subitem small {
	display: block;
	font-size: 11px;
}

/****** COL2: THUMBNAILS */
#content .col2 ul.thumbnails {
	position: static; /* [IE6fix] Fixed disappearing list items */
}

#content .col2 ul.thumbnails li {
	clear: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	line-height: 10px;
	
	height: 138px;
	overflow: hidden;
}

#content .col2 ul.thumbnails li img {
	float: none;
	margin: 0;
}

#content .col2 ul.thumbnails li a {
	display: block;
	text-decoration: none;
	padding: 4px;
}

#content .col2 ul.thumbnails li small {
	display: block;
	font-size: 10px;
}

/****** COL3: LIST ITEMS */
#content .col3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .col3 ul li {
	display: inline-block; /* [IEfix] this solves a BAD bug on li>img (img w/o text before) */
	width: 100%;
	clear: both;
	margin: 10px 0;
	border-bottom: 1px solid #cccccc;
}

#content .col3 ul li strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 28px;
	line-height: 14px;
}

#content .col3 ul li img {
	float: left;
}

#content .col3 ul.sideshop li a {
	display: block;
	text-decoration: none;
}

#content .col3 ul.sideshop li big {
	font-size: 15px;
}

#content .col3 ul.sideshop li .info {
	display: block;
	color: #000000;
	text-align: right;
	padding: 2px 0;
}

/******************************************************************************************
 * SHEET
 */
#content .col2 .sheet {
	margin: 0;
	padding: 0;
}

#content .col2 .sheet .header {
	clear: both;
}

#content .col2 .sheet .header img {
	float: left;
	margin: 2px 8px 10px 0;
	border: solid 2px #DDDDDD;
}
* html #content .col2 .sheet .header img { margin-top: 12px; } /* [IEfix] correct distance */
*:first-child+html #content .col2 .sheet .header img { margin-top: 12px; } /* [IE7fix] correct distance */

#content .col2 .sheet .header h3 {
	font-size: 20px;
	font-weight: bold;
	
	margin: 10px 0 4px;
}

#content .col2 .sheet .header big {
	display: block;
	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	
	margin: 0 0 4px;	
}

#content .col2 .sheet .header small {
	font-size: 11px;
	color: #666666;
}

#content .col2 .sheet .colredux {
	clear: both;
}

#content .col2 h4 {
	clear: both;
	font-size: 14px;
	margin: 20px 0 5px;
	border-bottom: 1px solid #f0f0f0;
}

#content .col2 .actions {
	position: relative;
}

#content .col2 .actions a {
	display: block;
	float: right;
	width: 70px;
	
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 2px;
}

#content .col2 .colmini .actions a {
	width: auto;
	float: none;
}

/****** SubMenu */
#content .col2 .sheet ul.submenu {
	clear: both;
	list-style: none;
	
	padding: 0;
	border-bottom: 2px solid #cccccc;
	padding: 6px 4px 4px;
	margin: 0 0 10px;
}

#content .col2 .sheet ul.submenu li {
	display: inline;
}

#content .col2 .sheet ul.submenu li a {
	padding: 4px 8px 4px;
	border: 1px solid #cfcfcf;
	border-bottom: none;
	margin: 0;
	
	background: #ffffff;
	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#content .col2 .sheet ul.submenu li.on a {
	padding-top: 5px;
	border: 2px solid #cccccc;
	border-bottom: none;
	padding-bottom: 6px;
	
	color: #888888;
}

#content .col2 .sheet ul.submenu li.off a {
	color: #d0d0d0;
}

#content .col2 .sheet ul.submenu li a:hover {
	background: #f0f0f0;
}

#content .col2 .sheet ul.submenu li.on a:hover {
	background: #ffffff;
}

#content .col2 .sheet ul.submenu li.off a:hover {
	background: #ffffff;
	cursor: text;
}

/****** SubSheet */
#content .col2 .sheet .colmini {
	text-align: center;
}

#content .col2 .sheet .colmini ul.subsheet li {
	text-align: left;
	
	color: #666666;
	font-size: 11px;
	
	padding: 1px;
	margin: 4px 0;
	
	border-left: 1px solid #f0f0f0;
}

#content .col2 .sheet .colmini ul.subsheet li big {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/******************************************************************************************
 * FORM
 */
.btn {
	border-width: 1px;
	border-style: outset;
	height: 20px;
	
	text-transform: uppercase;
	font-size: 11px;
}

.box {
	border-width: 1px;
	border-style: inset;
}

.box:focus {
	border-style: solid;
}

/******************************************************************************************
 * FOOTER
 */
#footer {
	clear: both;
	background-color: #efefef;
	
	padding: 5px 5px 5px 0;
	margin: 0 0 2px;
}

#footer .info {
	color: #666666;
	float: right;
}

#footer a {
	padding: 0 5px;
	border-right: 1px solid #cccccc;
}
/******************************************************************************************
 * BANNER
 */
#content .addx {
	height:250px;
}
.bannertop{
	position:absolute;
	left:252px;
	top:144px;
	z-index:100;
}
.bannertop img{
	position:absolute;
}
.bannerbox{
	position:absolute;
	left:680px;
	top:238px;
	z-index:100;
	border:0;
}
.bannerbox img{
	position:absolute;
}
/******************************************************************************************
 * FIXES
 */
.clearfix:after { /* http://positioniseverything.net/easyclearing.html */ 
    content: "."; 
   	display: block; 
   	height: 0;
   	clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
a {cursor: pointer;}

#content .col2 ul.cast {
	margin: 8px;
	border: 1px solid #cccccc;
	padding: 4px;
	clear: both;
}

#content .col2 ul.cast li {
	margin-left: 0px;
	position: relative;
	border-bottom:1px dotted #dddddd;
	width: 100%;
}

#content .col2 ul.cast .info {
	position: absolute;
	margin: 0 0 0 1px;
	right: 0px;
	width: 100%;
	height: 12px;
	text-align: right;
	overflow: hidden;
	text-decoration: none;
}

#content .col2 ul.cast a {
	display: block;
}

#content .col2 ul.cast a:hover .info {
	background: transparent;
	text-decoration: none;
}

#content .col2 ul.castfoto {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .col2 ul.castfoto li {
	display: inline-block; /* [IEfix] this solves a BAD bug on li>img (img w/o text before) */
	float: left;
	clear: none;
	
	width: 33%;
	margin: 1px 0;
}

#content .col2 ul.castfoto li strong {
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 60px;
	line-height: 12px;
}

#content .col2 ul.castfoto li img {
	float: left;
	margin-right: 2px;
}

#content .col2 ul.castfoto li a {
	display: block;
	text-decoration: none;
}

#content .col2 ul.castfoto li big {
	font-size: 15px;
}

#content .col2 ul.castfoto li .info {
	text-align: left;
	bottom: 0px;
	right: 0px;
	position: absolute;
	width: 117px;
}

#content .col1 h2 a{
	border-bottom: solid 1px #FFFFFF;
}
#content .col1 h2 a.left{
	background-image: url(/images/Nav/left.gif);
	background-repeat: no-repeat;
	background-position: right center;
}#content .col1 h2 a.down{
	background-image: url(/images/Nav/down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



/****** COL2: CLASSIFICA ITEMS */
#content .col2 ul.classifica li {
	list-style-type: none;
	display: inline-block; /* [IEfix] this solves a BAD bug on li>img (img w/o text before) */
	margin: 10px 0;
	width: 100%;
}

#content .col2 ul.classifica li.highlight {
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px;
	width: auto;
}

#content .col2 ul.classifica li .item {
	margin-left: 0px;
	height:102px;
}

#content .col2 ul.classifica li p a {
	text-decoration: none;
}

#content .col2 ul.classifica li img {
	float: left;
	margin: 1px 4px 4px 40px;
}

#content .col2 ul.classifica li .subitem {
	width: 120px;
	float: right;
	
	text-align: right;
	padding: 0 4px 2px;
	margin: 4px;
}

#content .col2 ul.classifica li .subitem big {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#content .col2 ul.classifica li .subitem small {
	display: block;
	font-size: 11px;
}

#content .col2 ul.classifica .info {
	margin-top: -20px;
	font-size:30px;
	position:absolute;
	left:0px;
}

#content .col1 ul li .clspos{
	color:red;
	vertical-align: top;
	width: 14px;
	float:left;
	text-align:right;
	display:block;
}
#content .col1 ul li .clsname{
	margin-left: 18px;
	vertical-align: top;
	width: 104px;
	display:block; 
}

#content .col2 .sheet table.voto{
	border-top-style:solid;
	border-top-width:1px;
	float:left;
}

#mbox{background-color:#fdeb19; padding:8px; border:2px outset #fdeb19;}
#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}
#ol{background-image: url(/images/overlay.png);}
.dialog {display:none}

* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");}
/* */

#content .col2 .sheet h1 {
	font-size: 20px;
	font-weight: bold;
	
	margin: 10px 0 4px;
}

#content .col2 ul li h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px;
	padding: 0 0 0 2px;
}



#content .locandina {
	width: 20%;
	float: left;
}

#content .locandina img{
	background:#AAAAAA none repeat scroll 0%;
	border:2px solid #DDDDDD;
	float:none;
	margin:0pt;
  padding:1px;
}

#content .locandina a:hover{
	background:#EDEDF8 none repeat scroll 0%;
}
* html #content .locandina { width: 19.95%; } /* [IEfix] to fit all the blocks on one line */
*:first-child+html #content .locandina { width: 19.95%; } /* [IE7fix] to fit all the blocks on one line */

#content .col25b {
	width: 25%;
	float: left;
}

#content .col25b img{
	background:#AAAAAA none repeat scroll 0%;
	border:2px solid #DDDDDD;
	float:none;
	margin:0pt;
  padding:1px;
}

#content table.paginatore {
	width: 100%;
	border-collapse: collapse;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	height:25px;
}

#content .col25b a:hover{
	background:#EDEDF8 none repeat scroll 0%;
}

#mappa_popup {
	background:#FDEB19;
	position:absolute;
	top:50px;
	left:50px;
	padding:6px;
	z-index:1000;
	width:880px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}




	.infodx img {
		float: left;
		margin:0 30px;
		border: solid 2px #DDDDDD;
	}
	.infodx h1 {
		font-size:20px;
		font-weight:bold;
	}
	.infodx h3 {
		font-size: 20px;
		font-weight: bold;
		margin: 10px 0 4px;
	}
	
	.infodx big {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		margin: 0 0 4px;	
	}
	
	.infodx small {
		font-size: 11px;
		color: #666666;
	}
	#content .col1 .actions {
	position: relative;
	}
	
	#content .col1 .actions a {
		display: block;
		float: right;
		width: 70px;
		
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
		
		padding: 2px;
		border: 1px solid #cccccc;
		margin: 2px;
	}
	
	#content .col1 .colmini .actions a {
		width: auto;
		float: none;
	}
	
	#content .col1 .colmini {
		text-align: center;
	}
	
	#content .col1 .colmini ul.subsheet li {
		text-align: left;
		
		color: #666666;
		font-size: 11px;
		
		padding: 1px;
		margin: 4px 0;
		
		border-left: 1px solid #f0f0f0;
	}
	
	#content .col1 .colmini ul.subsheet li big {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	#content .col1 .colmini ul.subsheet li a {display:inline;padding:0;}
	
	
	/*footerlinks*/
	#footerlinks {
		width:980px;
		margin-top:5px;
		border-top:1px solid #ffffff;
		padding:2px;
	}
	#footerlinks ul{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#footerlinks a{
		display:block;
		margin:0;
		padding:0;
		border:0;
	}
	#footerlinks table{
		width:976px;
	}
	
.tagcloud
{
	border: solid 1px #e5e5e5;
	background-color: #ffffff;
	padding: 5px;
	margin-top: 10px;	
	text-align:justify;
}
.tagcloud a
{
	text-decoration:none;	
}
.tagcloud a:hover
{
	text-decoration:underline;	
}



/*******************************************************************
*
*													CSS Nuovo Login
*
*******************************************************************/

.user_username{
		font-size:30px;
	}
	
.user_modusername{
		font-size:14px;
	}
	
.user_infoprofile{
		font-size:14px;
		font-weight: bold;
	}
	
.user_modusername a{
		font-size:14px;
		color: #4f647f;
		text-decoration: underline;
		background-color: transparent;
	}
	
.user_modusername a:hover{
		text-decoration: none;
	}
	
.user_description {
		text-decoration: none;
		background: #e5e5e5;
		display:block;
		padding:5px;
		height:150px;
		width: 240px;
		overflow: auto;
		text-align: justify;
	}
	
.user_details
	{
		color:#AAAAAA;
		font-size: 14px;
		vertical-align:top;
	}
	
.last_comments
	{
		width: 100%;
		margin: 50px 0px 50px 0px;
	}
	
.last_comments .header
	{
		font-size: 24px;
		border-bottom: 2px solid #cccccc;
		padding-bottom: 3px;
	}
	
.last_comments .comment_entry
	{
		min-height: 100px;
		margin: 20px 0px 0px 0px;
	}
	
.last_comments .comment_entry .image_small
	{
		float:left;
		height:100px;
		overflow:hidden;
	}
	
.last_comments .comment_entry .comment
	{
		margin-left:95px;
		min-height: 100px;
		width:600px;
	}
	
.registration_message_welcome
	{
		border: 1px solid #aaaaaa;
		background: #FCF7B5;
		padding: 20px;
		width:661px;
		text-align:center;
		font-size: 13px;
		margin: 40px 0px 0px 0px;
	}
	
.registration_message_welcome a{
		color: #4f647f;
		text-decoration: underline;
		background-color: transparent;
	}
	
.registration_message_welcome a:hover{
		text-decoration: none;
	}

#avatartabs li a:hover
{
	background: #EEEEEE;
}

#avatartabs li
{
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
}

#all {

margin:0 auto 100px;

}

#content table.paginatore td {
	padding-top:0px;
}

#content table.paginatore a {
	color: #ffffff;
	padding: 1px 6px;
	border:1px solid #AAAAAA;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.autocomplete-w1 {z-index:1000; background:url(images/shadow.png) no-repeat bottom right; position:absolute; top:7px; left:6px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#CC6633; }
	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 82px;
    height: 100px;
    display: block !important;
		clear: none !important;
		margin: 0 !important;
		border-bottom: 0 !important;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-zapster .jcarousel-container {
    -moz-border-radius: 10px;
    background: #FBF9C5;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-zapster .jcarousel-container-horizontal {
    width: 256px;
    padding: 0px 15px;
}

.jcarousel-skin-zapster .jcarousel-clip-horizontal {
    width:  252px;
    height: 100px;
    margin: 0 0 0 4px;
}

.jcarousel-skin-zapster .jcarousel-item {
    width: 84px;
    height: 100px;
}

.jcarousel-skin-zapster .jcarousel-item-horizontal {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 84px !important;
}

.jcarousel-skin-zapster .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-zapster .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 100px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster .jcarousel-next-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster .jcarousel-next-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster .jcarousel-next-disabled-horizontal,
.jcarousel-skin-zapster .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-zapster .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-zapster .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 100px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster .jcarousel-prev-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster .jcarousel-prev-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-zapster .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-zapster .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-container {
    -moz-border-radius: 10px;
    background: #ffffff;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-zapster_cinema .jcarousel-container-horizontal {
    width: 493px;
    padding: 0px 15px;
}

.jcarousel-skin-zapster_cinema .jcarousel-clip-horizontal {
    width:  490px;
    height: 144px;
}

.jcarousel-skin-zapster_cinema .jcarousel-item {
    width: 80px;
    height: 144px;
}

.jcarousel-skin-zapster_cinema .jcarousel-item-horizontal {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 98px !important;
}

.jcarousel-skin-zapster_cinema .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-zapster_cinema .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 144px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster_cinema/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-next-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-next-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-next-disabled-horizontal,
.jcarousel-skin-zapster_cinema .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-zapster_cinema .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 144px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster_cinema/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-prev-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-prev-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster_cinema .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-zapster_cinema .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-zapster_cinema .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-container {
    -moz-border-radius: 10px;
    background: #ffffff;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-zapster_vg .jcarousel-container-horizontal {
    width: 493px;
    padding: 0px 15px;
}

.jcarousel-skin-zapster_vg .jcarousel-clip-horizontal {
    width:  490px;
    height: 144px;
}

.jcarousel-skin-zapster_vg .jcarousel-item {
    width: 80px;
    height: 144px;
}

.jcarousel-skin-zapster_vg .jcarousel-item-horizontal {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 98px !important;
}

.jcarousel-skin-zapster_vg .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-zapster_vg .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 144px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster_vg/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster_vg .jcarousel-next-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-next-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-next-disabled-horizontal,
.jcarousel-skin-zapster_vg .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-zapster_vg .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 144px;
    cursor: pointer;
    background: transparent url(../jcarousel/skins/zapster_vg/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-zapster_vg .jcarousel-prev-horizontal:hover {
    background-position: -15px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-prev-horizontal:active {
    background-position: -30px 0;
}

.jcarousel-skin-zapster_vg .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-zapster_vg .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-zapster_vg .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -45px 0;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=fced45&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=FEF58C&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=f9ef62&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=000000&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=70&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; border: 1px solid #AAAAAA;}
.ui-widget-content { border: 1px solid #aaaaaa; color: #222222; }
.ui-widget-content a { color: #222222; text-decoration:underline;}
.ui-widget-header { border-bottom: 1px solid #aaaaaa; background: #ffffff; color: #000000; font-weight: bold; }
/*.ui-widget-header { border: 1px solid #aaaaaa; background: #fced45 url(http://www.zapster.it/css/zapster_custom/images/ui-bg_highlight-soft_75_fced45_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }*/
.ui-widget-header a { color: #222222; }
.login_header {background: #FFFFFF url(http://www.zapster.it/css/zapster_custom/images/logo_zapster.jpg) no-repeat 58% 30%;padding-top:5px;height:25px;width:200px;text-align:left;}
.registration_message{border: 1px solid #aaaaaa; background: #FCF7B5; padding: 15px; width:92%; text-align:center;}
.registration_message a {text-decoration:underline; font-weight: bold;}

/* Interaction states
----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #FEF58C url(http://www.zapster.it/css/zapster_custom/images/ui-bg_glass_75_FEF58C_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #222222; outline: none; }*/
/*.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #FEF58C url(http://www.zapster.it/css/zapster_custom/images/ui-bg_highlight-soft_75_fced45_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #222222; outline: none; }*/
/*.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #a60000 url(http://www.zapster.it/css/zapster_custom/images/ui-bg_highlight-soft_75_fced45_1x1002.png) 50% 50% repeat-x; font-weight: normal; color: #FFFFFF; outline: none; }*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #aaaaaa; background: #FFFFFF; font-weight: normal; color: #000000; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #eeeeee; font-weight: normal; color: #000000; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #dddddd;font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(http://www.zapster.it/css/zapster_custom/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(http://www.zapster.it/css/zapster_custom/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.zapster.it/css/zapster_custom/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #000000 url(http://www.zapster.it/css/zapster_custom/images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(http://www.zapster.it/css/zapster_custom/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; background: transparent url(http://www.zapster.it/css/zapster_custom/images/login-dialog.png) scroll 0 0 repeat-x;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; background: #D5EBF1 url(http://www.zapster.it/css/zapster_custom/images/login-dialog.png) scroll 0 0 repeat-x;}
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}