﻿/* css for frames around items */
.frameul
{
	background-image: url( '../images/FrameCornerUL.gif' );
	background-repeat:no-repeat;
}
.frametop
{
	background-image: url(  '../images/FrameTop.gif' );
	background-repeat: repeat-x;
	height:14px;
}
.frameur
{
	background-image: url( '../images/FrameCornerUR.gif' );
	background-repeat:no-repeat;
}
.frameright
{
	background-image: url( '../images/Frameright.gif' );
	background-repeat: repeat-y;
	width:14px;
}
.framelr
{
	background-image: url( '../images/FrameCornerLr.gif' );
	background-repeat:no-repeat;
}
.framebottom
{
	background-image: url( '../images/Framebottom.gif' );
	background-repeat: repeat-x;
	height:14px;
}
.framell
{
	background-image: url( '../images/FrameCornerLL.gif' );
	background-repeat:no-repeat;
}
.frameleft
{
	background-image: url( '../images/FrameLeft.gif' );
	background-repeat: repeat-y;
	width:14px;
}