body {font-family: Tahoma;
font-size: 10pt;
}

a{
text-decoration:none;
font-family: Tahoma;
color:#0000ff;
font-size: 10pt;
font-weight: bold; }

a:visited{
text-decoration:none;
font-family: Tahoma;
color:#c0c0c0;
font-size: 10pt;
font-weight: bold; }

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:50;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:50;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
border:1px solid #000;
font-family:tahoma;
font-weight:bold;
font-size:11px;
width:75px;
padding:5px 1px;
color:#000;
background:#DDD;
text-decoration:none;
margin-right:2px;
text-align:center;

}
/* style the links hover */
.menu :hover{
color:#fff;
background:#AFB2B5;
cursor:pointer;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:75px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.dialog {
 width:75%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.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 {
 /* 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 tahoma";
}

html>body .dialog pre {
 font-size:1.1em;
}