
BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma;
    MARGIN: 0 0 0 0
}
TD, INPUT, SELECT
{
	font-size: 10pt;
	font-family: Tahoma;
}
A
{
	COLOR: BLACK;
    TEXT-DECORATION: none;
}
A:hover
{
    TEXT-DECORATION: underline
}
.Header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #009949;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff;
    height: 30px;
}
.Title
{
	font-weight: bold;
	font-size: 12pt;
	color: #009949;
	font-family: Tahoma;
	background-color: #ffffff;
}
.Nombre
{
	text-align: right
}
.Erreur
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	background-color: red;
	text-align: center;
}
.InfoBox
{
	font-weight: bold;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightgoldenrodyellow;
}
.MainTitle
{
	font-weight: bold;
	font-size: 18pt;
	color: #009949;
	font-family: Arial;
	background-color: #ffffff;
	text-align: center;
}
.SubTitle
{
	color: #009949;
	font-weight: bold;
	background-color: #ffffff;
}
.SubTitleInfo
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightgoldenrodyellow;
}
.ToolBar
{
    FONT-WEIGHT: bold;
	COLOR: black;
    TEXT-DECORATION: none;
	background-color: white;
}
.ToolBarItem
{
	
}
.ToolBarItemSelected
{
	color: black;
	background-color: White;
}
.DivTree
{
	margin-left: 25px;
}
.Grid
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.TDPanel
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.Onglet
{
    FONT-WEIGHT: bold;
	COLOR: black;
    TEXT-DECORATION: none
}
.OngletSelected
{
    FONT-WEIGHT: bold;
	COLOR: black;
    TEXT-DECORATION: none;
	background-color: White;
}
.SubGroup
{
	font-weight: bold;
	color: black;
	height: 25px;
	background-color: white;
	font-variant: small-caps;
}
.lblReadOnly
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	color: black;
	border-bottom: gainsboro 1px solid;
}
.MsgErreurHeader
{
	font-weight: bold;
	font-size: 16pt;
	color: white;
	background-color: red;
	font-variant: small-caps;
}
.NoData
{
	font-weight: bold;
	font-size: 12pt;
	color: White;
}
.ImportantText
{
	font-weight: bold;
}
.Button
{
	width: 100px;
}

.MessageErreur
{
	vertical-align: baseline;
	width: 100%;
	font-size: 14pt;
	color: red;
	text-align: left;
}
.MessageErreurHeader
{
	vertical-align: baseline;
	font-weight:bold;
	width: 100%;
	font-size: 16pt;
	color: red;
	text-align: left;
}

.SortInfo
{
	font-size: 9px;
	vertical-align: super;
	color: yellow;
	text-align: center;
}

.TreeRoot
{
	background-color:Lime
}

.TBox
{
		font-size: 8pt;
}

.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: White;
}
.calheader
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	color: white;
	border-bottom: 1px outset;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 9pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}

.Grid_Red_Style
{
    background-color: Red;
}

.Grid_Blue_Style
{
    background-color: Blue;
}

.Grid_Green_Style
{
    background-color: Green;
}

.Grid_Yellow_Style
{
    background-color: Yellow;
}