﻿/* User control border styles */
.tdBorderULMid
{
	width:20px;
	height:20px;
	background: url(../img/BorderUL_Mid.png) no-repeat;
}
.tdBorderULTop
{
	width:8px;
	height:10px;
	background: White url(../img/BorderUL_Top.png) left top no-repeat;
}
.tdBorderTop
{
	width:294px;
	height: 8px;
	background: White url(../img/Border_Top.png) top repeat-x;
}
.tdBorderBot
{
	width:294px;
	height: 8px;
	background: White url(../img/Border_Bot.png) bottom repeat-x;
}
.tdBorderBotLg
{
	width:294px;
	height: 28px;
	background: White url(../img/Border_Bot_Lg.png) bottom repeat-x;
}
.tdBorderURTop
{
	width:8px;
	height:10px;
	background: White url(../img/BorderUR_Top.png) right top no-repeat;
}
.tdBorderURMid
{
	width:20px;
	height:20px;
	background: url(../img/BorderUR_Mid.png) no-repeat;
}
.tdBorderULBot
{
	height:8px;
	background: White url(../img/BorderUL_Bot.png) left no-repeat;
}
.tdBorderURBot
{
	height:8px;
	background: White url(../img/BorderUR_Bot.png) right no-repeat;
}
.tdBorderLeft
{
	width:8px;
	background: White url(../img/Border_Left.png) left repeat-y;
}
.tdBorderRight
{
	width:7px;
	background: White url(../img/Border_Right.png) right repeat-y;
}
.tdBorderLLTop
{
	height:8px;
	background: White url(../img/BorderLL_Top.png) left no-repeat;
}
.tdBorderLRTop
{
	height:8px;
	background: White url(../img/BorderLR_Top.png) right no-repeat;
}
.tdBorderLLMid
{
	width:20px;
	height:20px;
	background: url(../img/BorderLL_Mid.png) no-repeat;
}
.tdBorderLLMidLg
{
	width:20px;
	height:40px;
	background: url(../img/BorderLL_Mid_Lg.png) no-repeat;
}
.tdBorderLLBot
{
	height:10px;
	background: White url(../img/BorderLL_Bot.png) left bottom no-repeat;
}
.tdBorderLLBotLg
{
	height:30px;
	background: White url(../img/BorderLL_Bot_Lg.png) left bottom no-repeat;
}
.tdBorderLRMid
{
	width:20px;
	height:20px;
	background: url(../img/BorderLR_Mid.png) no-repeat;
}
.tdBorderLRMidLg
{
	width:20px;
	height:40px;
	background: url(../img/BorderLR_Mid_Lg.png) no-repeat;
}
.tdBorderLRBot
{
	height:10px;
	background: White url(../img/BorderLR_Bot.png) bottom no-repeat;
}
.tdBorderLRBotLg
{
	height:30px;
	background: White url(../img/BorderLR_Bot_Lg.png) bottom no-repeat;
}
