.TDblueBackBorder {
	background-color: #e5f7fc;
	border: 1px solid #96e1f9;
	padding-right: 10px;
	padding-left: 10px;
	}
.TDdottedLineLeft {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #444;
}
.TDwhiteBackBorder {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #96e1f9;
	border-bottom-color: #96e1f9;
	border-left-color: #96e1f9;
}
.TDwhiteBackBorderBlue {
	background-color: #FFF;
	border: 1px solid #96e1f9;
}
.TDdottedLineBottomTop {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444;
}
.TDdottedLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444;
}
.TDwhiteBackBorderGray {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}
.TDdottedLineTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444;
}
