﻿/*	//-------------------------------------------------------------------------------------------------------------------->
	//	Main content
	//-------------------------------------------------------------------------------------------------------------------->

.plain_TL { background-image: url('TransFrame/frame_TL.png'); width: 10px; height: 10px; }
.plain_TC { background-image: url('TransFrame/frame_TC.png'); width: 100%; height: 10px; }
.plain_TR { background-image: url('TransFrame/frame_TR.png'); width: 12px; height: 10px; }
.plain_ML { background-image: url('TransFrame/frame_ML.png'); width: 10px; height: 100%; }
.plain_Content { background-color: #fff; }
.plain_MR { background-image: url('TransFrame/frame_MR.png'); width: 12px; height: 100%; }
.plain_BL { background-image: url('TransFrame/frame_BL.png'); width: 10px; height: 12px; }
.plain_BC { background-image: url('TransFrame/frame_BC.png'); width: 100%; height: 12px; }
.plain_BR { background-image: url('TransFrame/frame_BR.png'); width: 12px; height: 12px; }

.popLegend { padding: 10px; position: absolute; display: none; z-index: 10; filter: progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50); }
.popIt { border: none; cursor: pointer; }

/*	//-------------------------------------------------------------------------------------------------------------------->
	//	Boxed Frame Classes for Table
	//-------------------------------------------------------------------------------------------------------------------->	*/

.frame_TL
{
	background-image: url('/App_Design/Images/TransFrame/TL.png');
	width: 9px;
	height: 21px;
}
.frame_TC
{
	background-image: url('/App_Design/Images/TransFrame/TC.png');
	width: 100%;
	height: 21px;
	color: #ffffff;
	font-weight: bold;
}
.frame_TR
{
	background-image: url('/App_Design/Images/TransFrame/TR.png');
	width: 13px;
	height: 21px;
}
.frame_ML
{
	background-image: url('/App_Design/Images/TransFrame/ML.png');
	width: 10px;
	height: 100%;
}
.frame_Content
{
	background-color: #ffffff;
}
.frame_MR
{
	background-image: url('/App_Design/Images/TransFrame/MR.png');
	width: 13px;
	height: 100%;
}
.frame_BL
{
	background-image: url('/App_Design/Images/TransFrame/BL.png');
	width: 9px;
	height: 17px;
}
.frame_BC
{
	background-image: url('/App_Design/Images/TransFrame/BC.png');
	width: 100%;
	height: 17px;
}
.frame_BR
{
	background-image: url('/App_Design/Images/TransFrame/BR.png');
	width: 13px;
	height: 17px;
}

/* //--------------------------------------------------------------------------------------------------------------------> 
