/* -- default style start -- */
/* -- default style end -- */

/* --  04.05.2009 modification -- */
/* -- popup table start -- */ 
.popup {
	font:13px Verdana, Arial, Helvetica, sans-serif !important;
	position:relative;
	border:0;
	padding:0;
	margin:0;
	background-color:#fff !important;
}
.popup th,
.popup td {
	border:0;
	padding:0;
	margin:0;
}
.popup img {
	border:0;
	padding:0;
	margin:0;
}
.popup p {
	padding:0 0 7px;
	margin:0;
	font:13px Verdana, Arial, Helvetica, sans-serif !important;
}
.popup a {
	color:#800000;
	text-decoration:underline;
}
.popup a:hover {
	text-decoration:none;
}
.topRep {
	background:url(../images/top-rep.gif) 0 0 repeat-x;
	height:20px;
}
.leftRep {
	background:url(../images/leftRep.gif) 0 0 repeat-y;
	width:20px;
}
.rightRep {
	background:url(../images/right-rep.gif) 100% 0 repeat-y;
	width:20px;
}
.bottomRep {
	background:url(../images/bottom-rep.gif) 0 100% repeat-x;
	height:20px;
}
.mid {
	background:url(../images/mid-rep.gif) 0 0 repeat;
	padding:0px;		
}	
.corner {
	height:20px; width:20px;
}
.lT {
	background:url(../images/ltcor.gif) 0 0 no-repeat;
}
.rT {
	background:url(../images/rtcor.gif) 100% 0 no-repeat;
}
.lB {
	background:url(../images/lbcor.gif) 100% 0 no-repeat;
}
.rB {
	background:url(../images/rbcor.gif) 0 0 no-repeat;
}
.scrollTip {
	/*height:70px;*/
	overflow:auto;
	font:13px Verdana, Arial, Helvetica, sans-serif !important;
}
.popupClose {
	background:url(../images/close.gif) no-repeat 0 0;
	width:15px;
	height:0;
	padding-top:15px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	text-decoration:none;
	text-indent:-12000px;
	position:absolute;
	top:7px;
	right:10px;
	z-index:1000;
}
/* -- popup table end -- */ 
