/* CSS Document */
body, td {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 14px;
	color: #000026;
}

input, select {
	font-size: 12px;
}
a {
	color: #408A97;
}
input {
	border-color: #408A97;
}
input.required, select.required {
	background-color: #AE9E7E;
	border-color: #408A97;
}
.required {
	color: #70171D;

}
input.qty {
	text-align: right;
	font-size: 10px;
}
.title {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #408A97;
}
.smalltitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.white {
	color: Navy;
	font-weight: bold;
}
.total {
 border: 0px;
 font-size: 16px;
 font-weight: bold;

}
.month {
	font-size: 16px;
	font-weight: bold;
	background-color: #53AAB8;
}
.small {
 	font-size: 10px;
}
.nondays {
	color: Gray;
	font-size:10px;
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-weight : normal;
}
.today {
	background: white;
	font-size:10px;
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-weight : normal;
	color:black;
}