
/*
	Borders for objects (style 1)
*/

.table-border .border-top-left
{
	background-image: url(borders/border-top-left.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:top;
}

.table-border .border-top
{
	background-image: url(borders/border-top.gif);
	background-repeat:repeat-x;
	width:auto;
	height:8px;
	vertical-align:top;
}

.table-border .border-top-right
{
	background-image: url(borders/border-top-right.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:top;
}

.table-border .border-left
{
	background-image: url(borders/border-left.gif);
	background-repeat:repeat-y;
	width:8px;
	height:auto;
}

.table-border .border-right
{
	background-image: url(borders/border-right.gif);
	background-repeat:repeat-y;
	width:8px;
	height:auto;
}

.table-border .border-bottom-left
{
	background-image: url(borders/border-bottom-left.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:bottom;
}
.table-border .border-bottom
{
	background-image: url(borders/border-bottom.gif);
	background-repeat:repeat-x;
	width:auto;
	height:8px;
	vertical-align:bottom;
}

.table-border .border-bottom-right
{
	background-image: url(borders/border-bottom-right.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:bottom;
}

/*
	Borders for objects (style 2)
*/

.table-border2 .border-top-left
{
	background-image: url(borders2/border-top-left.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:top;
}

.table-border2 .border-top
{
	background-image: url(borders2/border-top.gif);
	background-repeat:repeat-x;
	width:auto;
	height:8px;
	vertical-align:top;
}

.table-border2 .border-top-right
{
	background-image: url(borders2/border-top-right.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:top;
}

.table-border2 .border-left
{
	background-image: url(borders2/border-left.gif);
	background-repeat:repeat-y;
	width:8px;
	height:auto;
}

.table-border2 .border-right
{
	background-image: url(borders2/border-right.gif);
	background-repeat:repeat-y;
	width:8px;
	height:auto;
}

.table-border2 .border-bottom-left
{
	background-image: url(borders2/border-bottom-left.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:bottom;
}
.table-border2 .border-bottom
{
	background-image: url(borders2/border-bottom.gif);
	background-repeat:repeat-x;
	width:auto;
	height:8px;
	vertical-align:bottom;
}

.table-border2 .border-bottom-right
{
	background-image: url(borders2/border-bottom-right.gif);
	background-repeat:no-repeat;
	width:8px;
	height:8px;
	vertical-align:bottom;
}