﻿.dialog 
{
 margin:0px auto;
 min-width:10em;
 max-width:600px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#fff;
}

.dialog .dialogHd .dialogC,
.dialog .dialogFt .dialogC {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .dialogFt .dialogC {
 height:14px;
}

.dialog .dialogHd {
 background:transparent url(/images/design/dialog/debate/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .dialogHd .dialogC {
 background:transparent url(/images/design/dialog/debate/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .dialogBd {
 background:transparent url(/images/design/dialog/debate/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .dialogBd .dialogC {
 background:transparent url(/images/design/dialog/debate/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .dialogBd .dialogC .dialogS {
 margin:0px 8px 0px 4px;
 background:#000 url(/images/design/dialog/debate/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .dialogFt {
 background:transparent url(/images/design/dialog/debate/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .dialogFt .dialogC {
 background:transparent url(/images/design/dialog/debate/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}


.dialogDebateWidth
{
	width:410px;
}

/* Den gamle........................................................................... */



  /* -- Even more rounded corners with CSS: Base stylesheet -- */


.dialogx {
 position:relative;
 min-width:8em;
 max-width:430px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 margin:-5px -4px 0 10px;
}

.dialogx .dialogx-content,
.dialogx .dialogx-t,
.dialogx .dialogx-b,
.dialogx .dialogx-b div {
 background:transparent url(/images/design/background/dialog-grey.png) no-repeat top right;
 _background-image:url(/images/design/background/dialog-grey-ie6.gif);
}

.dialogx .dialogx-content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:8px 10px 18px 0px;
 z-index:100;
 color:#000;
}

.dialogx .dialogx-t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogx .dialogx-b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogx .dialogx-b,
.dialogx .dialogx-b div {
 height:17px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogx .dialogx-b {
 background-position:bottom right;
}

.dialogx .dialogx-b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogx .hd,
.dialogx .dialogx-bd,
.dialogx .ft {
 position:relative;
}

.dialogx .wrapper {
 /* extra dialog-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. */
}

.dialogx .dialogx-content .headerlink 
{
	margin-top:8px;
}


.dialog a:link, .dialog a:visited, .dialog a:active
{
	font-family:arial;
	color:#ffffff;
	text-decoration:underline;
	white-space:normal;
}
.dialog a:hover
{
	text-decoration:none;
}
.dialog a.headerlink:link, .dialog a.headerlink:visited, .dialog a.headerlink:active
{
	font-family:arial;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	white-space:normal;
}
.dialog a.headerlink:hover
{
	text-decoration:none;
	font-weight:bold;
}
.dialoglink
{
	cursor:pointer;
}