BODY { color: #ABABAB; 
    background-color: #151410;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    text-align: justify;
    font-size: 8pt; }

a { font-weight: normal; font-size: 16; text-decoration: none; font-family: 'Trebuchet MS', Helvetica, sans-serif;}

a.menu:link {color: #0099FF; font-size: 16; font-weight: bold; }
a.menu:visited {color: #0099FF; font-size: 16; font-weight: bold; }
a.menu:active {color: #FFFFFF; font-size: 16; font-weight: bold; }
a.menu:hover {color: #33AAFF; font-size: 16; font-weight: bold; }

a.pagemenu:link {color: #0099FF; }
a.pagemenu:visited {color: #0099FF; }
a.pagemenu:active {color: #FFFFFF; }
a.pagemenu:hover {color: #33AAFF; }

a:link {color: #FAAF85; }
a:visited {color: #FAAF85; }
a:active {color: #FFFFFF; }
a:hover {color: #FFECE1; }

p { font-family: 'Trebuchet MS', Helvetica, sans-serif; }

div.hrule {
    width: 25px;
    height: 1px;
    border-top: 1px solid #808080;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

div.hrule hr {
    display: none;
}

table.pagemenu { width: 100%; margin-left: 7px; }

td.box { border-width: 0px;
    padding: 0px;
    height: 167px; }

td.pagemenu { border-width: 0px;
    padding: 0px;
    height: 30px; }

td.content { border-width: 0px;
    padding: 8px;
    border-color: #000000;
    background-color: #2E2E2E;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 12pt; }

td.footer { border-width: 0px;
    border-color: #000000; 
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 10pt; }

img { border-width: 0px; }

/* Rounding Magic */


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

.dialog .dcontent,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(pix/dialog-black-800x1600.png) no-repeat top right;
 _background-image:url(pix/dialog-black.gif);
}


.dialog .dcontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:12px 12px 0px 0px;
}

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

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

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

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

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 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 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

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

