﻿/***************************************************************************/
/*	Rounded corners (tables)
/***************************************************************************/
.rcTopLeft, .rcTop, .rcTopRight, .rcLeft, .rcRight, .rcBottomLeft, .rcBottom, .rcBottomRight
{
	
}

.rcTopLeft, .rcTopRight, .rcLeft, .rcRight, .rcBottomLeft, .rcBottomRight
{
	width : 9px;
}

.rcTopLeft, .rcTop, .rcTopRight, .rcBottomLeft, .rcBottom, .rcBottomRight
{
	height : 9px;
}

.rcTop, .rcBottom
{
	width : 507px;
}

.rcTopLeft
{
	background-image  : url('../Images/rcTopLeft.jpg');
	background-repeat : no-repeat;
}

.rcTop
{
	background-image  : url('../Images/rcTop.jpg');
	background-repeat : repeat-x;
}

.rcTopRight
{
	background-image  : url('../Images/rcTopRight.jpg');
	background-repeat : no-repeat;
}

.rcLeft
{
	background-image  : url('../Images/rcLeft.jpg');
	background-repeat : repeat-y;
}

.rcRight
{
	background-image  : url('../Images/rcRight.jpg');
	background-repeat : repeat-y;
}

.rcBottomLeft
{
	background-image  : url('../Images/rcBottomLeft.jpg');
	background-repeat : no-repeat;
}

.rcBottom
{
	background-image  : url('../Images/rcBottom.jpg');
	background-repeat : repeat-x;
}

.rcBottomRight
{
	background-image  : url('../Images/rcBottomRight.jpg');
	background-repeat : no-repeat;
}