/**
 * CSS for uptime.netcraft.com
 *
 * Unused but still useful colours:
 * #DAE3E5 - light bluey grey
 * #EFF6FF - pale blue
 */

html{
    background-color: #DFEBFF;
}
body {
    margin: 10px;
    padding: 0px;
    font-family: arial, helvetica, sans-serif;
    color: #303030;
    background-color: white;
    font-weight: normal;
    line-height: 1.5em;
    border: 1px solid #cacaca;
}

/* html */.trends-style {
    background-color: transparent;
}
.trends-style body {
    border: none;
}


/****************************
 * TEXT ELEMENTS
 ****************************/
 
a, a:link { 
    color: #0040AF;
    text-decoration: none;
}
a:hover { 
    color: #F38B18;
    text-decoration: none;
}

p{
    line-height: 1.5em;
    text-align: justify;
}

h1, div.pagetitle {
    background:  #060B86 url(./images/bar_bg.jpg) repeat-x 0 0;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    margin: 0px 0px 10px 0px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 1.7em;
    letter-spacing: 0.04em;
}

h2 {
    background: #FFFFFF;
    color: #000088;
    font-size: 1.9em;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 20px 0px 15px 0px;
    letter-spacing: 0.02em;
    line-height: 110%;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    margin: 18px 0 0 0;
    padding: 0;
    letter-spacing: 0.02em;
    color: #444;
    font-family: arial;
}

h3 img {
    margin-right: 10px;
    cursor: pointer;
}

em {
    font-weight: normal;
    font-style: normal;
}

strong {
    background: #FFFFFF;
    color: #000088;
    font-weight: bold;
}

abbr, .abbr {
border-bottom-style: dotted;
border-bottom-width: 1px;
cursor: help;
}

code {
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
}

label{
    font-weight: bold;
}
 
/****************************
 * STANDARD ELEMENTS
 ****************************/
 
img, a img{
    border: none;
} 

ul{
    list-style-type: square;
}

form { 
    padding:0;
    margin: 0;
}

dl{
    margin: 30px 70px;
}

dt{
    font-weight: bold;
}

dd{
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    text-align: justify;
}
th{
    text-align: left;
    font-weight: bold;
    background: #E0EAEF;
    padding: 2px 4px;
}

span.unavailable {
    font-style: italic;    
}

/****************************
 * HEADER
 ****************************/

div#header {
    padding: 10px 25px 0 25px;
    height: 80px;
    text-align: center;
}
 
a#netcraft_logo{
    position: absolute;
    top: 30px;
    left: 35px;
}

/*******************************
 * NAVIGATION
 *******************************/

div#nav{
    float: left;
    width: 170px;
}

div#nav h4{
    border-bottom: 1px solid #cacaca;
    font-size: 140%;
    color: #555;
    padding: 0;
    margin: 20px 0 0 20px;
    letter-spacing: 0.05em;
    font-family: "Trebuchet MS";
    font-weight: normal;
}

div#nav ul{
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
    margin-top: 15px;
}

div#nav li{
    margin: 2px 0;
}

div#nav li a{
    display: block;
    background: url(./images/smallarrow.jpg) no-repeat 0 50%;
    padding-left: 20px;
    border-bottom: none;
}

div#sitesearch{
    margin-left: 20px;
    margin-top: 20px;
}

div#sitesearch form{
    margin: 0;
    padding: 0;
}

div#sitesearch .text{
    border: solid #3E5C8F;
    border-width: 1px 0 1px 1px;
    margin: 0;
    padding: 2px;
    display: block;
    width: 120px;
    float: left;
    color: #555;
}

div#sitesearch .button{
    border: solid #3E5C8F;
    border-width: 1px 1px 1px 0;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 21px;
}

 
/*******************************
 * CONTENT ELEMENTS
 *******************************/

div#content{
    margin: 10px 160px 0 0;
    border-left: 190px solid #f7f7f7;
    padding: 0 0 0 20px;
    /*font-size: small;*/
}
 
div#content_col{
    font-family: verdana, arial, sans-serif;
}

div#content ul.indent{
    padding: 0;
    margin: 30px 30px 30px 90px;
}

div#content p a, div#content li a, .TBtable a{
    color: #407BCF;
    border-bottom: 1px dotted #cacaca;
}

div#content p a:hover, div#content li a:hover, .TBtable a:hover {
    color: #F38B18;
    text-decoration: none;
}
 
div#advert-skyscraper{
    width: 130px;
    float: right;
}

table.TBtable {
    border: 1px solid #cacaca;
    border-width: 1px 0;
    width: 100%;
    display: table;
    margin-top: 10px;
}

table.TBtable caption{
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 8px;
}

table.TBtable .TBsubcaption {
    font-size: 0.8em;
    font-weight: normal;
    float: right;
}

.TBtable th{
    background: #eeeeee;
}

.TBtable td{
    padding: 2px 4px;
}

.TBtable--history th {
    background: transparent;
    color: #665665;
}
.TBtable--history th em {
    color: #363636;
}

.TBtable a{
    color: #0000CC;
}

.TBtr {
    background: #efefef;
    vertical-align: top;
}

.TBtr2 {
    background: #FFFFFF;
    vertical-align: top;
}

.large-table-header {
    font-size: 0.8em;
    margin-bottom: 0;
}
.large-table-header th,
.large-table-header td {
    padding: 5px;
}
.table-guide td {
    text-align: left;
    padding: 0;
}
.table-guide .table-faq {
    text-align: right;
    width: 25%;
}

.site-link-box {
    word-break: break-all;
}

.top-content-link-wrapper {
    width: 100%;
    margin-bottom: 40px;
}
.top-content-link {
    font-weight: bold;
    text-decoration: underline;
}
.top-content-link:hover {
    border: 0;
}

.perf-chart-intro {
    font-weight: bold;
    margin-bottom: 35px;
}
.perf-chart-intro a {
    text-decoration: underline;
}
.perf-chart-intro span {
    display: inline-block;
    font-weight: normal;
    font-size: 0.85em;
    margin-top: 6px;
    color: #444;
}


div#download{
    margin: 20px auto;
    font-size: 90%;
    text-align: center;
}

img.centered, a.centered, span.centered {
    margin: 10px auto;
    display: block;
}

a.centered, span.centered {
    width: 830px;
}

a.centered img, span.centered img {
    vertical-align: middle;
}

p.centered {
    text-align: center;    
}

div#content ul.faq li{
    margin: 0 3px;
}

div#content ul.faq a, .TBtable a{
    border-width: 0px;
}

table.form{
    margin:  10px auto;
    border: 1px dashed #ddd;
    background: #f7f7f7;
    padding: 10px 20px;
}

div#downloadnow{
    padding: 15px 20px 0 20px;
    border: 3px solid #9F1D1D;
    width: 450px;
    margin: 0 auto;
}

div#downloadnow h3{
    margin: 0 0 10px 0;
    color: #9F1D1D;
    width: 450px;
    border-bottom: 1px solid #cacaca;
}

div#downloadnow table#register{
    border: 1px dashed #ddd;
    background: #f7f7f7;
    padding: 8px;
    margin: 10px 0 20px 0;
}

div#downloadnow table#version{
    margin: 10px 0;
    border: none;
    width: 100%;
}

div#content_col ul#benefits{
    list-style-image: url(./images/ularrow.gif);
}

ul#benefits strong{
    font-size: 1.2em;
}

/*******************************
 * GOOGLE GEOCHART WRAPPER DIVS
 *******************************/

#phishing_map_container {
    position: relative;
    width:100%;
}

#map_canvas {
    background-position: bottom right;
    background-repeat: no-repeat;
}
#map_canvas img {
    max-width: none;
}

.legend_title_box {
    display: none;
    width: 25%;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

.takedown_legend_box {
    left: 40px;
}

/* Hide the min/max values for chart legend */
/* Which is autogenered without an ID/Class */
svg>g>g>g>text {
    display: none;
}

/*******************************
 * GOOGLE CUSTOM SEARCH
 *******************************/

#cse-search-results iframe {
    width: 100%
}

/*******************************
 * SITE REPORT
 *******************************/

/* Fluid-width input */
#site_report_query span {
    display: block;
    overflow:hidden;
    padding-left: 0;
    padding-right: 4px;
}

#site_report_query input {
    font-size: 150%;
}

.risk_label {
    vertical-align: middle;
}

.risk_graph {
    width: 250px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
}

.site_report_table {
    padding-top: 0.5em;
}

.site_report_table .section_title {
    margin-left: 0;
    cursor: pointer;
}

.site_report_table.closed .section_content {
    display: none;
}

.site_report_table .section_title h2 {
    color: #444;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.5em 0;
    margin-top: 0;
    padding: 0.5em;
    padding-left: 22px;
    border-bottom: 1px solid #ccc;
    background: url('./images/expand_collapse_minus.gif') no-repeat 5px center;
}

.site_report_table.closed .section_title h2 {
    background-image: url('./images/expand_collapse_plus.gif');
}

.site_report_table .section_title .subcaption {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.technology_list {
    padding: 0;
}

.technology_list li {
    list-style-type: none;
    border-top: 1px solid #ccc;
}

.technology_list li:first-child {
    border-top: none;
}

.site_report_table table {
    width: 100%;
}

.site_report_table td, .site_report_table th {
    vertical-align: top;
}

.section_info_label, .technology_label {
    font-weight: bold;
    width: 20%;
}

.section_info_value, .technology_value {
    width: 80%;
}

.technology_list h3 {
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-size: 15px;
}

.category_description {
    margin-bottom: 0.5em;
}

.technology_list .category_name, .technology_list .category_description {
    margin-left: 0;
}

.site_report_table p {
    text-align: left;
}

.stats-table {
    width: 100%;
}
td.tight {
    /* wrapper for another table, so padding not required */
    padding: 0;
    vertical-align: top;
}

.graph-wrapper {
    text-align: center;
}
.graph-wrapper img {
    /* no bottom margin required as image has some white space */
    margin: 20px 0 0;
}
.stat-cell em {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
}
.examine-type {
    background: #F5F5F5;
    margin-bottom: 40px;
}
.examine-type select {
    min-width: 150px;
}

.examine-type-title {
    display: inline-block;
    margin: 0 14px 0 0;
}

.perf-detail-table th {
    border: 1px solid white;
}
th.blank-cell, td.blank-cell {
    background: transparent;
}

.perf-detail-table th {
    border: 1px solid white;
    background: #EEEEEE;
}
.blank-cell {
    background: transparent;
}
th.category-header {
    background: rgb(78, 115, 182);
    font-weight: normal;
}
a.selectedSampleText {
    text-decoration: underline;
}
.graph-title-wrapper h3 {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.filter-site-wrapper {
    width: 100%;
}
.filter-site-wrapper [type="text"] {
    width: 100%;
}

.graph-annotation {
    display: none;
    position: absolute;
    color: #000;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
}

.graph-annotation a {
    color: #000;
}

.pieLabel input[type=checkbox] {
    display: none !important;
}

.pieLabel label {
    margin-right: 0 !important;
    font-weight: bold !important;
    font-size: 18px;
    cursor: default;
}

.pieLabel div {
    color: #000 !important;
    font-size: 15px !important;
}

.axisLabels.xaxisLabel {
    text-align: center;
}

#graph-2 .axisLabels {
    text-align: center;
}

.axisLabels.yaxisLabel {
    -webkit-transform-origin: 50% 51%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    #graph-outer-container-0 {
        width: 100% !important;
        float: none !important;
    }

    #graph-outer-container-1 {
        width: 100% !important;
        float: none !important;
    }

    #graph-0, #graph-1 {
        max-width: none !important;
    }

    #graph-title-0, #graph-title-1, #graph-subtitle-0, #graph-subtitle-1 {
        width: 90% !important;
    }
}
