/*
Cogix styles. If you modify this, save your modifications, as this style sheet can be upgraded by Cogix on any release
*/

/* Used by cogixmatrix */
table.cogixmatrix {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.cogixmatrix th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}
table.cogixmatrix td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}
/* Used by Grid */
table.cogixgrid {
    border-width: 0px 1px 1px 0px;
    border-spacing: 0;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: separate;
    background-color: white;
}

table.cogixgrid th {
    border-width: 1px 0px 0px 1px;
    padding: 1px 2px 1px 2px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
}
table.cogixgrid td {
    border-width: 1px 0px 0px 1px;
    padding: 1px 2px 1px 2px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
}
tr.cogixgrid1 ,td.cogixgrid1 {
    background-color:#CCCCCC;
    font-weight:bolder;
}
tr.cogixgrid2, td.cogixgrid2 {
    font-style:italic;
    font-weight:lighter;
}
tr.cogixgrid3, td.cogixgrid3  {
    color:#FFFFFF;
    background-color:#333333;
    font-weight:bolder;
}

