@import url(common.css);

/************/
/*** global menu ***/
ul#globalmenu {
	height: 15px;
	padding: 20px 60px 0;
}

ul#globalmenu li {
	float: left;
	display: block;
	list-style-type: none;
	margin-left: 20px;
	font-size: 70%;
	line-height: 150%;
}

ul#globalmenu li a:hover {
	text-decoration: underline;
}

li.top {
	padding: 0 110px 0 22px; 
	background: url(../images/icon_top.gif) 0 -3px no-repeat;
}

li.current {
	padding-left: 15px;
	color: #999999;
	background: url(../images/anchor_menu.gif) 0 -2px no-repeat;
}

.anchor a {
	padding-left: 15px;
	background: url(../images/anchor_menu.gif) 0 -33px no-repeat;
}

.anchor a:hover {
	background-position: 0 -63px;
}

.anchor a:active {
	background-position: 0 -63px;
} 


/*** content (common) ***/
h2#contTitle { /* contTitle NEW */
	clear: both;
	margin: 0 auto;
	padding: 5px 0 25px;
	text-align: center;
}

#content {
	margin-top: 5px;
	padding: 5px 20px;
}

#contHeadList {
	clear: both;
	margin: 20px 70px;
}

#contHeadList li {
	list-style-type: none;
	margin: 0 0 0.5em;
	padding-left: 12px;
	font-size: 75%;
	line-height: 140%;
	background: url(../images/leader.gif) 0 4px no-repeat;
}

.attention {
	color: #FF3333;
}

.centering {
	padding: 15px 0;
	text-align: center;
}

.footerMenu {
	padding: 0 10px;
	font-size: 75%;
}

.footerBtn {
	padding: 15px 10px;
	font-size: 75%;
	text-align: center;
}

.footerBtn input {
	margin: 0 6px;
}

.contManageBox {
	margin: 15px 55px;
	padding: 15px 20px;
	background-color: #EEEEEE;
	border: 1px solid #DC9866;
}

.contManageBox p {
	padding-bottom: 0.5em;
	font-size: 75%;
	line-height: 140%;
}

.contManageBox ul {
	margin: 0;
	padding: 0 20px;
}

.contManageBox li {
	list-style-position: outside;
	padding-left: 3px;
	font-size: 75%;
	line-height: 140%;
}

.contManageBox form {
	font-size: 75%;
}

.contManageBox input, .contManageBox select {
	margin: 0 4px;
}

.pswdEntry {
	margin: 5px;
	padding-top: 10px;
	font-size: 75%;
	border-top: 1px solid #CCCCCC;
}


/*** admin (admin_004dalsegno.php) ***/
#contAdmin {
	clear: both;
	margin: 30px 80px 50px;
	padding: 0;
}

#contAdmin h2 {
	margin-bottom: 1em;
}

p#counter {
	margin: 0 15px 30px;
	font-size: 80%;
	line-height: 100%;
}

ul.adminList {
	margin: 0 15px 30px;
	padding: 0;
}

ul.adminList li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 75%;
	line-height: 100%;
	border-left: 8px solid #CCD666;
}

ul.adminList li a {
	padding: 0 0.2em;
}


/*** content (notizia) ***/
.articleBox {
	margin: 6px 60px;
	padding: 25px 10px;
	border-bottom: 1px dotted #999999;
}

p.date {
	margin: 0 10px;
	padding-bottom: 10px;
	color: #660000;
	font-size: 90%;
	font-weight: bold;
}

p.article {
	font-size: 80%;
	line-height: 160%;
}

ul.articleList {
	margin: 0 10px;
}

ul.articleList li {
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0 10px 0 24px;
	background: url(../images/leader_article.jpg) 0 2px no-repeat;
	font-size: 80%;
	line-height: 160%;
}


/*** admin (notizia) ***/
h3.edit {
	margin: 0 0 4px 45px;
	padding-left: 24px;
	line-height: 20px;
	background: url(../images/icon_edit.gif) 0 0 no-repeat;
}

h3.centering {
	padding: 15px 0;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}

.articlenumber {
	color: #999999;
	font-size: 75%;
	padding-right: 8px;
}

p.appendix {
	padding: 0 8px 0 24px;
	color: #999999;
	font-size: 60%;
	line-height: 110%;
}

#entryArticleBox {
	margin: 0 45px 10px;
	padding: 20px;
	font-size: 80%;
	border: 1px dotted #CCCCCC;
}

#entryArticleBox textarea {
	margin-bottom: 8px;
	vertical-align: top;
}

.selectDate {
	margin-bottom: 10px;
}

.inputBox {
	clear: both;
}

p.entryHeader {
	float: left;
	width: 7em;
	color: #9999CC;
	font-weight: bold;
}

.footerCommand {
	padding: 5px 10px 15px;
	font-size: 75%;
	text-align: center;
}

.footerCommand a {
	padding: 0 10px;
	background: url(../images/leader.gif) left center no-repeat;
	/* hack for only Win IE */
	#background: url(../images/leader.gif) 0 1px no-repeat;
}

#naviBtn {
	width: 602px;
	margin: 0 20px;
	padding: 10px;
	font-size: 75%;
}

#naviBtnLeft {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#naviBtnRight {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.back {
	margin: 10px 8px 10px 55px;
	padding-left: 10px;
	background: url(../images/leader_back.gif) left center no-repeat;
	/* hack for only Win IE */
	#background: url(../images/leader_back.gif) 0 1px no-repeat;
	font-size: 75%;
	line-height: 100%;
	font-weight: bold;
}

.errorMsg {
	margin: 0 auto 20px;
	padding: 15px 20px;
	font-size: 80%;
	line-height: 120%;
	text-align: center;
}


/*** checkmode (notizia) ***/
#check {
	margin: 0 auto 15px;
	font-size: 80%;
	line-height: 120%;
	background-color: #F4EBE5;
	border-spacing: 2px;
	border: 1px solid #666666;
}

#check th {
	padding: 6px;
	color: #FFFFFF;
	background-color: #DFB577;
	border: 1px solid #999999;
}

#check td {
	padding: 6px 10px;
	border: 1px solid #999999;
}

td.check_ok {
	color: #0066CC;
	text-align: center;
}

td.check_ng {
	color: #CC0000;
	text-align: center;
}


/*** content (lista) ***/
.listaBox {
	height: 750px;
	margin: 0;
	padding: 40px 45px 0;
	background: url(../images/lista_sheet.jpg) center top no-repeat;
}

.listaBox p {
	font-size: 80%;
	line-height: 160%;
}

p.listaImage {
	text-align: center;
}

#listaAdminBox {
	margin: 0;
	padding: 0 45px;
}

#listaAdminBox h3 {
	margin-bottom: 4px;
	padding-left: 24px;
	line-height: 20px;
	background: url(../images/icon_edit.gif) 0 0 no-repeat;
}

#listaAdminBox p {
	font-size: 80%;
	line-height: 160%;
}

#listaChristmas {
	height: 530px;
	margin: 0 40px;
	padding: 210px 120px 0;
	background: url(../images/bg_lista_head.jpg) center top no-repeat;
}

#listaChristmas h2 {
	margin-bottom: 30px;
	color: #50533B;
	font-size: 100%;
	line-height: 120%;
}

#listaChristmas h3 {
	height: 1em!important;
	margin: 0!important;
	padding: 0!important;
	color: #50533B;
	font-size: 90%;
}

#listaChristmas p {
	margin-bottom: 1em;
	color: #50533B;
	font-size: 75%;
	line-height: 150%;
}

ul.christmas {
	margin: 0 0 1.5em 0.5em;
	padding-left: 8px;
	border-left: 2px solid #666666;
}

ul.christmas li {
	list-style-type: none;
	margin: 8px 0;
	color: #9B0000;
	font-size: 75%;
}


/*** content (ciao) ***/
#ciaoBox {
	padding: 10px 20px;
}

#ciaoBox:after {
	visibility: hidden;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#ciaoBox {
	zoom: 1;
}

#ciaoBoxLeft {
	float: left;
	width: 200px;
	padding: 0 10px;
	background-color: #000000;
	color: #FFFFFF;
}

#ciaoBoxCenter {
	float: left;
	width: 180px;
	margin: 30px;
}

#ciaoBoxRight {
	float: right;
	width: 200px;
	padding: 0 10px;
	background-color: #000000;
	color: #FFFFFF;
}

.thumbBox {
	padding: 15px 0;
	border-bottom: 1px dotted #333333;
}

.thumbBox:after {
	visibility: hidden;
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.thumbBox {
	zoom: 1;
}

.thumbphoto {
	padding: 10px 9px 4px;
}

.thumbphoto a img {
	display: block;
	border: 1px double #666666;
}

.thumbphoto a:hover img {
	border: 1px double #FF9933;
}

p.thumbcomment {
	margin: 0 12px;
	padding: 0 0 10px 10px;
	font-size: 80%;
	background: url(../images/leader_black.gif) 0 2px no-repeat;
}


/*** content (benvenuti) ***/
#specBenvenuti {
	margin: 10px 45px;
	padding: 10px 20px;
	background: url(../images/bg_benvenuti.jpg) right bottom no-repeat;
	background-color: #F4EBE5;
	border-top: 3px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
}

#specBenvenuti h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}

#specBenvenuti p {
	margin: 5px 0;
	font-size: 75%;
	line-height: 140%;
}

#couponBox {
	margin: 10px 45px;
}

#couponBoxLeft {
	float: left;
	width: 320px;
	margin: 0;
}

#couponBoxRight {
	float: left;
	width: 280px;
	margin: 3px 0 3px 15px;
}

#couponBoxRight p {
	font-size: 70%;
	line-height: 130%;
}


/*** content (campaign) ***/
#contCampaign {
	clear: both;
	height: 500px;
	margin: 10px 40px 0;
	padding: 250px 120px 0;
	background: url(../images/bg_campaign.jpg) center top no-repeat;
}

#contCampaign h2 {
	margin-bottom: 30px;
	color: #50533B;
	font-size: 100%;
	line-height: 120%;
}

#contCampaign p {
	margin-bottom: 1em;
	color: #50533B;
	font-size: 75%;
	line-height: 150%;
}

ul.linkage {
	margin: 2em 0 1em;
	padding: 0;
}

ul.linkage li {
	list-style-type: none;
	margin: 1em 0;
	font-size: 75%;
}

ul.linkage li a {
	padding-right: 0.2em;
	padding-left: 1em;
	background: url(../images/leader.gif) left center no-repeat;
	/* hack for only Win IE */
	#background: url(../images/leader.gif) 0 1px no-repeat;
}


/*** content (party) ***/
#listaParty {
	margin: 0 33px;
}

#listaParty ul {
	position: absolute;
	margin: 17px 0 0 17px;
	list-style-type: none;
}

#listaParty li {
	float: left;
}

#listaParty li a {
	display: block;
	width: 136px;
	height: 56px;
	text-decoration: none;
}

#listaParty li span {
	visibility: hidden;
}

ul#menuParty2800 li#p3500 a {
	margin-left: 187px;
}

ul#menuParty2800 li#p4000 a {
	margin-left: 21px;
}

ul#menuParty2800 li#p5000 a {
	margin-left: 19px;
}

ul#menuParty3500 li#p2800 a {
}

ul#menuParty3500 li#p4000 a {
	margin-left: 208px;
}

ul#menuParty3500 li#p5000 a {
	margin-left: 19px;
}

ul#menuParty4000 li#p2800 a {
}

ul#menuParty4000 li#p3500 a {
	margin-left: 16px;
}

ul#menuParty4000 li#p5000 a {
	margin-left: 211px;
}

ul#menuParty5000 li#p2800 a {
}

ul#menuParty5000 li#p3500 a {
	margin-left: 16px;
}

ul#menuParty5000 li#p4000 a {
	margin-left: 21px;
}

li#p2800 a {
	background: url(../images/menu_party.jpg) -5px -6px no-repeat;
}

li#p3500 a {
	background: url(../images/menu_party.jpg) -157px -6px no-repeat;
}

li#p4000 a {
	background: url(../images/menu_party.jpg) -314px -6px no-repeat;
}

li#p5000 a {
	background: url(../images/menu_party.jpg) -469px -6px no-repeat;
}

li#p2800 a:hover {
	background-position: -5px -106px;
}

li#p3500 a:hover {
	background-position: -157px -106px;
}

li#p4000 a:hover {
	background-position: -314px -106px;
}

li#p5000 a:hover {
	background-position: -469px -106px;
}

#listaParty img {
	position: static;
}

#drink {
	width: 470px;
	height: 95px;
	margin: 0 45px;
	padding: 35px 130px 8px 50px;
	color: #FFFFFF;
	background: #990000 url(../images/bg_drink.jpg) left center no-repeat;
}

#drink dl {
	margin-bottom: 5px;
}

#drink dt {
	margin-bottom: 3px;
	font-size: 85%;
	font-weight: bold;
}

#drink dd {
	margin: 0 0 8px 10px;
	font-size: 75%;
}

#drink p {
	font-size: 75%;
}

