.dialog {
 width:99%;
 margin:0px auto;
 min-width:20em;
 color:#000;
/* background-color: #f6f6f6; */
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:39px;
}

.dialog .ft .c {
 height:13px;
}


.dialog .hd {
 background:transparent url(./images/tl.gif) no-repeat 0px bottom;
}

.dialog .hd .tabholder {
  margin-left: 10px;
}
.dialog .hd .tabholder .tab {
 background:transparent url(./images/tab.gif) no-repeat 0px bottom;
 width: 125px;
 height: 39px;
 line-height: 30px;
 text-align: center;
 float: left;
}

.dialog .hd .tabholder .tabs {
 background:transparent url(./images/tabs.gif) no-repeat 0px bottom;
 width: 125px;
 height: 39px;
 line-height: 30px;
 text-align: center;
 float: left;
}

.dialog .hd .tabholder .tab a, .dialog .hd .tabholder .tabs a {
 color: black;
 text-decoration: none;
 font-size: 110%;
}

.dialog .hd .c {
 background:transparent url(./images/tr.gif) no-repeat right bottom;
}

.dialog .bd {
 background:transparent url(./images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(./images/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 height: 300px;
 /*background:#000 url(./images/ms.jpg) repeat-x 0px 0px;*/
 padding:1em;
}

html>body .dialog .bd .c .s { /* be nice to opera (&gekko) */
height: auto;
min-height: 300px;
}

.dialog .ft {
 background:transparent url(./images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(./images/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.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;
}

