.LUCTERIOS {
	margin-left: auto; 
	margin-right: auto; 
	width:535px;
}

.LUCTERIOSMEDIUM {
	margin-left: auto; 
	margin-right: auto; 
	width:740px;
}

.LUCTERIOSLONG {
	margin-left: auto; 
	margin-right: auto; 
	width:967px;
}

.BUTTONS{
	margin-left:auto;
	margin-right:auto;
	width:160px;
}

.ACTION
{
	background-color:#999999;
	border:solid black 1px;
	color:black;
	height:30px;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
        padding-left:3px;
        padding-right:3px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}

.ACTION img {
	margin-top:3px;
} 

.ACTIONDISABLED
{
	background-color:#DDDDDD;
	border:solid black 1px;
	color:#999999;
	height:30px;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding-left:3px;
	padding-right:3px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}

.Exception
{
	text-align:left;
	width:535px;
}

.DialogBox
{
	text-align:left;
	width:535px;
}

td.DialogBox
{
	border:solid #999 0px;
	text-align:center;
	width:10px;
	height:20px;
}

.SubCustom
{
	text-align:left;
	width:100%;
}

.TAB_UNSELECT
{
	background-color:#DDDDDD;
	border-left:solid #FFFFFF 3px;
	border-right:solid #FFFFFF 3px;
	width:100%;
	text-align:center;
	padding:3px;
	margin-top: 5px;
	cursor: pointer;
}

.TAB_SELECT
{
	background-color:#999999;
	border-left:solid #FFFFFF 3px;
	border-right:solid #FFFFFF 3px;
	width:100%;
	text-align:center;
	padding:3px;
	margin-top: 5px;
	cursor: default;
}

table.TAB
{
	width:100%;
	border-bottom:solid #999999 2px;
}

.GRID
{
	background-color:white;
	text-align:left;
	vertical-align:top;
	border:solid #999 0px;
	width:100%;
}

.CHECKLIST
{
	background-color:white;
	text-align:left;
	border:solid #999 1px;
	width:100%;
	height:100%;
}

th.colonnes
{
	background-color:#DDDDDD;
	text-align:center;
}

th.gridcheck 
{
	background-color:#DDDDDD;
	text-align:center;
}

.Print
{
	text-align:center;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.error
{
	color:red; 
	text-align:center;	
	font-size: 12px; 
	font-weight: bold;
	margin: 20px;
}

.error_info
{
	text-align:left;
	font-size: 10px; 
	display: none;
}

