a {
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
    cursor: pointer !important;
}

a img {
    border: none;
}

.homeText {
	line-height: 175%;
}

/*.homeMenu {
    width:200px;
    float:left;
    margin-right:10px
}*/

.eliminazione {
    background-image: url("../images/cancel.png") !important;
}

.aggiorna{
    background-image: url("../images/rebuild.png") !important;
}

.refresh{
    background-image: url("../images/refresh.png") !important;
}

.duplica{
    background-image: url("../images/duplica.png") !important;
}


.modifica{
    background-image: url("../images/edit_2.gif") !important;    
}

.downloadimages {
    background-image: url("../images/download_doc.gif") !important;
}

.xml{
    background-image: url("../images/xmlicon.jpg") !important;
}

.csv{
    background-image: url("../images/csv.png") !important;
}

.csv16{
    background-image: url("../images/excel16.png") !important;
}

.csv_16{
    background-image: url("../images/csv_16.png") !important;
}

.search {
    background-image: url("../images/search.png") !important;
}

.aggiungi{
    background-image: url("../images/aggiungi.png") !important;
}

.back {
    background-image: url("../images/back.png") !important;
}

.back-icon {
    background-image: url("../images/arrow-back-1.png") !important;
}

.pdf {
    background-image: url("../images/pdf.png") !important;
}

.pdf16 {
    background-image: url("../images/pdf16.png") !important;
}

.view {
    background-image: url("../images/table.png") !important;
}

.card {
    background-image: url("../images/vcard.png") !important;
}

.print {
    background-image: url("../images/printer.png") !important;
}

.newSearch {
    background-image: url("../images/new.png") !important;
}

.password {
    background-image: url("../images/lock.png") !important;
}

.esporta {
    background-image: url("../images/esporta.jpg") !important;
}

.save {
    background-image: url("../images/save.png") !important;
}

.editArticolo {
    background-image: url("../images/editArticolo") !important;
}

.ok {
    background-image: url("../images/accept.png") !important;
}

.ko {
    background-image: url("../images/cross.png") !important;
}

.reset {
    background-image: url("../images/page_white.png") !important;
}

.copy {
    background-image: url("../images/page_white_copy.png") !important;
}

.mainTitle {
    color:#004488;
    font-size:28px;
    font-weight:bold;
    vertical-align:middle;
    margin-left: 5px;
}

.mainSubText {
    color:#004488;
    font-size:14px;
    padding:2px;
    margin-left: 5px;
}


.rowWhite {
    background-color: white !important;
    background-image: none !important;
    color: #000000 !important;
}
.rowLightGrey {
    background-color: lightgray !important;
    background-image: none !important;
    color: #000000 !important;
}
.rowGrey {
    background-color: #E7E5DC !important;
    background-image: none !important;
    color: #000000 !important;
}
.rowOrange {
    background-color: #fcd3a1 !important;
    background-image: none !important;
    color: #000000 !important;
}
.rowRed {
    background-color: red !important;
    background-image: none !important;
    color: #ffffff !important;
}

.right_col {
    text-align: right !important;
}

.left_col {
    text-align: left !important;
}

.center_col {
    text-align: center !important;
}

.center_col50 {
    text-align: center !important;
    width: 50% !important;
}

.left_col50 {
    text-align: left !important;
    width: 50% !important;
}

.right_col50 {
    text-align: right !important;
    width: 50% !important;
}

.center_col50 {
    text-align: center !important;
    width: 50% !important;
}

.left_col70 {
    text-align: left !important;
    width: 70% !important;
    border-width: 0 !important;
}

.right_col30 {
    text-align: right !important;
    width: 30% !important;
    border-width: 0 !important;
}

.left_col70_b1 {
    text-align: left !important;
    width: 70% !important;
    border-width: 1px !important;
    border-color: #E7E5DC !important;
}

.right_col30_b1 {
    text-align: right !important;
    width: 30% !important;
    border-width: 1px !important;
    border-color: #E7E5DC !important;
    
}

.right_col20_bold {
    text-align: right !important;
    width: 20% !important;
    border-width: 0 !important;
    font-weight: bold !important;
}

.top {
    vertical-align: top !important
}

.light{
    background-color: #E7E5DC !important;
}

.col50{
    width: 50% !important;
}

.col50v{
    width: 50% !important;
    vertical-align: top !important;
}

.center-no-border-nosp {
    text-align: center !important;
    border-width: 0 !important;
    padding: 1px 1px !important;
}

.right_col_bold {
    text-align: right !important;
    font-weight: bold !important;
}

.left-no-border {
    text-align: left !important;
    border-width: 0 !important;
}

.right-no-border {
    text-align: right !important;
    border-width: 0 !important;
}

.center-no-border {
    text-align: center !important;
    border-width: 0 !important;
}

.center-no-border-nosp {
    text-align: center !important;
    border-width: 0 !important;
    padding: 1px 1px !important;
}

.rightbold-no-border {
    text-align: right !important;
    border-width: 0 !important;
    font-weight: bold;
}

.leftbold-no-border {
    text-align: left !important;
    border-width: 0 !important;
    font-weight: bold;
}

.brakeWord {
    white-space:normal !important;
}