@import url("../StyleSheets/Borders.css");
.PurpleOutline {
	border: 1px solid #7A3E7B;
	font-size: 12px;
}
.GreyOutline {
	font-size: 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.GreyTopLine {
	border-bottom-style: none;
	margin: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.LeftSideLine {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #7A3E7B;
}
.GreyBottomRightOutline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.GreyOutlineAllSides {
	font-size: 12px;
	border: 1px solid #999999;
}

