
/** Documentation

    Lastgoogle Report Stylesheet

    NOTES

**/

h1#lg_title {
    padding-top:12px;
    padding-bottom:12px;
}
h1#lg_title a {
    text-decoration:none;
}
div#lg_title_border {
    height:12px;
    background-color:#F3F6F9;
    border-color:#D3E3E3;
    border-style:solid;
    border-width:1px 0;
}

/* Report Layout */
div.lastgoogle-report {
    padding:8px 4%;
}
div.lastgoogle-report div.section {
    margin-bottom:1em;
}
div.lastgoogle-report h2 {
    font-size:24px;
    margin-bottom:1em;
}
div.lastgoogle-report h2 a { color:#9daaaa; text-decoration:none; }
div.lastgoogle-report h2 a:hover { /* color:#d7e9e9; */ color:#3366FF; }


/* Index */
table.link-list { font-size:14px; }
table.link-list th { font-size:1.2em; color:#9daaaa; }
table.link-list td {
    padding:4px 8px;
    padding-left:2em;
    color:#8d9999;
}
table.link-list td a { color:#779999; text-decoration:none; }
table.link-list td a:hover { color:#3366FF; text-decoration:none; }

/* Domain Index */
div#lastgoogle-report-domain-index {}
div#lastgoogle-report-domain-index h2 { margin-bottom:12px; }
div#lastgoogle-report-domain-index h4 { margin-bottom:8px; }

/* Domains */
div#lastgoogle-report-domain {}
div#lastgoogle-report-domain table.domain-link-list {}
div#lastgoogle-report-domain table.domain-link-list td {
    padding:8px;
}



/* Report-Html Report Layout */
div.report_html { color:#6e8793; }
div.report_html a { color: #89a8b7; }
div.report_html a:hover { color: #4d98ff; }
div.report_html h2 {
    margin:0 0 4px;
}
div.report_html h5 { margin:0; }
div.report_html ul { margin-top:1em; }
div.report_html li { margin-bottom:0.5em; }
div.report_html li div.rank {
    float:left;
    width:2.4em;
    font-weight:bold;
    text-align:center;
}
div.report_html li div.domain {}
