﻿.modalBackground {
	background-color: #202020;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: #8a0000;
	padding: 0px;
}
.titreModal 
{
    background:#8a0000;
    line-height:22px;
    font-size:13px;
    font-weight:bold;
    text-indent:10px;
    color:#fff;
    margin-bottom: 10px; 
    cursor: hand;
}


.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;

	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #cb023d;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}

