2009-02-11 20:02:05 -08:00
|
|
|
#emailbody {
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dl.mailheaders {
|
|
|
|
|
line-height: 2em;
|
|
|
|
|
margin: 0em 0em;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dl.altrow {
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
dt {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dt.altrow {
|
|
|
|
|
background: #E6F0F0;
|
|
|
|
|
}
|
|
|
|
|
dd {
|
2009-02-26 16:58:33 -08:00
|
|
|
margin-left: 10em;
|
2009-02-11 20:02:05 -08:00
|
|
|
margin-top: -2em;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
dd.altrow {
|
|
|
|
|
background: #E6F0F0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Tables */
|
|
|
|
|
table {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border:1px solid #ccc;
|
|
|
|
|
border-right:0;
|
|
|
|
|
clear: both;
|
|
|
|
|
color: #333;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
th {
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
border:1px solid #bbb;
|
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
|
border-left: 1px solid #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
th a {
|
|
|
|
|
background:#f2f2f2;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 2px 4px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
th a:hover {
|
|
|
|
|
background: #ccc;
|
|
|
|
|
color: #333;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
table tr td {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
}
|
|
|
|
|
table tr.altrow td {
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
td.actions {
|
|
|
|
|
text-align: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
td.actions a {
|
|
|
|
|
margin: 0px 6px;
|
|
|
|
|
}
|