|
table.eventForm th{
vertical-align: top;
text-align: right;
padding-top: 5px;
}
span.fieldOff{
color: #777777;
}
span.fieldOn{
color: #111111;
}
/* Section */
table.section{
border: 1px solid #DDDDDD;
width: 100%;
}
table.section th{
background-color: #4E70CF;
color: white;
border: 1px solid #444444;
text-align: left;
font-size: 12px;
}
table.section td{
padding: 10px;
}
|