/* main dialog */
.dialogpobtitle
{
	width: 100%;
	padding-bottom: 15px;
}
/* top and bottom corners */
.dialogpobtitle .hd .c
{
	font-size: 1px; /* ensure minimum height */
	height: 50px;
}
/* header tl */
.dialogpobtitle .hd
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	height: 50px;
	background: transparent url(images/tl.gif) no-repeat 0px 0px;
}
/* header content */
.dialogpobtitle .hd .c
{
	background: transparent url(images/tr.gif) no-repeat right 0px;
}
/* middle content */
.dialogpobtitle .bd
{
}
/* middle right */
.dialogpobtitle .bd .c
{
}
/* content area */
.dialogpobtitle .bd .c .s
{
	margin: 0px 7px 0px 7px;
	padding: 1px 5px 0px 5px;
	background-color: Transparent;
	color: #ffffff;
}

/* the banner area (table) */
.dialogpobtitle .banner
{
	width: auto;
	padding: 0px 0px 0px 7px;
	width: 100%;
}
/* title font */
.dialogpobtitle .title
{
	white-space: nowrap;
	padding-top: 12px;
	vertical-align: top;
	padding-left: 5px;
	width: 100%;
}
/* title icons */
.dialogpobtitle .icons
{
	vertical-align: top;
	padding-top: 12px;
	padding-right: 3px;
	width: 1px;
}

/* Title style for Title ascx */
.dialogpobtitle .ModuleTitle
{
	text-transform: none;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 10pt;
}
/* we need to fix-up paragraphs */
.dialogpobtitle p
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}



