/* THIS IS A TEMPLATE FILE FOR CUSTOMIZED TABLE CODES IN THE KAKA WIKI */

/* Global settings (centering, colours) for all table templates */

.template40 a:href, .template50 a:href, .template75 a:href, .template100 a:href {
 color: #ffffff;
}

.template40, .template50, .template75, .template100 {
margin-left: auto;
margin-right: auto;
}

.template40 table, .template50 table, .template75 table, template100 table {
background: #eeeeee;
border: 1px solid #aaaaaa;
width: 100%;
padding: 3px;
margin: 3px;
}

.template40 table th, .template50 table th, .template75 table th, .template100 table th {
background: #4e88c2;
color: #ffffff;
text-align:center;
}

/* Template-specific lengths for tables */ 

.template40 {
width: 40%
}

.template50 {
width: 50%
}

.template75 {
width: 75%
}

.template100 {
width: 100%
}



/* image box */

.image {
width: 20%;
text-align: left;
}

.image table {
background: #eeeeee;
border: 1px solid #aaaaaa;
width: 100%;
padding: 3px;
margin: 3px;
}

.image table th {
background: #4e88c2;
color: #ffffff;
text-align:center;
}

tr.imagetext {
background: #ffffff;
}