﻿/*
body
{
	font-family: Verdana, Garamond, Arial;
	font-size: 10px;
}
*/
legend.default {
    font-weight: bold;
    font-size: 12px;
}

fieldset.default {
    border: 1px solid #ccc;
    margin: 0 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

table.default {
    font-family: Verdana, Garamond, Arial;
    font-size: 10px;
}

tr.default {
    height: 20px;
}

td.title {
    font-weight: bold;
    height: 12px;
}

table.header {
    width: 100%;
    *width: 95%;
}

td.headerLogo {
    text-align: left;
    border: 0px;
}

td.headerTitle {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

td.headerTitle2 {
    font-size: 12px;
    font-weight: bold;
    background-color: #C0C0C0;
    vertical-align: middle;
    /*text-align: center;*/
}

hr.header {
    width: 100%;
    height: 2px;
    border-style: solid none none none;
    border-width: 1px 0px 0px 0px;
    border-top-color: #999999;
    *border-style: solid;
    *border-width: 1px;
}

.param {
    margin-top: 15px;
    margin-bottom: 15px;
}

.paramName {
    font-weight: bold;
    height: 15px;
    text-align: right;
}

.paramValue {
    font-weight: normal;
    padding-left: 5px;
    height: 15px;
}

table.report {
    border-spacing: 5px;
    *border-collapse: expression('separate', cellSpacing = '5px');
}

table.reportCompress {
    border-spacing: 4px;
    *border-collapse: expression('separate', cellSpacing = '4px');
}

thead.report td {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    padding: 3px;
    vertical-align: middle;
    border-style: solid none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}

tr.report td {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    padding: 3px;
    vertical-align: middle;
    border-style: solid none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}

td.report {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    padding: 3px;
    vertical-align: middle;
    border-style: solid none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}

tr.reportTitle td {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    padding: 3px;
    vertical-align: middle;
    border-style: none none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}

tbody.report td {
    height: 15px;
    vertical-align: middle;
    padding: 3px;
    border-style: none none dotted none;
    border-width: 10px 10px 1px 10px;
    border-bottom-color: #999999;
}

tbody.reportCompress td {
    height: 10px;
    vertical-align: middle;
    padding: 0px;
    border-style: none none dotted none;
    border-width: 10px 10px 1px 10px;
    border-bottom-color: #999999;
}

tr.reportFooter td {
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    padding: 3px;
    vertical-align: middle;
    border-style: solid none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}

tr.groupFooter td {
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    vertical-align: middle;
    padding: 2px;
    border-style: solid none solid none;
    border-width: 1px 10px 1px 10px;
    border-bottom-color: #999999;
    border-top-color: #999999;
    background-color: #C0C0C0;
}

tr.groupHeader td {
    font-weight: bold;
    font-size: 12px;
    height: 15px;
    vertical-align: middle;
}

.decimalLabel {
    text-align: right;
}

.dateTimeLabel {
    text-align: center;
}

.centerLabel {
    text-align: center;
}

.negativeLabel {
    color: #FF0000;
}

.sortDown {
    background: url(Images/Down.png) no-repeat;
    padding: 0 0 0 12px;
}

.nextPage {
    page-break-after: always;
}

.lineCancel {
    text-decoration: line-through;
}

tr {
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}
