/*
 * #%L
 * Mojo's Maven plugin for Cobertura
 * %%
 * Copyright (C) 2005 - 2013 Codehaus
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
@import url("help.css");
@import url("source-viewer.css");
@import url("tooltip.css");

.hidden {
    display: none;
}

a.dfn {
    border-bottom: 1px dotted #00aa00;
    cursor: help;
}

a.dfn:active, a.dfn:link, a.dfn:visited {
    color: #000000;
    text-decoration: none;
}

a.dfn:hover {
    color: #0000ff;
    text-decoration: none;
}

body {
    font-family: verdana, arial, helvetica;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}

h5 {
    margin-top: 0.5em;
}

div.footer {
    font-size: 68%;
    margin-top: 1.5em;
}

div.percentgraph {
    background-color: #f02020;
    border: #808080 1px solid;
    height: 1.3em;
    magin: 0px;
    padding: 0px;
    width: 100px;
}

div.percentgraph div.greenbar {
    background-color: #00f000;
    height: 1.3em;
    magin: 0px;
    padding: 0px;
}

div.percentgraph div.na {
    background-color: #eaeaea;
    height: 1.3em;
    magin: 0px;
    padding: 0px;
}

div.percentgraph span.text {
    display: block;
    position: absolute;
    text-align: center;
    width: 100px;
}

div.separator {
    height: 10px;
}

table tr td, table tr th {
    font-size: 68%;
}

td.value table tr td {
    font-size: 11px;
}

table.percentgraph {
    border: 0px;
    font-size: 130%;
    margin: 0px;
    margin-left: auto;
    margin-right: 0px;
    padding: 0px;
}

table.percentgraph tr.percentgraph {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

table.percentgraph td.percentgraph {
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
}

table.report {
    border-collapse: collapse;
    width: 100%;
}

table.report td {
    border: #d0d0d0 1px solid;
}

table.report td.heading {
    background: #dcecff;
    font-weight: bold;
    text-align: center;
}

table.report td.heading:hover {
    background: #c0ffc0;
    cursor: pointer;
}

table.report td.value {
    text-align: right;
}
