/* Default styles for the QuailCreekPoa.org website */

/* Set the color for the development background*/
body {
	/* background-color: #ffffff; */ /* Production  */
	background-color: #F4F4F4; /* Production  */
}

.rotateExpired{
	color: DarkGray;
}

.rotateFlag0{
	color: #006400;
}

.rotateFlag1{
	color: #00008B;
}

.charCounter{
	border: 0px;
	color:red;
	background:none;
	text-align:center;
}

.boldfont{
	font-weight: bold;
}

.highlighted{
	font-weight: bold;
	background-color: #ffffe3;
	width: 100%;
	display: inline-block;
}

.announceLbl{
	color: DarkBlue;
}

.errorReturn{
	color: DarkBlue;
	font-weight: bold;
}