/* CSS Document */

body {background:#000000;
color:#ffffff;
font: Arial, Helvetica, sans-serif;
font-size:12px;
}

#mainTable {
background:#000000 url(http://www.willambelli.com/images/20090517_header.jpg) no-repeat;
}
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}

#yellowBox3 {
background:url(images/yellow_box.jpg) no-repeat;
/*border:#FFFF00 solid 2px;*/
max-width:460px;
padding:8px;
}

a:link, a:active, a:visited {
color:#ffffff;
text-decoration:underline;}

a:hover {
background:#00FF00;
color:#000000;
display:block;
}

ul#listNav li {
  list-style: none;
  background-color: #000000;
  border-bottom: solid 1px #ffff00;
  text-align: right;
  margin: 0;
}
ul#listNav li a {
  display: block;
  text-decoration: none;
  padding: .25em;
  border-bottom: solid 1px #39f;
font-weight:bold;
}
ul#listNav li a:hover {
  display: block;
  background:#00FF00;
  text-decoration: none;
  padding: .25em;
  border-bottom: solid 1px #39f;
font-weight:bold;
}
#plainLink a:link, #plainLink a:active, #plainLink a:visited, #plainLink a:hover {
background:transparent;
}
#normalLinks a:link, #normalLinks a:visited, #normalLinks a:active {
color:#ffffff;
font-size:12px;
display:inline;
text-decoration:underline;
background:none;!important
}
#normalLinks a:hover {
color:#ffffff;
font-size:12px;
display:inline;
text-decoration:none;
background:none;!important
}

/* scalable rounded corner tables light */
.dialog {
	padding-left:4px;
 width:100%;
 margin:0px auto;
 min-width:20em;
 max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#ffffff;
 background:transparent;
}

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

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

.dialog .hd {
 background:transparent url(http://www.willambelli.com/css/images_rounded/tl.gif) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}
/* Hide from IE hack \*/
.dialog .hd {
 background:transparent url(http://www.willambelli.com/css/images_rounded/tl.gif) no-repeat 0px 0px;
 margin-right:14px; 
}
/* end hide from IE hack */

.dialog .hd .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/tr.gif) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}
/* Hide from IE hack \*/
.dialog .hd .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/tr.gif) no-repeat right 0px;
 margin-right:-14px; 
}
/* End hide from IE hack */

.dialog .bd {
 background:transparent url(http://www.willambelli.com/css/images_rounded/ml.gif) repeat-y 0px 0px;
 margin-right:6px;
}
/* Hide from IE hack \*/
.dialog .bd {
 background:transparent url(http://www.willambelli.com/css/images_rounded/ml.gif) repeat-y 0px 0px;
 margin-right:6px;
}
/* End hide from IE hack */

.dialog .bd .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/mr.gif) repeat-y right 0px;
 margin-right:-6px;
}
/* Hide from IE hack \*/
.dialog .bd .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/mr.gif) repeat-y right 0px;
 margin-right:-6px;
}
/* End hide from IE hack */

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000000 url(http://www.willambelli.com/css/images_rounded/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}
.dialog .ft {
 background:transparent url(http://www.willambelli.com/css/images_rounded/bl.gif) no-repeat 0px 0px;
 margin-right:14px;
}
/* Hide from IE hack \*/
.dialog .ft {
 background:transparent url(http://www.willambelli.com/css/images_rounded/bl.gif) no-repeat 0px 0px;
 margin-right:14px;
}
/* End hide from IE hack */

.dialog .ft .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/br.gif) no-repeat right 0px;
 margin-right:-14px;
}
/* Hide from IE hack \*/
.dialog .ft .c {
 background:transparent url(http://www.willambelli.com/css/images_rounded/br.gif) no-repeat right 0px;
 margin-right:-14px;
}
/* End hide from IE hack */

/* content-specific */

p {
 font-family:Arial,Helvetica,sans-serif;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em Arial,Helvetica,sans-serif;
}

html>body .dialog pre {
 font-size:1.1em;
}
/* End scalable rounded corner tables */