.dialogTxt table, .dialogTxt th, .dialogTxt td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: normal;
	color: black;
    border: 1px solid white;
	border-collapse: collapse;
    background-color: #bcd5e6;
    padding: 3px 3px 3px 3px;
}

.dialogTxt th {
	height: 30px;
	width: 100px;
}

.dialogTxt td {
    height: 60px;
    width: 100px;
    background-color: #D2E0E6;
    vertical-align: text-top;
    position: relative;
}

.monthYear th {
    background-color: #c2ccd1;
    border: none;
}

.dialogTxt .mRow {
    background-color: #729fcf;
}

.dialogTxt .oRow {
    background-color: #D2E0E6;
    color: #777777;
}

.dialogTxt .tRow {
    background-color: #C6E746;
}

.dialogTxt .gregDate {
    position: absolute;
    bottom: 3px;
    left: 3px;
    color: white;
	font-size: 80%;
}

.dialogTxt .dayNo {
    font-size: 150%;
    text-align: right;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30%;
}

.dialogTxt .oRow .dayNo {
    font-size: 100%;
    text-align: right;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30%;
}

.dialogTxt .mainText {
	font-size: 90%;
	line-height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 70%;
    height: 75%;
}

.dialogTxt .major {
    font-style: normal;
    font-weight: 500;
    color: red;
}

.dialogTxt .minor {
    font-style: italic;
    font-weight: 300;
    color: red;
}