/*
Cogix styles. If you modify this, save your modifications, as this style sheet can be upgraded by Cogix on any release
See /ViewsFlash/cogix.css for additional styles, which are used by the HTML editor
*/

/* Used by Matrices */

table.matrix {
    border-width: 1px;
    border-style: outset;
    border-color: gray;
    border-collapse: collapse;
    empty-cells:show;
}
table.matrix th {
    border-width: 1px;
    padding: 2px;
    border-style: inset;
    border-color: gray;
    font-weight:normal;
    text-align:left;
}
table.matrix td {
    border-width: 1px 0px 1px 0px;
    padding: 2px;
    border-style: inset;
    border-color: gray;
}

/* legacy  matrix style */
table.cogixmatrix {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
    empty-cells:show;
}
table.cogixmatrix th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
     font-weight:normal;
     text-align:left;   
}
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;
    background-color: white;
    empty-cells:show;
    border-collapse:collapse;
}

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;
}
a.cogixgridmore:active,a.cogixgridmore:link, a.cogixgridmore:visited {
text-decoration:none; ;
}
div.cogixgridmore {
height:25px;
padding:5px 0px 0px 10px;
}


