/*Parent box with background image */ #mnuService { visibility: hidden; background:url(leaf.gif) repeat; position: absolute; } /*This is the white transparent area the text will be within */ #transbox { width: 400px; height: 200px; margin: 0 0px; background-color: #fff; filter:alpha(opacity=80); -moz-opacity:0.9; opacity: 0.9; } /* '*' means 'every child' basically a wildcard for every child of #transbox */ #transbox * { } /* Styles the text of the div */ #transbox div { padding: 0px; font-weight: bold; color: #000; border: 1px #333 solid; margin: 1px; } td.title { color: #FFFFFF; height: 16px; background-color: #0000FF; font-family: Verdana; font-size: 8pt; font-weight: bold; letter-spacing: -1px; padding-left: 5px; } td.filelist_title { font-family: Arial; font-size: 8pt; background-color: #AAAAAA; padding-left: 2pt; padding-right: 5pt; border-top: 1px #808080 solid; } td.filelist { font-family: Arial; font-size: 8pt; padding-right: 5pt; border-top: 1px #808080 solid; padding-top: 1px; padding-bottom: 1px; } #stat_percent_count { color: 0000AA; font-family: Verdana; padding-right: 2pt; border-top: 1px #0000FF solid; border-bottom: 1px #FF0000 solid; font-size: 5pt; font-weight: bold; vertical-align: top; } #stat_percent_size { color: AA0000; font-family: Verdana; padding-right: 2pt; border-bottom: 1px #FF0000 solid; font-size: 5pt; font-weight: bold; padding-top:1px; vertical-align: bottom; } #btn_close { width: 16px; height: 16px; color: #515152; background-color: #E2DFDA; border-top: 1px #FFFFFF solid; border-left: 1px #FFFFFF solid; border-right: 1px #ACACAC solid; border-bottom: 1px #ACACAC solid; font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: none; text-align: center; } body.servicebox { font-family: Arial; font-size: 8pt; }