IMG.CornerStyle
{
	visibility: hidden;
}

/* - Filled, DIV classes - */
/* - Top Left - */
DIV.TCManual111
{
	width: 7px;
	height: 7px;

	position: static;

}

/* - Bottom Left - */
DIV.TCManual011
{
	width: 7px;
	height: 7px;

	position: static;

}

/* - Bottom Right - */
DIV.TCManual011
{
	width: 7px;
	height: 7px;

	position: static;

}

/* - Top Right - */
DIV.TCManual101
{
	border: 0px black solid;
}

/* - None Filled - */
/* - Top Left - */
DIV.TCManual110
{
	width: 7px;
	height: 7px;

	position: relative;

	top: -2px;
	left: -2px;
}

/* - Bottom Right - */
DIV.TCManual000
{
	width: 7px;
	height: 7px;

	position: relative;
	
	top: 2px;
	left: 2px;
}

/* - Bottom Left - */
DIV.TCManual010
{
	width: 7px;
	height: 7px;

	position: relative;

	top: 2px;
	left: -2px;
}

/* - Top Right - */
DIV.TCManual100
{
	width: 7px;
	height: 7px;

	position: relative;

	top: -2px;
	left: 2px;

}

/* - Filled, Table Classes - */
/* - Bottom Left - */
.TC011
{
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

/* - Top Left - */
.TC111
{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
	border-top: 2px solid black;
	border-left: 2px solid black;
}

/* - Bottom Right - */
.TC001
{
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

/* - Top Right - */
.TC101
{
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

	border-top: 2px solid black;
	border-right: 2px solid black;
}

/* - Not Filled - */
/* - Bottom Left - */
.TC010
{
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;

	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

/* - Top Left - */
.TC110
{
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

	border-top: 2px solid black;
	border-left: 2px solid black;
}

/* - Bottom Right - */
.TC000
{
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;

	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

/* - Top Right - */
.TC100
{
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
	border-top: 2px solid black;
	border-right: 2px solid black;
}
