body {
font-family: sans-serif;
font-size: 11px;
line-height: 12px;
background: #ddddff;
}
td {
font-family: sans-serif;
font-size: 11px;
line-height: 12px;
}
a:link, a:visited {
color: yellow;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-shadow: white 1px;
color: orange;
text-decoration: none;
font-weight: bold;
}
.Data {
padding: 0px;
border: 0px;
border-spacing: 3px;
border-collapse: collapse;
font-size: 11px;
line-height: 12px;
font-weight: normal;
}
.Data td {
padding-left: 3px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #777799;
border-right-style: outset;
border-bottom-width: 1px;
border-bottom-color: #777799;
border-bottom-style: outset;
background: beige;
}
.ReportHead {
font-size: 20px;
line-height: 24px;
font-weight: bold;
background: transparent;
color: darkblue;
}
.TableHead {
font-size: 11px;
line-height: 12px;
font-weight: bold;
background: #3F7FAF;
color: white;
}
.TableHead td {
border-right-width: 1px;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
border-right-color: #777799;
border-right-style: outset;
border-bottom-width: 1px;
border-bottom-color: #777799;
border-bottom-style: outset;
}
.Graph {
border-collapse: collapse;
border-spacing: 0px;
border: 0px solid red;
}
.Graph td {
padding: 0px;
line-height: 1px;
border: 0px solid red;
}
.RightShadow {
width: 6px;
background: #777799;
}
.BottomShadow {
height: 6px;
background: #777799;
}
.ShadowPadding {
height: 6px;
background: white;
}
.NoShadow {
width: 6px;
height: 6px;
background: transparent;
}
Like this:
Like Loading...