/* @override 
	http://localhost:8888/TODOsite/workingcopy/css/projects.css
	http://server1.todo.to.it/todov2rc/css/projects.css
	http://www.todo.to.it/css/projects.css
	http://localhost:8888/todo_site/css/projects.css
*/

/* general classes */

.box .loadingtext {
	text-align: center;
	color: #AD9F7D;
	height: 40px;
	margin-top: 82px;
	text-indent: -5000em;
	width: 100%;
	padding: 0;
	background: url(../images/components/loader2.gif) no-repeat center center;
}

/* LINKBOX */

.pdf, .attach {
	background: url(../images/icons/pdf.gif) no-repeat center right;
}

.attach:hover, .pdf:hover {
	background: url(../images/icons/pdf_hover.gif) no-repeat center right;
}

.photo {
	background: url(../images/icons/photo.gif) no-repeat center right;
}

.photo:hover {
	background-image: url(../images/icons/photo_hover.gif);
}

.post {
	background: url(../images/icons/post.gif) no-repeat center right;
}

.post:hover {
	background-image: url(../images/icons/post_hover.gif);
}

.credit {
	margin-top: 20px;
	background: url(../images/icons/credits.gif) no-repeat center right;
}

.credit:hover {
	background-image: url(../images/icons/credits_hover.gif);
	cursor: pointer;
	cursor: hand;
}

/* VIDEO + SLIDESHOW CONTROLLER */

.video {
	background-image: url(../images/icons/video.gif);
	background-position: center top !important;
	background-repeat: no-repeat;
}

.video:hover {
	background-position: center -16px !important;
	cursor: pointer;
	cursor: hand;
}

.slideshow {
	background-image: url(../images/icons/slideshow.gif);
	background-position: center top !important;
	background-repeat: no-repeat;
}

.slideshow:hover {
	background-position: center -16px !important;
	cursor: pointer;
	cursor: hand;
}

.disabled {
	background-position: center -16px!important;
}


/* TOOLTIP */

.tip {
	color: #D90870;
	font-size: 11px;
	padding: 3px;
	position: absolute;
	left: -16px;
	width: 120px;
	text-align: left;
	overflow: visible;
}

.tip-text {
	display: none;
}

/* PROJECTS */

#projectcontainer {
	clear: both;
	width: 1100px;
	padding-top: 8px;
}

#spacer {
	position: relative;
}

/* NAV */

/* DISABLED - 1st RELEASE*/

#nav {
	float: left;
	height: 42px;
	line-height: 50px;
	width: 1098px;
	position: relative;
}

#nav ul {
	float: left;
	color: #D90870;
}

#nav ul li {
	float: left;
}

#nav ul li ul li {
	margin-right: 10px;
	display: inline;
}

#nav ul#mainlist {
	width: 222px;
}

#nav ul#mainlist a {
	
}

#nav ul#catlist a {
	
}

#nav ul li a {
	color: #AD9F7D;
	margin-right: 10px;
}

#nav ul li ul li a:hover, #nav ul li ul li a.selecteditem {
	color: #D90870;
}

/*************************/

/* BOXES  */

.box {
	background: #F5F4ED;
	width: 214px;
	height: 184px;
	margin-right: 7px;
	margin-bottom: 7px;
	position: absolute;
/*	overflow: hidden; */
}

.box:hover {
	cursor: pointer;
	cursor: hand;
}

.boxactive:hover{
	cursor: default!important;
}

.box span {
	width: 198px;
	height: 122px;
}

.box .contentbox {
	position: relative;
}

.box .contslide {
	padding: 0 8px;
}

.box .contslide:hover {
	cursor: pointer;
	cursor: hand;
}

#videocontainer object{
	display: block;
	z-index: 1000;
}


.projtitlecontainer {
	height: 38px;
	padding: 8px;
}

.box h2 {
	color: #0090C8;
	font-size: 1.2em;
	display: block;
	height: 18px;
	font-weight: normal;
	margin: 0;
}

.box h3 {
	font-size: 0.85em;
	display: block;
	color: #806A5B;
	font-weight: normal;
}

.box h3 a{
	color: #806A5B!important;
}

.box h2 a:hover, .box h3 a:hover {
	cursor: pointer;
	cursor: hand;
	color: #806A5B!important;
}

.box a {
	color: #0090C8;
}

.box a:hover {
	color: #D90870;
}

.box p.loading {
	

/*loading..*/
	color: #AD9F7D!important;
	padding: 0!important;
	position: absolute;
	width: 214px;
	text-align: center;
	height: 184px;
	line-height: 184px;
}

.boxactive p {
	clear: both;
	color: #AD9F7D!important;
	padding-left: 6px;
	width: 420px;
	margin-top: 22px;
	margin-bottom: 22px;
}
/*solo per testare il flickering*/
.boxactive #loading {
	display: none; /*solo per testare il flickering*/
	position: absolute;
	text-align: center;
	/*color: #AD9F7D;*/
	
	height: 480px;
	top: 54px;
	text-indent: -5000em;
	width: 100%;
	padding: 0;
	background: url(../images/components/loader2.gif) no-repeat center center;
	color: #fcf618; /*v*/
}
/*cambialo*/

.boxactive .contslide {
	height: 480px;
}

.login {
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 12px;
	height: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 2px;
}

.inp {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

/* EOF BOXING */

/* BOXING ON */

.box #closebox {
	position: absolute;
	right: 1px;
	top: 0;
	background: url('../images/components/closebox.png') no-repeat;
	cursor: pointer;
	cursor: hand;
	width: 32px;
	height: 32px;
}

.boxactive h2 {
	
}

.boxactive h2:hover {
	cursor: default;
	color: #0090C8;
}

.boxactive h3:hover {
	cursor: default;
	color: #806A5B;
}

.boxactive .contslide {
	height: 480px!important;
	padding: 0!important;
	margin: 0 8px!important;
	width: 640px!important;
}

.boxactive .contslide:hover {
	cursor: pointer;
	cursor: hand;
}

.boxbody {
	padding-top: 49px;
	width: 655px;
}

.boxtext {
	float: right;
	color: #806A5B;
}

.boxtext p {
	clear: both;
	width: 400px;
	padding-right: 35px;
	padding-left: 0;
	margin: 0;
	color: #806A5B!important;
}

.boxlink {
	font-size: 12px;
	float: left;
	width: 190px;
	padding-right: 8px;
	text-align: right;
}

.boxlink a {
	display: block;
	height: 20px;
	padding-right: 20px;
}

p#creditscontent a{
	padding: 0;
}

.boxlink span {
	color: #0090C8;
	height: 20px;
	padding-right: 20px;
}

.boxlink span:hover {
	cursor: pointer;
	cursor: hand;
	color: #D90870;
}

/* side menu */

.boxlink ul li {
	margin: 0;
	padding: 0;
}

.boxlink ul {
	margin-bottom: 20px;
}

#creditscontent {
	color: #AD9F7D;
	padding: 0;
	padding-right: 3px;
	width: 179px;
	margin-top: 0;
	padding-left: 8px;
}

#creditscontent p{
	margin: 0!important;
	padding: 0;
}

#creditsul {
	margin-bottom: 0;
}

li#credits {
	/*cursor: pointer;
	cursor: hand;*/
}

/* controller slideshow + video */

#controlmenu {
	position: absolute;
	top: 541px;
	height: 36px;
	overflow: hidden;
	left: 8px;
	width: 183px;
}

#tooltip{
	position: absolute;
	top: 555px;
	left: 8px;
	width: 183px;
	font-size: 11px;
	color: #D90870;
}

#tooltip .tip{
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#tooltip #slidetip{
	position: absolute;
	left: 165px;
	text-indent: -555em;
}

#tooltip #videotip{
	position: absolute;
	left: 134px;
	text-indent: -555em;
}

#controlmenu ul {
	float: right;
	height: 16px;
}

#controlmenu ul li {
	float: right;
	margin-left: 10px;
}

#controlmenu ul li a {
	display: block;
	height: 16px;
	width: 20px;
	overflow: hidden;
	position: relative;
	text-indent: -5678em;
}

/* EOF BOXING ON */

/* loading text */

.loading {
	padding-top: 100px;
	padding-left: 80px;
}

.loadingthumb{
	background: url('../images/components/loader2.gif') no-repeat center center;
	width: 100%;
	height: 80px;
	display: block;
}

/* SLIDESHOW */

#imgshow * {
	margin: 0;
	padding: 0;
	padding-left: 1px;
}

#imgshow {
	position: relative;
	padding: 0 0 15px;
	width: 640px;
	height: 480px;
}

#imgshow #menu, #imgshow #pictures, #imgshow #loading {
	position: absolute;
}

#imgshow #loading {
	background: url('../images/components/loader2.gif');
	display: block;
	position: absolute;
	top: 350px;
	left: 230px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	z-index: 5;
}

#imgshow #pictures {
	width: 640px;
	height: 480px;
	left: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#imgshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 480px;
	padding: 0;
	margin: 0;
	background: transparent;
}

#imgshow #pictures li img {
	position: relative;
	padding: 0;
}

.boxactive #menu {
	background-color: transparent;
	list-style-type: none;
	height: 6px;
	overflow: hidden;
	left: 285px;
	padding-top: 0;
	margin-left: 0;
	display: inline;
	text-align: center;
	position: absolute;
	top: 545px;
}

.boxactive  #menu li {
	display: inline;
	z-index: 1000;
	zoom: 1;
	float: left;
	padding: 0;
}

.boxactive #menu li a {
	background: #0090C8 !important;
	display: block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	padding-left: 0!important;
	text-indent: -3000em;
}

.boxactive #menu li a:focus {
	outline: 0;
}

.boxactive #menu li a:hover {
	background: #d90870 !important;
}

.boxactive #menu li.current a {
	background: #d90870!important;
	text-decoration: none;
}

.controller, .controller.active {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 544px;
}

#prev {
	left: 220px;
}

#next {
	left: 240px;
}

/*THUMB SLIDE*/

.box .contslide ul {
	position: absolute;
	left: 8px;
	width: 198px;
	height: 122px;
	overflow: hidden;
}

.box .contslide ul li {
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	width: 198px;
	right: 0;
	list-style-type: none;
}

.tohide{
	display: none;
}

.box .contslide ul li img {
	float: right;
	display: block;
	position: relative;
	bottom: 0;
}

#fakethumb {
	background-color:transparent;
	position:absolute;
	top:54px;
	left:8px;
	width:198px;
	height:122px;
	z-index:550;
}

#loadmask {
	display:none;
	background: #F5F4ED url('../images/components/loader2.gif') no-repeat center center; 
	position:absolute;
	top:0;
	left:0;
	width:214px;
	height:198px;
	z-index:560;
}

