#calTable { 
background-color: #E1DED5;
border: 1px solid #000000;
}

#calTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}

.feedback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000
	}

.calendar {
	width: 100%;
	background-color: #FFFFFF;
}

.calendar td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	padding-bottom: 2px;
}

#Calendar {
	background-color: #9CA9D3;
	position:absolute;
	right:0px;
	bottom:0px;
	width:175px;
	height:auto;
	z-index:1;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	padding: 4px;
}

.day {
	border: 1px solid #9CA9D3;
	width: 14%;
}
.emptyDate {
	border: 1px solid #9CA9D3;
	width: 14%;
	background-color: #FAFAFA;
}
.daySelected {
	width: 14%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9CA9D3;
}
.wd {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9CA9D3;
	width: 14%;
}
.close {
	color: #FFFFFF;
	background-color: #9CA9D3;
	font-weight: bold;
	text-decoration: underline;
	width: 14%;
}
.txtbx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 4px 3px 4px 6px;
}

.monthcell {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #8A9DAC;
	font-size: 11px;
}

.arrows {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;

}
.addresstype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	color: 686868;

}
.addresstypeBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	color: 686868;

}
.smallFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.mediumFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
.textBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: C2CCE4;
	border: none;

}
.mediumFormTextQTY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 22px;

}
body {
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.smallerFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 666666;
}
hr {
	font-size: 1px;
	color: #E6E6E6;
	border: solid;

}
.grey {
	color: #333;
	font-size: 13px;
}
.grey2 {
	font-size: 16px;
}
.grey3 {
	color: #2F3D8C;
}
