td {  font-family: Tahoma, Verdana, Arial, sans-serif}

	A:link			{ text-decoration:none; }
	A:visited		{ text-decoration:none; }
	A:hover			{ text-decoration:none; }

	body			{ margin-top:0px; }
	body			{ margin-left:0px; }
	body			{ margin-right:0px; }
	body			{ margin-bottom:0px; }
	
	.add				{ color:#000000; }
	.add				{ font-size: 12pt; }	

	.core				{ color:#000000; }
	.core A:link 		{ color:#CF2C00; text-decoration:none; }
	.core A:visited		{ color:#CF2C00; text-decoration:none; }
	.core A:hover		{ color:#555555; text-decoration:none; }
	.core				{ font-size: 8pt; }


	.search				{ color:#000000; }
	.search				{ font-size: 8pt; }	

	.left				{ color:#FFFFFF; }
	.left A:link 		{ color:#FFFFFF; text-decoration:none; }
	.left A:visited		{ color:#FFFFFF; text-decoration:none; }
	.left A:hover		{ color:#000000; text-decoration:none; }
	.left				{ font-size: 10pt; }
	
	.sideleft		{ border-left:1px #B1B1B1 solid; }
	.sideleft		{ border-bottom:1px #B1B1B1 solid; }
	.sideright		{ border-right:1px #B1B1B1 solid; }
	.sideright		{ border-bottom:1px #B1B1B1 solid; }
	
	.foot				{ color:#000000; }
	.foot A:link 		{ color:#CF2C00; text-decoration:none; }
	.foot A:visited		{ color:#CF2C00; text-decoration:none; }
	.foot A:hover		{ color:#555555; text-decoration:none; }
	.foot				{ font-size: 7pt; }
	
#popwingui {
	background-color:#ffffff;
	background-image:url(images/pop_bg.jpg);
	background-repeat:repeat-x;
	border:1px  solid #000000;
	cursor:move;
}
#popwindiv {
}
#popwiniframe {
	border:1px inset #C0C0C0;
}
.clsPageGreyDiv {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .3; /* CSS3 */
  filter: alpha(opacity=30); /* IE5.5+ */
  background-color: #333333;
}
.clsPageGreyImg {
  border: none;
  margin-right: 20px;
}
.clsPageGreyMsg { /* a P element which contains the img and msg text */
  position: absolute;
  width: 200px;
  left: -220px;
  padding: 4px;
  color: #BF8660;
  background-color: #FFFFFF;
  border: 2px solid #BF8660;
  z-index: 101;
}
#demoBtn {
  cursor:pointer;
}
