BODY {
    background-color: white;
    font-family: Arial, Verdana, 'MS Sans Serif';
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

/* LABEL */

.Titolo {
    font-size: 15px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
}

.NomeUtente {
    font-size: 13px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
}

.Messaggio {
    font-size: 12px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    color: Red;
    font-weight: bold;
}

.LabelNormale {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
}

.LabelEvidenziata {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
}

/* fine LABEL */

/* TEXT */

.TextNormale {
    background: White url('../images/isha.gif') no-repeat fixed left top;
    border-style: Groove;
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    width: 722px;
    height: 22px;
    PADDING-LEFT: 2px;
}

.TextNote {
    background-color: White;
    border-style: none;
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/isha.gif);
    BACKGROUND-REPEAT: no-repeat;
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    width: 720px;
    PADDING-LEFT: 2px;
}

.bSha {
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/isha.gif);
    BACKGROUND-REPEAT: no-repeat;
    BORDER-RIGHT: #4b6076 1px solid;
    BORDER-TOP: #4b6076 1px solid;
    BORDER-LEFT: #4b6076 1px solid;
    BORDER-BOTTOM: #4b6076 1px solid;
    PADDING-LEFT: 4px;
    FONT-FAMILY: Arial, Verdana, MS Sans Serif;
    FONT-SIZE: 10px;
}

.iSha {
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/isha.gif);
    BACKGROUND-REPEAT: no-repeat;
    PADDING-LEFT: 4px;
    PADDING-TOP: 3px;
    FONT-FAMILY: Arial, Verdana, MS Sans Serif;
    FONT-SIZE: 10px;
    HEIGHT: 18PX;
    border-style: none;
}

.Shadowed {
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/shadow.gif);
    BACKGROUND-REPEAT: no-repeat;
    PADDING-LEFT: 4px;
    PADDING-TOP: 3px;
}

.rdstateNormale {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
}

.ComboNormale {
    font-size: 11px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    z-index: -1;
}

.ListaNormale {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
}

.lb {
    FONT-FAMILY: Arial, Verdana, MS Sans Serif;
    FONT-SIZE: 10px;
    border: none;
}

.tablogin {
    BORDER-RIGHT: #bdbdbd 2px solid;
    BORDER-TOP: #bdbdbd 2px solid;
    BORDER-LEFT: #bdbdbd 2px solid;
    BORDER-BOTTOM: #bdbdbd 2px solid;
    BACKGROUND-COLOR: #d0d0d0;
}

/* BUTTON */

.button_bar {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: #f6f7f8;
}

.inButton {
    background-color: #d0d0d0;
    border: #dbeaf5 1px solid;
    color: #363636;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    border-style: outset;
    height: 18px;
}

.inButtonHover {
    background-color: #bdbdbd;
    border: #dbeaf5 1px solid;
    color: white;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    border-style: outset;
    height: 18px;
}

.inButtonWait {
    background-color: #FFFFFF;
    border: #1a51c2 1px solid;
    color: white;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    border-style: outset;
    color: #000000;
    cursor: wait;
    height: 18px;
}

.GenericButton {
    background-color: #999999;
    border: #1a51c2 1px solid;
    color: white;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    border-style: outset;
    height: 18px;
}

.BottoneNormale {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
}

/* fine BUTTON */
/* MENU */

.TopGroup {
    background-color: #DBD7D0;
    /*border:solid 1px gray;*/
    cursor: default;
}

.MenuGroup {
    background-image: url(../imgmenu/background.gif);
    background-repeat: repeat-y;
    background-color: #F9F8F7;
    border: solid 1px #7E7E81;
    cursor: default;
}

.TopMenuItem {
    background-color: #DBD7D0;
    color: black;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    border: solid 1px #DBD7D0;
    cursor: default;
}

.TopMenuItemHover {
    background-color: #C2C5C8;
    color: black;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    border: solid 1px #A6A8B2;
    cursor: default;
}

.MenuItem {
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    cursor: default;
}

.MenuItemHover {
    background-color: #C2C5C8;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 10px;
    cursor: default;
}

.MenuBreak {
    background-image: url(../imgmenu/break_bg.gif);
    width: 100%;
    height: 1px;
}

/* fine MENU */
/* TABLE */

TABLE.inner {
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
}

TABLE.resize {
    BORDER-RIGHT: #C2C5C8 1px solid;
    BORDER-TOP: #C2C5C8 1px solid;
    BORDER-LEFT: #C2C5C8 1px solid;
    BORDER-BOTTOM: #C2C5C8 1px solid;
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
    background-color: #f6f7f8;
}

TABLE.resizeUP {
    BORDER-RIGHT: #C2C5C8 1px solid;
    BORDER-TOP: #C2C5C8 1px solid;
    BORDER-LEFT: #C2C5C8 1px solid;
    BORDER-BOTTOM: #C2C5C8 0px solid;
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
    background-color: #f6f7f8;
}

TABLE.resizeMD {
    BORDER-RIGHT: #C2C5C8 1px solid;
    BORDER-TOP: #C2C5C8 0px solid;
    BORDER-LEFT: #C2C5C8 1px solid;
    BORDER-BOTTOM: #C2C5C8 0px solid;
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
    background-color: #f6f7f8;
}

TABLE.resizeDN {
    BORDER-RIGHT: #C2C5C8 1px solid;
    BORDER-TOP: #C2C5C8 0px solid;
    BORDER-LEFT: #C2C5C8 1px solid;
    BORDER-BOTTOM: #C2C5C8 1px solid;
    BORDER-COLLAPSE: collapse;
    table-layout: fixed;
    background-color: #f6f7f8;
}

TR.nos {
}

TR.sis {
    display: none;
}

P.breakhere {
    display: none;
}

TD.row1 {
    BACKGROUND-COLOR: #ebebeb;
}

TD.row2 {
    BACKGROUND-COLOR: #e8ecf4;
}

TD.row3 {
    BACKGROUND-COLOR: #e0e7f1;
}

/* fine TABLE */
/* DATAGRID */

.GrigliaNormale {
    font-size: 10px;
    font-family: Arial, Verdana, 'MS Sans Serif';
    z-index: 1;
}

    .GrigliaNormale tr, .GrigliaNormale td, .GrigliaNormale th {
        border: 1px solid #cccccc;
        border-collapse: collapse;
    }

DIV.xdatagrid {
    width: 720px;
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../images/isha.gif);
    BACKGROUND-REPEAT: no-repeat;
}

.Grid {
    width: 100%;
    background-color: white;
}

    .Grid td {
        border: solid 1px #CCCCCC;
        margin: 0px 0px 0px 0px;
        font-family: Arial, Verdana, 'MS Sans Serif';
        padding: 1px 1px 1px 1px;
    }

.GridHeader {
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    color: White;
    background-color: #6788C9;
}

.GridItem, .GridAltItem {
    font-size: 10px;
    height: 16px;
    color: #000066;
}

.GridItem {
    background-color: White;
}

.GridAltItem {
    background-color: White;
}

.GridSelItem {
    font-size: 10px;
    font-weight: bold;
    color: MidnightBlue;
    background-color: #EFEDDE;
}

/* fine DATAGRID */


/* DataGrid Style*/
.DGStyle {
    border-style: solid;
    padding: 2px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 1px;
    border-color: #FFFFFF;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 13px;
    width: 100%;
}

.DGStyle0 {
    border-style: solid;
    padding: 2px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 1px;
    border-color: #FFFFFF;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-size: 13px;
    width: 100%;
    table-layout: fixed;
}

.DGHeaderStyle {
    font-size: 14px;
    color: #0000BB;
    font-family: Arial, Verdana, 'MS Sans Serif';
    font-weight: bold;
    background-color: #E4E4FF;
    height: 24px;
}

.DGItemStyle {
    font-size: 12px;
    color: #0000BB;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: #F4F3FF;
    height: 20px;
    font-weight: normal;
}

.DGAlternatingItemStyle {
    font-size: 12px;
    color: #0000BB;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: #FBFBFF;
    height: 20px;
    font-weight: normal;
}

.DGSelectedItemStyle {
    font-size: 12px;
    color: #000066;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: #FFFF66;
    height: 20px;
    font-weight: normal;
}

.DGFooterStyle {
    font-size: 12px;
    color: #0000BB;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: #FFFFDF;
    height: 20px;
}

.TabellaBordata {
    border: solid 1px #000000;
}

.TabellaBordataMid {
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
}

.TabellaBordataLight {
    border: solid 1px #d0d0d0;
}
