<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CARMButton
{
    background-color: powderblue;
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
	border-style: outset; 
	border-width: 2px; 
	border-color: ButtonFace;
	text-align: center; 
	-webkit-appearance: none; 
	-border-radius: 0;
}

.CARMLabel {
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    color: midnightblue
}

.CARMSucessLabel {
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    color: forestgreen;
    font-weight: bold;
}

.CARMErrorLabel {
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    color: red;
    font-weight:bold;
}

.CARMDropDown {
    font-size: 11px;
    font-family: 'Microsoft Sans Serif';
    color: midnightblue;
    background-color: aliceblue;
    height: 20px;
}
.CARMPaddedLabel {
    font-size: 10px;
    font-family: 'Microsoft Sans Serif';
    background-color: lightblue;
    padding:3px;
}
div#divDatePicker input[type=text] {
    height:20px;
    z-index: 5;
    width: 150px;
}

div#divDatePicker input[type=submit] {
    height: 27px !important;
    z-index: 7;
}

div#divDatePicker table[title=Calendar]{
    position: absolute !important;
    z-index: 999;
}</pre></body></html>