﻿.popupTitle
{

	float: left;
	font-weight: bold;
	height: 40px;
	overflow:hidden;
	line-height: 43px;
	margin-left: 5px;
	 color:#41A143;
}

.popupPrint
{
	float: right;
	height: 20px;
	line-height: 43px;
	margin-left: 5px;
	 color:#41A143;
}
.popupClose
{
	background: transparent url(../../images/common/popup/closeBtn.png) repeat scroll 0 0;
	float: right;
	height: 20px;
	margin-top: 12px;
	width: 51px;
}
.popupClose2
{
	background: transparent url(../../images/common/popup/closeBtn2.png) repeat scroll 0 0;
	color: #A93535;
	float: right;
	font-family: tahoma;
	font-size: 11px;
	height: 20px;
	line-height: 21px;
	margin-top: 12px;
	padding-right: 5px;
	text-align: right;
	width: 58px;
}
.popupTable
{
	float: left;
	position: relative;
}
.popupTableTL
{
	background: transparent url(../../images/common/popup/pTL.png) repeat scroll 0 0;
	height: 40px;
	width: 9px;
}
.popupTableT
{
	background: transparent url(../../images/common/popup/pT.png) repeat scroll 0 0;
	color: white;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 45px;
	vertical-align: top;
}
.popupTableTR
{
	background: transparent url(../../images/common/popup/pTR.png) repeat scroll 0 0;
	height: 40px;
	width: 9px;
}
.popupTableL
{
	background: transparent url(../../images/common/popup/pL.png) repeat scroll 0 0;
	width: 9px;
}
.popupTableR
{
	background: transparent url(../../images/common/popup/pR.png) repeat scroll 0 0;
	width: 9px;
}
.popupTableBL
{
	background: transparent url(../../images/common/popup/pBL.png) repeat scroll center bottom;
	height: 8px;
	width: 9px;
}
.popupTableB
{
	background: transparent url(../../images/common/popup/pB.png) repeat scroll center bottom;
	height: 8px;
}
.popupTableBR
{
	background: transparent url(../../images/common/popup/pBR.png) repeat scroll center bottom;
	height: 8px;
	width: 9px;
}
.popupContent
{
	background: #F5F5F5 none repeat scroll 0 0;
}


#popup
{
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: 1200;
}

.messageOkBtn
{
	display: none;
}
.messageModalPanel
{
	z-index: 50000;
}
.modal_WidowClass
{
	z-index: 50000;
}
.opacity1
{
	background: black none repeat scroll 0 0;
	height: 0;
	left: -10000px;
	opacity: 0.25;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1000;
}
.opacity2
{
	background: black none repeat scroll 0 0;
	opacity: 0.7;
}

