﻿table.border
{
}

td.border_top_left
{
	background-image:url(../IMG/Borders/CALLOUT/TopLeft.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat;
}

td.border_top_right
{
	background-image:url(../IMG/Borders/CALLOUT/TopRight.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat;
}

td.border_top
{
	background-image:url(../IMG/Borders/CALLOUT/Top.png);
	width:150px;
	background-repeat:repeat-x;
}

td.border_left
{
	background-image:url(../IMG/Borders/CALLOUT/Left.png);
	width:15px;
	background-repeat:repeat-y;
	float:left;
	margin-top:-4px;
}

td.middle
{
	background-image:url(../IMG/Borders/CALLOUT/Middle.png);
	background-repeat:repeat;
	width:150px;
	float:left;
	margin-top:-4px;
	font-family:Arial;
	font-size:small;
	color:#333366;
}

td.border_right
{
	background-image:url(../IMG/Borders/CALLOUT/Right.png);
	width:15px;
	background-repeat:repeat-y;
	float:left;
	margin-top:-4px;
}

td.border_bottom
{
	background-image:url(../IMG/Borders/CALLOUT/Bottom.png);
	width:15px;
	background-repeat:repeat-x;
	float:left;
}

td.border_bottom_left
{
	background-image:url(../IMG/Borders/CALLOUT/BottomLeft.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat;
	float:left;	
}

td.border_bottom_right
{
	background-image:url(../IMG/Borders/CALLOUT/BottomRight.png);
	width:15px;
	height:15px;
	background-repeat:no-repeat;
	float:left;	
}