﻿/* Popup resizable table  ; */
.popupTable
{
	font-family:Tahoma;
	font-size:12px;
}
.popupTable2
{
	z-index:60000
}
/*TL for top left corner, L for left border ect. */
.pnlLay_popupTL
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/tl.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupT
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/t.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupTR
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/tr.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupL
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/l.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupR
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/r.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupBL
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/bl.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupB
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/b.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.pnlLay_popupBR
{
	width: 20px;
	height: 39px;
	background: transparent url(../../images/common/tables/popup/br.png) repeat scroll 0 0;
	/*behavior: url(  "IE6Transparent/iepngfix.htc" );*/
}
.popupM
{
	background: white;
}
/* Popup resizable table end */
/* Popup fonts and styles */
.title1
{
	float: left;
	margin: 7px 0 0 3px;
	width:600px;
}
.text5
{
	font-weight: bold;
	float: left;
	width: 43px;
}
.text6
{
	color: Red;
	font-weight: bold;
	float: left;
	width: 400px;
}
/* Popup fonts and styles */
