/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:780px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:3px; /* default, width of left corner */
 margin-bottom:3px; /* spacing under dialog */
}


.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/backgroundDialogueGrey.png) no-repeat top right;
 _background-image:url(/images/backgroundDialogueGrey.gif) ;
}

.alternate1 .content,
.alternate1 .t,
.alternate1 .b,
.alternate1 .b div {
 background:transparent url(/images/backgroundDialogueDarkBlue.png) no-repeat top right;
 _background-image:url(/images/backgroundDialogueDarkBlue.gif) ;
}

.alternate1 p,
.alternate1 a:hover,
.alternate1 a:visited,
.alternate1 a,
.alternate1 td,
.alternate1 h1,
.alternate1 h2,
.alternate1 h3,
.alternate1 li
{
	color: White !important;
}

.alternate2 .content,
.alternate2 .t,
.alternate2 .b,
.alternate2 .b div {
 background:transparent url(/images/backgroundDialogueLightBlue.png) no-repeat top right;
 _background-image:url(/images/backgroundDialogueLightBlue.gif) ;
}

.none .content,
.none .t,
.none .b,
.none .b div {
	 background:none;
	 _background-image:none;
}
 
.dialog .content {
	 position:relative;
	 zoom:1;
	 _overflow-y:hidden;
	 padding:5px 2px 5px 2px;
}



.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:3px; /* top slice width */
 margin-left:-3px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:3px; /* bottom corner width */
 margin-left:-3px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog h2,
.dialog p {
 margin:0px !important; /* margins will blow out backgrounds, leaving whitespace. */
 padding: 5px 3px 5px 5px;
 color: #505050;
 clear: left;

}

.dialog h1 
{
	padding-top: 5px;
	padding-bottom:0px;
}

.dialog h2
{
	padding-bottom:0px;
	margin-left: 0px;
}


.dialog .titleBar
{
	margin-top: 0px;
	padding: 0px;	
}

.dialog .content h2
{
	display: block;
	float: left;
	color: #505050;
}

.dialog .content table
{
	clear: left;
}


.dialog .content th
{
	border-bottom: 1px dashed #c0c0c0;
}

.dialog .content td,
.dialog .content th
{
	--font-size: 85%;
	text-align:left;
	line-height:normal;
	padding: 3px;
}

.dialog .content p
{
	margin-left: 0px;
}

.dialog .content ul
{
	margin: 0px;
	color: #404040;
	padding-right: 15px;
	clear: left;
	padding-left: 0px;
}

.dialog .content li
{
	margin-left: 2em;
	--font-size: 85%;
}

.dialog .content p
{
	--font-size: 85%;
}

.dialog .titleBar .buttons 
{
	display: block;
	float: left;
	width: 10%;
	margin-top: 0px;
	background-color: Transparent !important;
	border: none;
	text-align: right;
}

.dialog .titleBar .buttons input
{
	margin: 0px;
	padding: 0px;
	float:right;
}



.dialog .titleBar h2
{
	margin-top: 8px;
	font-size: 120%;
}

.dialog .titleBar .boxIcon
{
	float: left;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

