body{margin:0;}
.tableborder {
	border: 0px solid dfdfdf;
}
.css_ppnews
{
	border: 1px solid dfdfdf;
}
.FormBase {
	 BACKGROUND-COLOR: #fff
}
.FormFocus {
	BACKGROUND-COLOR: #D2FDE6
}
.FormCode {
	BACKGROUND-COLOR: #fff
}
.formnoborder {
	BACKGROUND-COLOR: #fff
}
/* Modal Styles */
.CommonModalMask {
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:transparent !important;
	background-image: url("images/maskBG.png") !important; 
	background-image:none;
	background-repeat: repeat;
	display:none;
}
.CommonModal {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}
.CommonModalTitle {
	background-color: #698CC3;
	padding: 4px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #6e90bd;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}
.CommonModalClose {
	width: 33px;
	height: 12px;
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background-image: url(images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
a.helpicon:hover, a.helpicon:active {
	background-image:url(images/help_hover.gif);
	cursor:help;
	color:#0000FF;
}
    .messagetext {overflow:hidden; zoom:1; border-left:1px solid #000; border-right:1px solid #000; padding:0 10px;  text-align:left; background:#ffffe1; word-break : break-all; letter-break:break-all; }
	.messagetext img {float:left;margin:0 3px 3px 3px;}