@charset "utf-8";
/* CSS Document */

html
{
	background:url(../img/layout/stripe_bg.jpg) top repeat-x #a4d8e3;
	margin:0;
	padding:0;
}

body
{
	background:url(../img/layout/image_bg.jpg) center top no-repeat;
	margin:0;
	padding:0;
	min-height:100%;
	/*min-height:820px;*/
	text-align:center;
	color:#555555;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

#mainNavigation
{
	display:block;
	/*height:195px;*/
	height:220px;
	margin:0 auto;
}

#mainContainer
{
	display:block;
	width:440px;
	background:url(../img/layout/content_bg.png) repeat-y;
	margin:0 auto;
	position:relative;
	padding:60px 20px 90px 20px;
	text-align:left;
}

#mainContainerTop
{
	background:url(../img/layout/content_bg_top.png) top left;
	display:block;
	width:480px;
	height:15px;
	margin:0 auto;
}

#mainContainerBottom
{
	background:url(../img/layout/content_bg_bottom.png) top left;
	display:block;
	width:480px;
	height:40px;
	margin:0 auto;
	margin-bottom:-100px;
}

#logo
{
	background:url(../img/layout/logo_big.png) top left no-repeat;
	display:block;
	width:160px;
	height:160px;
	/*
	width:132px;
	height:132px;
	*/
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:-95px;
	left:160px;
	/*left:174px;*/
}

a#tweet
{
	position:absolute;
	top:-93px;
	left:320px;
	display:block;
	width:105px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/layout/tweet.png) top left no-repeat;
}

a#tweet:hover
{
	background:url(../img/layout/tweet.png) 0px -80px no-repeat;
}

#footer
{
	display:block;
	width:100%;
	height:300px;	
	position:absolute;
}

#footerBg
{
    display:block;
	width:100%;
	height:150px;
	margin-top:150px;
	background:url(../img/layout/footer_bg.png) top repeat-x;
}

#innerFooter
{
	display:block;
	width:850px;
	margin:0 auto;
	position:relative;
	text-align:left;
	margin-top:-300px;
}

#innerFooter1
{
    position:absolute;
	display:block;
	width:100%;
    top:-26px;
	margin:0;
}

#innerFooter2
{
	/*background:url(../img/layout/inner_footer_bg.png) top left no-repeat;*/
	position:absolute;
	display:block;
	height:110px;
	width:100%;
	top:-20px;
	padding-top:195px;
	margin:0;
}

.floatLeft_150
{
	float:left;
	width:155px;
	padding-right:10px;
}

.floatLeft_100
{
	float:left;
	width:105px;
	padding-right:10px;
}

.floatRight_240
{
	float:right;
	width:240px;
	padding-left:20px;
	border-left:5px dashed #a8c502;
	text-align:justify;
}

.floatRight_300
{
	float:right;
	width:300px;
	padding-left:20px;
	border-left:5px dashed #a8c502;
	text-align:justify;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.floatRight_180
{
    float:right;
    width:180px;
    padding-right:30px;
}

.clearer
{
	clear:both;
}

ul
{
	margin:0;
	padding:0;
	list-style:none;
}

ul li
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.sideMenu li
{
	margin:0;
	padding:0;
	padding-bottom:3px;
	list-style:none;
}

p#footerLinks
{
    display:block;
    margin-left:350px;
    margin-top:38px;
    color:#ffffff;
    font-size:11px;
}

p#footerLinks a /*a#creditsLink*/
{
    
    text-decoration:none;
    color:#ffffff;
    font-size:11px;
    
}

p#footerLinks a:hover /*a#creditsLink:hover*/
{
    text-decoration:underline;
}

ul#logoList
{
    display:block;
	margin:0;
	padding:0px 0px 0px 315px;
	list-style:none;
	height:26px;
}

ul#logoList li
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

ul#logoList li a
{
	text-indent:-9999px;
	overflow:hidden;
}

a#cesviLink
{
	display:block;
	background:url(../img/layout/cesvi_logo.png) top left no-repeat;
	width:97px;
	height:28px;
	margin-right:20px;
}

a#cariploLink
{
	display:block;
	background:url(../img/layout/cariplo_logo.png) top left no-repeat;
	width:80px;
	height:19px;
	margin-right:20px;
	margin-top:5px;
}

a#asmLink
{
	display:block;
	background:url(../img/layout/asm_logo.png) top left no-repeat;
	width:70px;
	height:28px;
	margin-top:5px;
}

.mainText
{
    text-align:justify;
}

.contactTB
{
    display:block;
    width:200px;
    height:23px;
    background:url(../img/layout/textbox_bg.png) top left no-repeat;
    border:none;
    padding:7px 5px 0px 5px;
    color:#666666;
    margin-bottom:10px;
    margin-top:2px;
}

.contactTBSmall
{
    display:block;
    width:160px;
    height:23px;
    background:url(../img/layout/textbox_small_bg.png) top left no-repeat;
    border:none;
    padding:7px 5px 0px 5px;
    color:#666666;
    margin-bottom:10px;
    margin-top:2px;
}

.contactTBLarge
{
    display:block;
    width:200px;
    height:100px;
    background:url(../img/layout/textbox_large_bg.png) top left no-repeat;
    border:none;
    padding-left:5px;
    padding-right:5px;
    color:#666666;
    margin-top:2px;
}

a.privacyHL
{
    color:#444444;
    text-decoration:none;
    font-size:11px;
}

a.privacyHL:hover
{
    color:#444444;
    text-decoration:underline;
}

.validatorText
{
    margin-left:15px;
    padding-left:20px;
    background:url(../img/layout/cross_circle.png) top left no-repeat;
}

.SendSuccessPanel
{
    border-bottom:5px dashed #a8c502;
    background:#d0df7d url(../img/layout/tick_circle.png) 7px 10px no-repeat;
    padding:10px 10px 10px 30px;
    margin-bottom:20px;
}

.SendErrorPanel
{
    border-bottom:5px dashed #f62604;
    background:#f56e57 url(../img/layout/cross_circle.png) 7px 10px no-repeat;
    padding:10px 10px 10px 30px;
    margin-bottom:20px;
    color:#ffffff;
}

.linkBoxRight
{
    border-left:10px dashed #a8c502;
    border-right:10px dashed #a8c502;
    float:right;
    margin-left:20px;
    margin-bottom:15px;
    font-size:14px;
    font-weight:bold;
}


.linkBoxRight ul li
{
    margin:0;
    padding:0;
}

a.fotoHL
{
    display:block;
    height:38px;
    width:150px;
    color:#666666;
    background:url(../img/layout/photo_camera.png) 12px 6px no-repeat;
    padding:23px 0px 0px 65px;
    text-decoration:none;
    border-bottom:1px dotted #a8c502;
    border-top:1px dotted #a8c502;
    margin:0;
}

a.fotoHL:hover, a.videoHL:hover
{
    background-color:#d0df7d;
    color:#5e6d0c;
    margin:0;
}

a.videoHL
{
    display:block;
    height:38px;
    width:150px;
    color:#666666;
    background:url(../img/layout/film.png) 12px 6px no-repeat;
    padding:23px 0px 0px 65px;
    text-decoration:none;
    margin:0;
    border-bottom:1px dotted #a8c502;
}

ul.sideMenu
{
    margin:0;
    padding:0;
}

ul.sideMenu li
{
    margin:0;
    padding:0;
    border-bottom:1px dotted #a8c502;
}

ul.sideMenu li a
{
    display:block;
    color:#666666;
    text-decoration:none;
    padding-top:3px;
    padding-bottom:3px;
    margin-bottom:1px;
    margin-top:1px;
    padding-left:10px;
    font-weight:bold;
}

ul.sideMenu li a:hover
{
    background-color:#d0df7d;
    color:#5e6d0c;
}

small
{
    color:#99965F;
}

ul.docsList li
{
    padding-left:30px;
    padding-top:3px;
    background:url(../img/layout/pdf_file_small.png) top left no-repeat;
    height:24px;
}

ul.docsList li a
{
    color:#708304;
    text-decoration:none;
}

ul.docsList li a:hover
{
    color:#04a1c3;
}

h3, h4
{
    color:#708304;
}

h4
{
    font-weight:normal;
}

.homeSubtitle
{
margin-top:10px;
display:block;
    font-size:14px;
    color:#708304;}

#PlayBtnContainer
{
    position:relative;
}

a#PlayBtn
{
    position:absolute;
    left:190px;
    top:30px;
    display:block;
    width:140px;
    height:35px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../img/layout/giocaBtn.png) top left no-repeat;
    z-index:1000;
}

a#PlayBtn:hover
{
    background:url(../img/layout/giocaBtn.png) 0px -35px no-repeat;
}

/*--- Gallery ------------------------------*/
ul.galleryLine, ul.videoList
{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

ul.galleryLine li
{
	float:left;
	list-style:none;
	margin-bottom:13px;
	margin-right:10px;
	border:1px solid #cccccc;
	padding-bottom:0px;
	background:#ffffff;
}

ul.videoList li
{
    float:left;
	list-style:none;
	margin-bottom:13px;
	margin-right:28px;
	display:block;
	width:206px;
}

ul.videoList li h3
{
    color:#a8c502;
    text-transform:uppercase;
    margin:5px 0px 0px 3px;
    padding:0;
    font-size:12px;
}

.videoDescription
{
    font-size:11px;
    margin:3px 0 0 3px;
}

a.videoLink
{
    display:block;
    border:3px #cccccc solid;
    background:#cccccc;
    text-decoration:none;
}

a.videoLink img
{
    border:0;
}

a.videoLink:hover
{
    display:block;
    border:3px #a8c502 solid;
    background:#a8c502;
}

ul.galleryLine li.lastInLine,ul.videoList li.lastInLine
{
	margin-right:0px;
}

ul.galleryLine li img
{
	border:3px solid #ffffff;
	padding:0;
	margin:0;
}




/*--- breadCrumb ------------------------------*/
ul.breadCrumb
{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}

ul.breadCrumb li
{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    color:#777777;
    font-size:11px;
}

ul.breadCrumb li a
{
    color:#777777;
    text-decoration:none;
}

ul.breadCrumb li a:hover
{
    color:#777777;
    text-decoration:underline;
}



/*------------ Concorso ---------------*/
.ContestContentPanel
{
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:5px dashed #a8c502;
    border-bottom:5px dashed #a8c502;}

ul.contestNavigation
{
    margin:0;
    padding:0;
    list-style:none;
}

ul.contestNavigation li
{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}

ul.contestNavigation li.middlePosition
{
    border-left:#96af04 1px dotted;
    border-right:#96af04 1px dotted;
    padding-left:20px;
    padding-right:20px;
    margin-left:20px;
    margin-right:20px;
}

ul.contestNavigation li a
{
    display:block;
    height:33px;
    padding-left:50px;
    font-size:14px;
    color:#96af04;
    padding-top:15px;
    font-weight:bold;
    text-decoration:none;
}

ul.contestNavigation li a:hover
{
    color:#04a1c3;
}

a#contestFotoLink
{
    background:url(../img/layout/photo_camera.png) top left no-repeat;
}

a#contestDisegniLink
{
    background:url(../img/layout/artwork.png) top left no-repeat;
}

a#contestTestiLink
{
    background:url(../img/layout/edit_page.png) top left no-repeat;
}


a.contestImgHL
{
	padding:3px;
	background:#ffffff;
	border:1px solid #cccccc;
	display:block;
	margin-right: 10px;
}

a.contestImgHL:hover
{
	background:#a8c502;
	border:1px solid #a8c502;
}

.contestName
{
	color:#96af04;
	font-weight:bold;
	display:block;
	font-size:13px;
}

.contestAuthor, .contestVotes
{
	font-size:11px;
	display:block;
}

.punteggioImage
{
	display:block;
}

.pagingPanelTop
{
    border-bottom:#96af04 1px dotted;
    margin-bottom:10px;
}

.pagingPanelBottom
{
    border-top:#96af04 1px dotted;
    margin-top:10px;
    padding-top:10px;
}

a.prev_arrow_top
{
    display:block;
    width:32px;
    height:32px;
    overflow:hidden;
    text-indent:9999px;
    background:url(../img/layout/green_arrow_prev.png) top left no-repeat;
}

a.next_arrow_top
{
    display:block;
    width:32px;
    height:32px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../img/layout/green_arrow_next.png) top left no-repeat;
}

a.prev_arrow_bottom
{
    display:block;
    width:32px;
    height:32px;
    overflow:hidden;
    text-indent:9999px;
    background:url(../img/layout/green_arrow_prev_bottom.png) top left no-repeat;
}

a.next_arrow_bottom
{
    display:block;
    width:32px;
    height:32px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../img/layout/green_arrow_next_bottom.png) top left no-repeat;
}

a.pagingLink
{
    display:block;
    width:25px;
    height:21px;
    color:#ffffff;
    background:url(../img/layout/dataListNavLink.png) top left no-repeat;
    text-align:center;
    padding-top:4px;
    text-decoration:none;
}

a.pagingLink:hover
{
    background:url(../img/layout/dataListNavLink.png) 0px -25px no-repeat;
}

a.actualPagingLink, a.actualPagingLink:hover
{
    display:block;
    width:25px;
    height:21px;
    text-align:center;
    padding-top:4px;
    text-decoration:none;
    background:url(../img/layout/dataListNavLink_actual.png) top left no-repeat;
    color:#666666;
}

.DataList
{
    width:100%;
}

.contestElement
{
    width:100%;
    padding-bottom:5px;
    border-bottom:#aaaaaa 1px dotted;
    margin-bottom:10px;
}

a.voteBtn
{
    display:block;
    height:21px;
    width:40px;
    margin-top:5px;
    padding:6px 3px 3px 32px;
    text-decoration:none;
    background:#eeeeee url(../img/layout/add_to_favorites.png) 3px 3px no-repeat;
    color:#333333;
    font-weight:bold;
    border:1px solid #999999;
}

a.voteBtn:hover
{
    background:#ffffff url(../img/layout/add_to_favorites.png) 3px 3px no-repeat;
}

.VotePanel
{
    margin:4px 0px 4px 0px;
    padding:10px;
    border-top:5px dashed #04a1c3;
    border-bottom:5px dashed #04a1c3;
    background:#a6dfec;
}

a.ConfirmVoteBtn
{
    display:block;
    width:105px;
    padding:6px 6px 6px 6px;
    font-weight:bold;
    text-decoration:none;
    border:1px solid #bbccd0;
    background:#5dbfd5;
    color:#ffffff;
}

a.ConfirmVoteBtn:hover
{
    background:#03d1ff;
}

.VoteErrorPanel
{
    border-top:5px dashed #f62604;
    border-bottom:5px dashed #f62604;
    background:#f56e57 url(../img/layout/cross_circle.png) 7px 10px no-repeat;
    padding:10px 10px 10px 30px;
    margin-bottom:10px;
    margin-top:10px;
    color:#ffffff;
}

.contestAttachmentHL
{
    display:block;
    width:48px;
    height:48px;
    margin-right:15px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../img/layout/pdf_file.png) top left no-repeat;
}

.contestImageHL
{
    display:block;
    width:48px;
    height:48px;
    margin-right:15px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../img/layout/image.png) top left no-repeat;
}

/*------------ Rating ---------------*/
.rating
{
	display:block;
}

.emptypng { background-image: url(../img/layout/star_empty.png); width: 20px; height: 19px; }      
.smileypng { background-image: url(../img/layout/star_selecting.png); width: 20px; height: 19px; }      
.donesmileypng { background-image: url(../img/layout/star_filled.png); width: 20px; height: 19px; } 












