/*
	Green
*/
.borderedGreen {
	border-style: solid;
	border-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Top */
.borderedGreenT {
	border-top-style: solid;
	border-top-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Bottom */
.borderedGreenB {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Right */
.borderedGreenR {
	border-right-style: solid;
	border-right-width: thin;
	border-color: green;
	border-spacing: 0;
}
		
/* Left */
.borderedGreenL {
	border-left-style: solid;
	border-left-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Top and Bottom */
.borderedGreenTB {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Top and Right */
.borderedGreenTR {
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Top and Left */
.borderedGreenTL {
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Right and Bottom */
.borderedGreenRB {
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: green;
	border-spacing: 0;
}

/* Left and Bottom */
.borderedGreenLB {
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: green;
	border-spacing: 0;
}

/*
	Black
*/
.borderedBlack {
	border-style: solid;
	border-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Top */
.borderedBlackT {
	border-top-style: solid;
	border-top-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Bottom */
.borderedBlackB {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Right */
.borderedBlackR {
	border-right-style: solid;
	border-right-width: thin;
	border-color: black;
	border-spacing: 0;
}
		
/* Left */
.borderedBlackL {
	border-left-style: solid;
	border-left-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Top and Bottom */
.borderedBlackTB {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Top and Right */
.borderedBlackTR {
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Top and Left */
.borderedBlackTL {
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Right and Bottom */
.borderedBlackRB {
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: black;
	border-spacing: 0;
}

/* Left and Bottom */
.borderedBlackLB {
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: black;
	border-spacing: 0;
}

/*
	Gray
*/
.borderedGray {
	border-style: solid;
	border-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Top */
.borderedGrayT {
	border-top-style: solid;
	border-top-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Bottom */
.borderedGrayB {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Right */
.borderedGrayR {
	border-right-style: solid;
	border-right-width: thin;
	border-color: gray;
	border-spacing: 0;
}
		
/* Left */
.borderedGrayL {
	border-left-style: solid;
	border-left-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Top and Bottom */
.borderedGrayTB {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Top and Right */
.borderedGrayTR {
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Top and Left */
.borderedGrayTL {
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Right and Bottom */
.borderedGrayRB {
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/* Left and Bottom */
.borderedGrayLB {
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: gray;
	border-spacing: 0;
}

/*
	Red
*/
.borderedRed {
	border-style: solid;
	border-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top */
.borderedRedT {
	border-top-style: solid;
	border-top-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Bottom */
.borderedRedB {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Right */
.borderedRedR {
	border-right-style: solid;
	border-right-width: thin;
	border-color: blue;
	border-spacing: 0;
}
		
/* Left */
.borderedRedL {
	border-left-style: solid;
	border-left-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Bottom */
.borderedRedTB {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Right */
.borderedRedTR {
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Left */
.borderedRedTL {
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Right and Bottom */
.borderedRedRB {
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Left and Bottom */
.borderedRedLB {
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/*
	Blue
*/
.borderedBlue {
	border-style: solid;
	border-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top */
.borderedBlueT {
	border-top-style: solid;
	border-top-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Bottom */
.borderedBlueB {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Right */
.borderedBlueR {
	border-right-style: solid;
	border-right-width: thin;
	border-color: blue;
	border-spacing: 0;
}
		
/* Left */
.borderedBlueL {
	border-left-style: solid;
	border-left-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Bottom */
.borderedBlueTB {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Right */
.borderedBlueTR {
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Top and Left */
.borderedBlueTL {
	border-top-style: solid;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Right and Bottom */
.borderedBlueRB {
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}

/* Left and Bottom */
.borderedBlueLB {
	border-left-style: solid;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: blue;
	border-spacing: 0;
}
