body
{
    scrollbar-face-color: #e1433f; /* 225 67 63 */
    scrollbar-shadow-color: #f5bfbe; /* 245 191 190 */
    scrollbar-highlight-color: #f5bfbe;
    scrollbar-light-color: #f5bfbe;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #fdf5f5;
    scrollbar-arrow-color: #f5bfbe;
     
    margin-bottom:0;
    margin-top:0;
    margin-left:0;
    margin-right:0; 
    
    text-overflow:ellipsis;
	overflow:hidden;

	font-family: Verdana;
}

.Text
{
	font-weight: bold;
	font-size: 10pt;
	color: #e1433f;
	font-family: Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.Text2
{
	font-weight: bold;
	font-size: 10pt;
	color: #e1433f;
	font-family: Verdana;
	white-space:nowrap;
}

.Title
{
	font-weight: bold;
	font-size: 16pt;	
	color: #e1433f;
	font-family: Verdana;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.TextBox
{
	border-right: #e1433f 1px solid;
	border-top: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e1433f 1px solid;
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
}


.DivForBorder
{
	background-color:#e1433f;
	border-top: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e1433f 1px solid;
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
	width: 100%;	
}

.DivForWithoutBorder
{
	/*background-color:#e1433f;*/
	/*border-top: #e1433f 1px solid;*/
	font-weight: bold;
	font-size: 10pt;
	/*border-left: #e1433f 1px solid;*/
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
	width: 100%;	
}

.ComboBox
{
	border-right: #e1433f 1px solid;
	border-top: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e1433f 1px solid;
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
	margin-bottom:-1px;
	margin-left:-1px;
	margin-top:-1px;
	margin-right:-1px;
	width:100%;
}

.Button
{
	background-color:#e1433f;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	border-color:#f5bfbe;
}

.Image
{				
	overflow:hidden;
	border: 0px;
	border-style:solid;
	z-index:1000;	
}

#WorkingCell
{	
	border-right: #e1433f 1px solid;
	border-left: #e1433f 1px solid;
	border-bottom: #e1433f 1px solid;
}

#WorkingCellSelectZone
{	
	border: #e1433f 1px solid;
}

#tdRapportTrajetTitle
{
	border-right: #e1433f 1px solid;
	border-left: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	color: #e1433f;
	font-family: Verdana;
	text-align:center;
}

.DivToolTip
{
	z-index:100000;
	background-color:#fdf5f5;
	border-top: #e1433f 1px solid;
	border-right: #e1433f 1px solid;
	overflow: auto;
	border-left: #e1433f 1px solid;
	width: 100%;
	border-bottom: #e1433f 1px solid;
	position: relative;
	height: 100%;
	font-weight: bold;
	font-size: 10pt;
	color: #e1433f;
	font-family: Verdana;
}

.CellVehiculeAlerte
{		
	border-bottom: #e1433f 1px solid;	
	border-right: #e1433f 1px solid;
	background-color:White;		
	width:33%;
	
}

.TableVehiculeAlerte
{
	
	border-top: #e1433f 1px solid;
	margin: 1px;
	border-left: #e1433f 1px solid;	
}
.CellVehiculePeriod
{		
	border-bottom: #e1433f 1px solid;	
	border-right: #e1433f 1px solid;
	border-left: #e1433f 1px solid;
	border-top: #e1433f 1px solid;
	background-color:White;		
	width:12%;
	text-align:center;
}

.ComboBoxTime
{
	border-right: #e1433f 1px solid;
	border-top: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e1433f 1px solid;
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
	margin-bottom:-1px;
	margin-left:-1px;
	margin-top:-1px;
	margin-right:-1px;
	width:100%;
}
.DivForBorderTime
{
	background-color:#e1433f;
	border-top: #e1433f 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e1433f 1px solid;
	color: #e1433f;
	border-bottom: #e1433f 1px solid;
	font-family: Verdana;
	width: 50%;	
}


