﻿.ddlLangue
{
    background-color: lavender;
    color: darkblue;
}
.TextField
{
	font-size: 9pt;
	color: darkblue;
}

.LoginStatus
{
	font-weight: bold;
	color: darkblue;
}
.modalProgressRedBackground
{
	background: dimgray;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.validatorCalloutHighlight
{
	border: solid 1px red;
	color: red;
	background-color: #ffff99;
}
.smallText
{
	font-size: x-small;
}
.ConvocationAcceptee
{
	color: green;
	
}
.ConvocationRefusee
{
	color: red;
	
}
.TexteVertical
{
    writing-mode: tb-rl;
filter: flipV flipH;
}








.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.header
{
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;
    font-family: arial,helvetica,clean,sans-serif;
    background-color: lightsteelblue;
}
.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}


.ajax__calendar_container { z-index : 1000 ; }

