BODY {
    background: transparent;
    margin-left: 0px;
    margin-top: 0px;
}

BODY.hr {
    background: white;
    margin-left: 0px;
    margin-top: 0px;
}

A.ButtonNormal{
    background-color: transparent;
    background-position:  left center;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    cursor: hand;
}

A.ButtonOver{
    color: darkred;
    background-position:  left center;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

A.ButtonClicked{
    color: darkblue;
    background-color: transparent;
    background-position:  left center;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

A.ButtonDisabled{
    border: 2px solid white;
    color: darkgray;
    cursor: default;
    background-color: transparent;
    background-position:  left center;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 20px;
    margin-left: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

A.IconNormal{
    background-color: transparent;
    background-repeat: no-repeat;

}

A.IconOver{
    background-color: lightyellow;
}

A.IconClicked{
    background-color: lightyellow;
}

A.IconDisabled {
    background-color: transparent;
}

A.MenuFolder{
    border: none;
    color: red;
    background-color: transparent;
    background-position:  left top;
    background-repeat: no-repeat;
    height: 30px;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
}

A.MenuElement{
    border: none;
    color: red;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    white-space: nowrap;
    text-overflow: ellipsis;
}
A.MenuActive{
	border: none;
	color: black;
	background-color: transparent;
        margin-left: 5px;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 10px;
        font-family: Arial;
        cursor: default;
}
A.MenuOver{
        border-top: 2px outset lightgray;
	border-left: 2px outset lightgray;
	border-bottom: 2px outset darkgray;
	border-right: 2px outset darkgray;
	color: red;
	background-color: lightyellow;
	background-position:  left top;
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 10px;
        font-family: Arial;
}

A.MenuClicked{
	border-top: 2px inset gray;
	border-left: 2px inset gray;
	border-bottom: 2px inset lightgray;
	border-right: 2px inset lightgray;
	color: black;
	background-color: lightyellow;
	background-position:  left top;
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 10px;
        font-family: Arial;
}



DIV.MenuList{
    position: absolute;
    top: 21px;
    left: 1px;
    height: 376px;
    width: 196px;
    background-color: transparent;
    overflow: auto;

}

DIV.MessageSystem{
    position: absolute;
    top: 21px;
    left: 1px;
    height: 376px;
    width: 196px;
    background-color: red;
    overflow: auto;
    visibility:hidden;

}

DIV.Utente{
    position: relative;
    top: 600px;
    left: 1px;
    height: 200px;
    width: 196px;
    background-color: transparent;
    border: 1px solid black;
}

DIV.MenuPreferred{
    position: absolute;
    top: 421px;
    left: 1px;
    height: 174px;
    width: 196px;
    background-color: transparent;
    overflow: auto;
    border: 1px solid black;
}

DIV.MenuRow{
    position: relative;
    top: 0px;
    left: 0px;
    height: 22px;
    width: 100%;
}

DIV.MenuRowAction{
    position: absolute;
    top: 0px;
    left: 5px;
    height: 20px;
    width: 10px;
    color: red;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10px;
    font-family: Arial;
    cursor: hand;
}
DIV.MenuRowActionOver{
    position: absolute;
    top: 0px;
    left: 5px;
    height: 20px;
    width: 10px;
    color: red;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    font-size: 12px;
    font-family: Arial;
    cursor: hand;
}
DIV.MenuRowVoice{
    position: absolute;
    top: 0px;
    left: 15px;
    height: 20px;
    white-space: nowrap;
    border: none;
    color: black;
    background-color: transparent;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    cursor: hand;
}
DIV.MenuRowActive{
    position: absolute;
    top: 0px;
    left: 15px;
    height: 20px;
    white-space: nowrap;
    border: none;
    color: black;
    background-color: transparent;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    cursor: default;
}
DIV.MenuRowFolder{
    position: absolute;
    top: 0px;
    left: 15px;
    height: 20px;
    white-space: nowrap;
    border: none;
    color: black;
    background-color: transparent;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    cursor: hand;
}
DIV.MenuRowOver{
	position: absolute;
	top: 0px;
	left: 15px;
	height: 20px;
	white-space: nowrap;
	color: #990033;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	cursor: hand;
}
DIV.MenuRowClicked{
    position: absolute;
    top: 0px;
    left: 15px;
    height: 20px;
    white-space: nowrap;
    color: darkblue;
    background-color: lightyellow;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial;
    cursor: hand;
}

DIV.TaskBar{
    position: absolute;
    top: 680px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: trasparent;
    overflow: auto;
}

DIV.Top{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 100%;

}

DIV.ErrTitle{
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid gray;
    background-color: #F0A9AD;
    background-color: #CAEFA9;
    background-color: #F5ECEC;
    width: 575px;
}
DIV.Actions{
    position: relative;
    top: 5px;
    left: 320px;
    width: 95%;
    padding-top: 10px;
    padding-left: 20px;

    height: 27px;
}

DIV.Title{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 11px;
    padding-bottom: 6px;
    padding-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 210px;
    height: 22px;
    background-image: url('../Images/topBg1.gif');
}

DIV.PickListTitle{
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid gray;
    background-color: #F0A9AD;
    background-color: #CAEFA9;
    background-color: #F5ECEC;
    width: 742px;
}

DIV.Head{
    position: relative;
    background-color: transparent;
    top: 0px;
    left: 0px;
    margin-top: 55px;
    border: 1px solid gray;
    width: 100%;
}

DIV.ListHead{
    position: relative;
    background-color: transparent;
    top: 10px;
    left: 0px;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

DIV.ListBody{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    width: 100%;
    overflow: auto;
}

DIV.ListBodyTab{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    width: 100%;
    overflow: auto;
}

DIV.ListBodyCheck{
    position: relative;
    top: 5px;
    left: 0px;
    background-color: white;
    width: 100%;
    border: 1px solid gray;
    margin-bottom: 2px;
}

DIV.DocGestHead{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    height: 30px;
    width: 100%;
}

DIV.DocGestTabs{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    height: 31px;
    background-image: url('../Images/sfondoTab.gif');
    width: 805px;

}
DIV.DocGestBody{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    height: 100%;
    width: 100%;
    overflow: auto;
}
DIV.DocBody{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    height: 100%;
    width: 100%;
    overflow: auto;
}
DIV.DocRowsHead{
    position: relative;
    background-color: transparent;
    top: 20px;
    left: 0px;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

DIV.DocRowsBody{
    position: relative;
    top: 20px;
    left: 0px;
    background-color: transparent;
    height: 400px;
    width: 100%;
    overflow: auto;
}

DIV.ErrorsList{
    background-color: transparent;
    font: 12px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: darkred;
}

LABEL.Title{
    font: bold 14px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    padding-top: 10px;
    height: 20px;
     background-image: url('../Images/topBg.gif');
}
LABEL.SubTitle{
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: darkred;
    padding-top: 5px;
    height: 12px;
}
LABEL.NField{
    color: black;
    font: bold 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}
LABEL.RedField{
    color: red;
    font: bold 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}
LABEL.HField{
    color: blue;
    font: bold 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}


LABEL.RField{
    color: darkred;
    font: bold 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}

LABEL.MenuLabel{
    color: black;
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
    width: 10px;
}
TABLE.MenuList{
    position: absolute;
    top: 4px;
    left: 1px;
    height: 18px;
    width: 198px;
    border: 1px solid black;
}
TABLE.MenuPreferred{
    position: absolute;
    top: 404px;
    left: 1px;
    height: 18px;
    width: 198px;
    border: 1px solid black;
}

TABLE.Selections{
    border: none;
    overflow: auto;
    table-layout: fixed;
}
TABLE.ErrorsList{
    border: none;
    overflow: auto;
    table-layout: fixed;
}
TABLE.DocGestHead{
    border: none;
    table-layout: fixed;
}
TABLE.DocGestTabs{
    table-layout: fixed;
    width: 100%;
}
TABLE.DocGestBody{
    border: none;
    overflow: auto;
    table-layout: fixed;
}
TABLE.ListHead{
    border: none;
    table-layout: fixed;
}
TABLE.ListBody{
    border: none;
    table-layout: fixed;
    padding: 0px;
}

TABLE.Title{
    top: 4px;
    left: 1px;
    height: 18px;
    width: 100%;
    background-image: url('../Images/menuitemdown.png');
    border: 1px solid black;
    padding-top: 3px;
}

TABLE.MainTitle{
    top: 4px;
    left: 1px;
    height: 18px;
    width: 100%;
    background-image: url('../Images/menuitemdown.png');
    padding-top: 3px;
}

TABLE.SubTitle{
    top: 1px;
    left: 1px;
    height: 18px;
    width: 100%;
    background-image: url('../Images/subtitle_bg.gif');
    border: 1px solid black;
}
TD.SmallTitle{
    color: darkblue;
    font: bold 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    background-color: #FDCD12;
}
TD.TopTool{
    font: bold 10px thaoma,Verdana, Arial, Helvetica, sans-serif;
    color: white;
}
TD.TitleTool{
    font: bold 16px thaoma,Verdana, Arial, Helvetica, sans-serif;
    color: white;
}
TD.CopyRight{
    font: 9px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: black;
}
TH.Unselect {
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    height: 20px;
    text-align: center;
    background-color: steelblue;
}
TR.Normal{
    height: 20px;
}



TH.Normal {
    font: normal 10px taoma, Verdana, Arial, Helvetica, sans-serif;
    border: none;
    color: white;
    height: 20px;
    text-align: center;
    background-color: steelblue;
    cursor: hand;
}
TH.SelectedUp {
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    border: none;
    color: black;
    height: 20px;
    text-align: center;
    background-color: #6297C1;
    cursor: hand;
}
TH.SelectedDown {
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    border: none;
    color: black;
    height: 20px;
    text-align: center;
    background-color: #38678D;
    cursor: hand;
}
TH.Over {
    border: none;
    font: normal 10px thaoma,Verdana, Arial, Helvetica, sans-serif;
    color: black;
    color: yellow;
    height: 20px;
    text-align: center;
    background-color: navy;
    cursor: hand;
}
TH.Clicked {
    border: none;
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    height: 20px;
    text-align: center;
    background-color: #A0A0A0;
    cursor: hand;
}
TD.TopMargin{
    font: normal 6px thaoma, verdana;
    height: 6px;
}
TD.ListBody {
    text-align: center;
    font: normal 11px thaoma, verdana;
}


TD.ListBody0 {
    text-align: center;
    font: normal 11px thaoma, verdana;
}

TD.ListBody1 {
    text-align: center;
    font: bold 11px thaoma, verdana ;
    color: red;
}

TD.CellLabel {
    background-image: url('../Images/bg.gif');
    background-repeat: repeat-x;
}
TD.SectionSelected {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../Images/bgTabSelect.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;;
    padding-left: 0px;
    cursor: default;
}
TD.SectionEnabled {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: black;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;;
    padding-left: 0px;
    cursor: default;
}
TD.SectionOver {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;;
    padding-left: 0px;
    cursor: hand;
}
div.SectionOver {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    cursor: hand;
}
TD.SectionClicked {
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: navy;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;;
    padding-left: 0px;
    cursor: hand;
}
TD.SectionDisabled {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 0px;
    cursor: default;
}

TD.SectionSmSelected {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: navy;
    background-image: url('../Images/tabselsm.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: default;
}
TD.SectionSmEnabled {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-image: url('../Images/tabnotselsm.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: left;
    cursor: hand;
}
TD.SectionSmOver {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: white;
    background-image: url('../Images/tabnotselsm.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: hand;
}
TD.SectionSmClicked {
    font: normal 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: navy;
    background-image: url('../Images/tabnotselsm.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: hand;
}
TD.SectionSmDisabled {
    font: bold 10px thaoma, Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    background-image: url('../Images/tabnotselsm.gif');
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    cursor: default;
}

INPUT.Alfa{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}

INPUT.ListSoc{
    color: black;
    background-color: #c0cce6 ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: center
}

INPUT.ListSocReadOnly{
    color: black;
    background-color: #c0cce6 ;
    font: normal 11px thaoma, verdana;
    border: 1px solid #c0cce6;
    text-align: center
}

INPUT.AListSocReadOnly{
    color: black;
    background-color: #FFFFFF ;
    font: normal 11px thaoma, verdana;
    border: 1px solid #FFFFFF;
    text-align: center
}

INPUT.OAlfa{
    color: darkred;
    background-color: #F5ECEC;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}
INPUT.AlfaFocus{
    color: darkred;
    background-color: #CED0EC ;
    font: normal 11px thaoma, verdana;
    border: 1px solid dimgray;
    text-align: left;
}
INPUT.OAlfaFocus{
    color: black;
    background-color: lightyellow ;
    font: normal 11px thaoma, verdana;
    border: 1px solid dimgray;
    text-align: left;
}
INPUT.Num{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: right;
}
INPUT.ONum{
    color: black;
    background-color: #F5ECEC;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: right;
}
INPUT.NumFocus{
    color: black;
    background-color: lightyellow;
    font: normal 11px thaoma, verdana;
    border: 1px solid dimgray;
    text-align: right;
 }
INPUT.ONumFocus{
    color: black;
    background-color: lightyellow ;
    font: normal 11px thaoma, verdana;
    border: 1px solid dimgray;
    text-align: right;
 }
INPUT.AlfaReadOnly{
    color: black;
    background-color: lightgray;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.OAlfaReadOnly{
    color: black;
    background-color: lightgray;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.NumReadOnly{
    color: black;
    background-color: lightgray;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: right;
}
INPUT.ONumReadOnly{
    color: black;
    background-color: lightgray;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: right;
}

INPUT.RAlfa{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.ORAlfa{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}
INPUT.RAlfaFocus{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.ORAlfaFocus{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}
INPUT.RNum{
    color: black;
    background-color: transparent;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: right;
}
INPUT.ORNum{
    color: black;
    background-color: transparent;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: right;
}
INPUT.RNumFocus{
    color: black;
    background-color: lightyellow;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: right;
 }
INPUT.ORNumFocus{
    color: black;
    background-color: transparent;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: right;
 }
INPUT.RAlfaReadOnly{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.ORAlfaReadOnly{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}
INPUT.RNumReadOnly{
    color: black;
    background-color: transparent;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: right;
}
INPUT.ORNumReadOnly{
    color: black;
    background-color: transparent;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: right;
}

INPUT.HAlfa{
    color: black;
    background-color: #D2E1EE;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.HAlfaFocus{
    color: black;
    background-color: #D2E1EE;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}
INPUT.HAlfaReadOnly{
    color: black;
    background-color: #D2E1EE;
    font: normal 11px thaoma, verdana;
    border: 1px solid silver;
    text-align: left;
}

SELECT.Normal{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;

    text-align: left;
}
SELECT.ONormal{
    color: black;
    background-color: #F5ECEC;
    font: normal 11px thaoma, verdana;
}

FIELDSET.Filter{
    background-color: transparent;
    border: 0px double transparent;
    width: 99%;
}

LEGEND.Filter{
    padding-top: 15px;
    font: bold 10px tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: darkred;
}

FIELDSET.DocDetail{
    background-color: transparent;
    #border: 1px double;
    width: 99%;
}

FIELDSET.DocDetailCheck{
    background-color: transparent;
    border: 0px double;
    width: 99%;
}
LEGEND.DocDetail{
    font: bold 9px tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: blue;
}

LEGEND.DocDetailCheck{
    font: bold 10px tahoma, Verdana, Arial, Helvetica, sans-serif;

}
FIELDSET.DocHead{
    background-color: white;
    border: 1px double;
    color: darkred;
    width: 99%;
}
LEGEND.DocHead{
    font: bold 9px tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

IMG.ButtonNormal{
    vertical-align: middle;
    border: 1px solid white;
    background-color: transparent;
    height: 17px;
    cursor: hand;
}
IMG.ButtonOver{
    vertical-align: middle;
    border: 1px solid darkred;
    background-color: lightyellow;
    height: 17px;
    cursor: hand;
}
IMG.ButtonClicked{
    vertical-align: middle;
    border: 1px solid darkred;
    height: 17px;
    cursor: hand;
}

IMG.ButtonDisabled{
    vertical-align: middle;
    border: 2px solid white;
    background-color: transparent;
    height: 17px;
    cursor: default;
}

Textarea.SECTION{
    color: black;
    background-color: transparent ;
    font: normal 11px thaoma, verdana;
    border: 1px solid steelblue;
    text-align: left;
}

