Final stage, this needs to be put into the file you point to in %css. System Title is class given to the SAS titles, System Footer to the footnotes, Data is given to the values in the table, header for the column headers, and rowheader to the rowheaders. Tweak these to get your standard tmeplate set up.
.SystemTitle
{
font-family: Arial, Helvetica, Helv;
font-size: 14pt;
font-weight: bold;
font-style: italic;
color: #000000;
background-color: #FFFFFF;
text-align: center;
}
.SystemFooter
{
font-family: Arial, Helvetica, Helv;
font-size: 9pt;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
text-align: center;
}
.Body
{
font-family: Arial, Helvetica, Helv;
font-size: 9pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
margin-left: 8px;
margin-right: 8px;
}
.Table
{
font-family: Arial, Helvetica, Helv;
font-size: 9pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
border: 1pt outset ;
}
.Header
{
font-family: Arial, Helvetica, Helv;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #F8B500;
}
.RowHeader
{
font-family: Arial, Helvetica, Helv;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #F8B500;
}
.Data
{
font-family: Arial, Helvetica, Helv;
font-size: 11pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
mso-number-format:"\@";
}
.DP
{
font-family: Arial, Helvetica, Helv;
font-size: 11pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #FFFFFF;
MSO-NUMBER-FORMAT:"0\.00";
}