﻿/*body 
{
	scrollbar-face-color : #E0E0E0 ;
	scrollbar-shadow-color : #E0E0E0 ;
	scrollbar-highlight-color : #E0E0E0  ;
	scrollbar-3dlight-color : #E0E0D0  ;
	scrollbar-darkshadow-color : #E0E1E0 ;
	scrollbar-track-color : #E0E0E0 ;
	scrollbar-arrow-color : #000000 ;
}
*/

.staticMenuItem
{
	border-right-color:White;
	border-right-style:solid;
	border-right-width:5px;
	text-align:center;
}
.staticMenuItemSelected
{
	border-right-color:White;
	border-right-style:solid;
	border-right-width:5px;
	text-align:center;
	background-color:#d8c0a8;
}

.textBox
{
	background-color: #FFFFFF;
	background-image: url('../../images/field.gif');
	padding-left: 4px;
	height: 15px;
	border: #AAAAAA 1px solid;
	color: #000000;	
}
.btn {

	background-image: url('../../images/button.JPG');
	height: 24px;
	width: 120px;
	font-family: Arial, Arial, Helvetica, Geneva;
	font-size: 11px;
	color:White;
	cursor: hand;
	height: 15px;
	border-width: 0px;
	padding-bottom: 2px; 
}

.titre
{
	font: 14px "Trebuchet MS", Helvetica, verdana, sans-serif;  
	font-weight:bold;
	color: #482991;
}

.labelOrange
{
	 color:#8a8d8b;
	 font-family:Arial;
	 font-size: 11px;
}

.labelBlack
{
    color:#000000;
    background-color:Transparent;
    /*font-size: 12px;*/
    font-family:Arial;
}

.labelDetailsView
{
    color:#000000;
    background-color:Transparent;/*#F1F1F1;*/
    font-size: 11px;
    font-family:Arial;
    width:95%;
}


.txtBoxDetailsView
{
    border:1px solid #AEC0EC;
    color:#000000;
    background-color:#F1F1F1;
    font-size: 11px;
    font-family:Arial;
    width:95%
}

.treeFont
{
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	background-color:#AEC0EC;
}