﻿body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	background-color:#eeeeee;
}
a:link { 
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

.dialog {
 width:800px;
 margin:0px auto;
 min-width:20em;
 color:#FFFFFF;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(images/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/tr.gif) no-repeat right 0px;
}

.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;
 background:#000 url(images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.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 {
	font-size:1.1em;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	background-color: #2f2f2f;
	border-left: solid 5px #4c4c4c;
}

.dialog h1 a {
color: #FF0099;
}
.dialog h2 {
color: #FF0099;
}

.dialog h2 {
	margin-left: 20px; margin-right: 15px;
	font-size:1.1em;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	background-color: #2f2f2f;
	border-left: solid 5px #4c4c4c;
}


html>body .dialog pre {
 font-size:1.1em;
}
#copy {
	color: #FFFFFF;
	text-align: center;
}
#or {
	margin-bottom:5px;
	color: #FFFFFF;
	text-align: center;
}

