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

