

/* LSI */

.tdbckdarkblue
{
	background-color:#255DB2;
}

.titre
{
	padding-left: 12px;
	font-weight: bold;
	font-size: 11px;
	color: #20296A;
	font-family: Arial;
	background-color: White;
}

.cOutput
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	color: navy;
	margin-right: 5px;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: gainsboro;
	padding-right: 5px;
	text-align: right;
}

.cOutputBlank
{
	border-top-width: 1px;
	padding-right: 5px;
	border-left-width: 1px;
	font-size: 8pt;
	border-left-color: darkgray;
	border-bottom-width: 1px;
	border-bottom-color: darkgray;
	color: navy;
	border-top-color: darkgray;
	margin-right: 5px;
	font-family: Verdana;
	background-color: transparent;
	text-align: right;
	border-right-width: 1px;
	border-right-color: darkgray;
}

.cBtn
{
	border-right: darkgray 2px ridge;
	border-top: darkgray 1px ridge;
	font-weight: normal;
	font-size: 11px;
	border-left: darkgray 1px ridge;
	color: black;
	border-bottom: darkgray 2px ridge;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: lightgrey;
	text-align: center;
}

