
/* Global properties ======================================================== */
html,body {
	width: 100%;
	padding: 0;
	margin: 0;
	/*height: 100%;*/
}

body {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*font-size: 13px;*/
	/*line-height: 22px;*/
	color: #969696;
	background-color: white;
	/*background: url(../images/bg-body.gif) center 0 repeat;*/
	min-width: 1042px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background: none repeat scroll 0 0 #FFFFFF;
    /*border-radius: 15px 15px 15px 15px;*/
    height: auto;
    padding: 25px;
    font-size: 15px;
    line-height: 22px;
    margin: auto;
	/*border: 1px black solid;*/
}


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

/*.main h1 {
	color: #006699;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
*/

.main h1 {
    color: #363636;
    /*font-size: 1.5em;*/
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Arial, Verdana
}

.main h3 {
    color: #EB891B;	
}

h1 a {
	display: inline-block;
	color: #8a8989;
}

h1 a span {
	color: #ffffff;
}

h1 a strong {
	display: block;
	position: absolute;
	right: 10px;
	top: -44px;
	background: url(../images/bg-logo.png) 0 0 no-repeat;
	width: 78px;
	height: 44px;
}

.bold {
	font-weight: bold;
}

.main a {
	text-decoration: none;
	cursor: pointer;
	color: #419863;
	/*font-size: 13px;*/
}

a:hover {
	/*text-decoration: none;*/
}

ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.button {
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 13px 6px 12px;
	background: #3b3b3b;
	color: #fff;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
}

.button:hover {
	color: #fff;
	background: #9a8981;
}

.elenco_puntato li {
    list-style: none outside url("images/q_elenco.gif");
    margin-bottom: 8px;
    margin-left: 20px;
}

.n_contatti {
    color: #419863;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 10px;
    width: 174px;
}

.desc_n {
    display: block;
    float: left;
    height: 25px;
    width: 455px;
}

.rimborsoInput {
    background-image: url("images/sfondo_input.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    border: 2px solid #B9CD13;
    color: #0D4A05;
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    height: 30px;
    padding-left: 3px;
}

TD.v-label {
    text-align: left;
    /*color: #EB891B !important;*/
    vertical-align: middle;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: normal;
}

TD.v-text {
    /*color: #EB891B !important;*/
    vertical-align: middle;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-transform:uppercase;
    empty-cells: show;
    white-space: normal;
}

.error {
    color: red;
    font-weight: bold !important;
    padding: 10px;
}

.contattiBox img{
	vertical-align: middle;
}