﻿/* Calendar */
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: yellow;
    color: red;
}

.PasswordIntroductionTitle{ font:Trebuchet MS; color:Gray;
	font-weight:bold;
}

.PasswordTitle{ color:Black;
	font-weight:bold;
}

.PasswordRequiredStar { color:Red;
	font-weight:bold;
}

.PasswordRequired{ font:Trebuchet MS; color:Red;
	font-weight:bold;
	font-size:x-small;
}

.PasswordMessage{ font:Trebuchet MS; color:Red;
	font-weight:bold;
	font-size:x-small;
}

.BackgroundBox { background-color:#f7f7f7 }