body {
    background:#f5f5f5;
    font-size:12px;
    font-family:Arial,Verdana,Helvetica;
}

.coName {
    font-size:18px;
    font-family:Arial,Verdana,Helvetica;
    font-weight:bold;
    font-sytle:italic;
}

.email {
    font-weight:bold;
}

th {
    background:gray;
    font-weight:bold;
}

th.vertical {  
    writing-mode: tb-rl;
    filter: flipv fliph;
}

td.reportCell {
    font-size:9px;
}

tr.reportRowSmall {
    font-size:10px;
}

tr.rowSubtotal {
    font-weight:bold;
    font-size:9px;
    background:#FFCCCC;
}

tr.rowTotal {
    font-weight:bold;
    font-size:11px;
    background:#FF9966;
}

tr.rowDivider {
    background:#FFCC99;
}

.trOdd {
    background:lightGray;
}

.trEven {
    background:lightYellow;
}

.error
{
	color: red;
	font-weight: normal;
	font-size: 10pt;
	font-family: sans-serif;
}

a.cmdAction
{color: midnightblue; cursor: hand;text-decoration: underline; font-weight: bold;font-size: 12pt;font-family: sans-serif;}
a.cmdAction:hover
{color: blue;}

a.cmdSubmit
{color: darkgreen; cursor: hand;text-decoration: underline; font-weight: bold;font-size: 12pt;font-family: sans-serif;}

a.cmdSubmit:hover
{color: limegreen;}

.cmdDisabled
{color: gray;font-weight: bold;font-size: 12pt;font-family: sans-serif;}



.pageTitle {
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
	color: darkBlue;
}