/* CSS placed here will affect users of the Monobook skin */

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}

/* signuptable classes for skinning signup tables */
table.signuptable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
	empty-cells: show;
}
.signuptable th, .signuptable td {
    border: 1px #aaa solid;
    padding: 0.2em;
	vertical-align: top;
	text-align: left;
}
.signuptable th {
    background: #f2f2f2;
    text-align: center;
}
.signuptable caption {
    font-weight: bold;
}