body {
	color				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
}

.header {
	background-image	: url( '../images/header_r.gif' );
	background-repeat	: repeat-x;
}

.footer {
	text-align			: center;
	border-color		: #EBECF5;
	border-style		: solid;
	border-width		: 1px;
	border-right		: none;
	border-left			: none;
	background-image	: url( '../images/footer.gif' );
	background-repeat	: repeat-y;
	background			: #FFFFFF;
}

a,a:visited,a:active {
	color				: #000000;
	text-decoration		: underline;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

a:hover {
	color				: #FF6600;
	text-decoration		: none;
}

input {
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 1px solid #FF6600;
	background-color	: #ECECEC;
}

select,textarea {
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 1px solid #B7B7B7;
	background-color	: #ECECEC;
}

input.bottom { /*input.bottone*/
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 1px solid #FF6600;
	background-color	: #ECECEC;
}

.title { /*titolo*/
        background-color        : #ECECEC;
        border-color            : #B7B7B7;
        border-style            : solid;
        border-width            : 1px;
        border-top                      : none;
        text-align                      : left;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;

}

.line_shadow { /*linea_ombra*/
	background-image	: url( '../images/shadow.gif' );
	background-repeat	: repeat-y;
	background-position	: top left;
}

.section { /*sezione*/
	height				: 25px;
/*	background-image	: url( '../images/section.gif' );*/
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 14px;

}

.subsection { /*sottosezione*/
	height				: 25px;
	background-image	: url( '../images/subsection.gif' );
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;

}

.endsection { /*finesezione*/
	height				: 25px;
	background-image	: url( '../images/endsection.gif' );
}

.maintable { /*install_tabella*/
	width				: 90%;
}

.maintable_60 { /*install_tabella_60*/
	width				: 60%;
}

.maintable_40 { /*install_tabella_40*/
	width				: 40%;
}

.maintitle { /*Title Main Window Header*/
	width				: 90%;
	background-color        : #ECECEC;
	border-color		: #000000;
	border-style		: solid;
	border-width		: 1px;
	text-align			: left;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 14px;
        font-weight                     : bold;

}

.main_field_name { /*install_nomecampo*/
	width				: 84%;
	background-color        : #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: left;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

.main_field_confirm { /*install_confermacampo*/
	width				: 84%;
	background-color	: #EBECF5;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: right;
}

.field_name { /*nomecampo*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: left;
	border-top			: none;
	border-left			: none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;
}

.field_name_nobordersmall { /*nomecampo_nobordobasso*/

        background-color        : #ECECEC;
        border-color            : #B7B7B7;
        border-style            : solid;
        border-width            : 1px;
        text-align                      : left;
        border-top                      : none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;
}

.field_name_center { /*nomecampo_acenter*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: center;
	border-top			: none;
}

.field_name_center_noborder { /*nomecampo_acenter_nobordo*/
	height				: 30px;
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: center;
	border-top			: none;
	border-right		: none;
}

.field_name_border_left { /*nomecampo_bordosx*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	text-align			: left;
	border-top			: none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;
}

.field_name_search {
	background-color	: #ECECEC;
	border-color		: #FF6600;
	border-style		: solid;
	border-width		: 1px;
	border-top			: none;
	border-left			: none;
	text-align			: right;
}

.main_field_display { /*install_campodisplay*/
	width				: 6%;
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

.field_display { /*campodisplay*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	border-top			: none;
	border-left			: none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

.field_display_search {
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	border-top			: none;
	border-left			: none;
	text-align			: right;
}

.field_display_border_left { /*First Field left in a List*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	border-top			: none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

.field_display_nobordersmall { /*campodisplay_nobordobasso*/
	background-color	: #ECECEC;
	border-color		: #B7B7B7;
	border-style		: solid;
	border-width		: 1px;
	border-top			: none;
	border-left			: none;
	border-bottom		: none;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 10px;
        font-weight                     : bold;

}

select.dropdown_noborder { /*tendina_nobordo*/
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 1px solid #FF6600;
	background-color	: #ECECEC;
}

textarea.textarea_noborder { /*textarea_nobordo*/
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 0px solid #FF6600;
	background-color	: #ECECEC;
}

textarea.textarea_border { /*textarea_bordo*/
	color				: black;
	text-decoration		: none;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
	border				: 1px solid #FF6600;
	background-color	: #ECECEC;
}

.maintitle_search_left {
	background-color	: #ECECEC;
	border-color		: #000000;
	border-style		: solid;
	border-width		: 1px;
	border-right-width	: 0px;
	text-align			: left;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 14px;
        font-weight                     : bold;
}

.maintitle_search_right {
	background-color	: #ECECEC;
	border-color		: #000000;
	border-style		: solid;
	border-width		: 1px;
	border-left-width	: 0px;
	text-align			: right;
}


.maintitle_apply_left {
    background-color    : #ECECEC;
    border-color        : #000000;
    border-style        : solid;
    border-width        : 1px;
    text-align          : left;
        font-family                     : Verdana, Arial, Helvetica, sans-serif;
        font-size                       : 14px;
        font-weight                     : bold;

}

.maintitle_apply_right {
    background-color    : #ECECEC;
    border-color        : #000000;
    border-style        : solid;
    border-width        : 1px;
    text-align          : right;
}
