/* 
================================
Container styles for FSRSkin
================================
*/  


/* Main container */
.FSRContainer
{
	border-collapse:collapse;
	width: 100%;
}

.L
{
	width:19px;
	height:0px;
}

.R
{
	width:22px;
	height:0px;
}

/* Top */
.FSRTL
{
	background-image: url('TL.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height: 26px;
	width: 19px;	
}

.FSRTC
{
	background-image: url('TC.jpg');
	background-repeat:repeat-x;
	height: 26px;
}

.FSRTR
{
	background-image: url('TR.jpg');
	background-repeat:no-repeat;
	height: 26px;
	width: 22px;	
}

/* Center */
.FSRCL
{
	background-image: url('CL.jpg');
	background-repeat:repeat-y;
	background-position:right;
	width: 19px;	
}

.FSRCR
{
	background-image: url('CR.jpg');
	background-repeat:repeat-y;
	width: 12px;	
}


/* Bottom */
.FSRBL
{
	background-image: url('BL.jpg');
	background-repeat: no-repeat;
	background-position:right;
	width: 19px;
	height: 15px;	
}

.FSRBC
{
	background-image: url('BC.jpg');
	background-repeat: repeat-x;
	height: 15px;	
}

.FSRBR
{
	background-image: url('BR.jpg');
	background-repeat: no-repeat;
	width: 17px;
	height: 15px;	
}

