
/* - tables.css - */
@media all {
/*
** Table layout for all browsers.
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

/* Plone Standard Tables Modifications */

table.listing th,
.stx table th {
    background: #d5d6d2;
	}
table.vertical {
    background-color: #f2f3f1;
}


/* Table Classes Additon */

table .header {
    background: #d5d6d2;
	font-weight: bold;
    border: 1px solid #c9cac8;
}
table .subline {
    background: #e0e1dd;
    border: 1px solid #c9cac8;
}
table .grid {
    border: 1px solid #c9cac8;
}

/* Uni Standard Tables */

table.uni {
    border-collapse: collapse;
    border-spacing: 0;
    background: #f2f3f1;
    border: 1px solid #c9cac8;
	}
table.uni th {
    background: #d5d6d2;
	font-weight: bold;
	padding: 3px;
    border: 1px solid #c9cac8;
	text-align:left;
}
table.uni td {
	vertical-align: top;
    padding: 3px;
    }
table.uni p {
    font-size: 1em !important;
    }
	
table.uni-grid {
    border-collapse: collapse;
    border-spacing: 0;
    background: #f2f3f1;
    border: 1px solid #c9cac8;
	}

table.uni-grid th {
    background: #d5d6d2;
	font-weight: bold;
	padding: 3px;
    border: 1px solid #c9cac8;
	text-align:left;
}
	
table.uni-grid td {
	vertical-align: top;
    border: none;
    padding: 3px;
    border: 1px solid #c9cac8;
    }

table.uni-grid p {
    font-size: 1em !important;
    }

/*  */

}

