﻿/***************************
HTML
***************************/
HTML {height: 100%;}

body {
	height: 100%;
	margin: 0px;
	margin-top: 30px;
    padding: 0px;
    border: 0px;
    background-color: #071126;
	color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {vertical-align: top; margin:0px; padding:0px; border: 0px;}

p {
	margin: 0px;
	padding: 0px;
}

/***************************
LAYOUT
***************************/
#container
{
    width: 850px;
	height: 100%;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    border: none;
    text-align: left;
}
#barra_top {
	width:850px;
	height:145px;
	background-color: #011C4A;
	background-image: url(/img/layout/baffo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#logo {
	position: absolute;
	width: 111px;
	height: 93px;
	z-index: 1;
	left: 98px;
	top: 18px;
}
#mainmenu {
	position:absolute;
	width:613px;
	height:25px;
	z-index:1;
	left: 222px;
	top: 43px;
	text-align: right;
	font-size: 19px;
	
}

.voce, .voce a:link, .voce a:active, .voce a:visited {color: #C2A039;}
.voce a:hover {color: #FFFFFF;}

.voceSelected, .voceSelected a:link, .voceSelected a:active, .voceSelected a:visited {color: #FFFFFF;}
.voceSelected a:hover {color: #C2A039;}

.vocePiede, .vocePiede a:link, .vocePiede a:active, .vocePiede a:visited {color: #706E6E;}
.vocePiede a:hover {color: #FFFFFF;}

.vocePiedeSelected, .vocePiedeSelected a:link, .vocePiedeSelected a:active, .vocePiedeSelected a:visited {color: #FFFFFF;}
.vocePiedeSelected a:hover {color: #706E6E;}

#stage {
	height: auto !important;
	height: 435px;
    min-height: 435px;
	background-image: url(/img/layout/bg_stage.png);
	background-repeat: repeat-x;
}
#inner_stage {
	height: auto !important;
	height: 325px;
    min-height: 325px;
}
#inner_news {
	height: auto !important;
	height: 275px;
    min-height: 275px;
}
#template_stage {
	padding-left: 25px;
	padding-top: 30px;
}
#centered_stage {
	padding-left: 100px;
	padding-top: 30px;
}
#bottom {
	height: auto !important;
	height: 110px;
    min-height: 110px;
    background-color: #00091D;
	background-image: url(/img/layout/bg_bottom.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	/*padding-bottom: 15px;*/
}
.hr_oro {
	width: 800px;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
	background-color: #C2A039;
}
.bg_oro {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #C2A039;
}

#submenu {
	width: 144px;
	position: absolute;
	z-index: 1;
	left: 685px;
	top: 152px;
}
#inner_submenu {
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	height: auto !important;
	height: 100px;
    min-height: 100px;
	background-image: url(/img/layout/rq_bg.png);
	background-repeat: repeat-y;
	text-align: right;
	font-size: 11px;
}
#inner_submenu #titolo { font-size: 18px;}
#inner_submenu p { padding-bottom: 5px;}
#inner_submenu .hr {
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
	background-color: #9B9A99;
}
#piede{
	padding-top: 8px;
	width: 850px;
	font-size: 12px;
	display: block;
	color: #706E6E;
}
#piede_sx{
	width: 610px;
	float: left;
	display: block;
}
#piede_dx{
	width: 190px;
	float: right;
	display: block;
	text-align: right;
}
#flashcontent {
	width: 850px;
	height: 470px;
}
#popupNazionale {
	position:absolute;
	width:425px;
	height:300px;
	top: 95px;
	left: 412px;
	z-index:5;
}

#popupConcorso {
	position:absolute;
	width:417px;
	height:301px;
	top: 95px;
	left: 422px;
	z-index:5;
}

/***************************
RICETTE
***************************/
.gridView {border: 0px;}

.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {background-image: url(/img/layout/stelle/gialla.png);}

.emptyRatingStar {background-image: url(/img/layout/stelle/grigia.png);}

.savedRatingStar {background-image: url(/img/layout/stelle/gialla.png);}

.bordo_grigio {
    border: 1px solid #9B9A99;
}

/***************************
FORM
***************************/
#table_form
{
    width: 620px;
}
#table_form .column
{
    width: 310px;
    vertical-align: top;
}
#table_form p
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
}
.input
{
    width: 245px;
    height: 18px;
    margin: 0px;
    padding: 1px;
    padding-left: 4px;
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-color: transparent;
	cursor: pointer;
    color: #FFFFFF;
	overflow: hidden; /* per le textarea senza barre */
}
input[type=checkbox]
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #041636;
	margin: 0px;
	padding: 1px;
}
