/* 
    Document   : print
    Created on : Jan 29, 2010, 3:38:51 PM
    Author     : Serg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font:9pt Tahoma, Arial, Geneva, sans-serif;
}

ul.menu {
    display:none;
}

#fdbk_tab { display:none; }

div#search-form #domain-element { overflow: visible; width: 100%; position: absolute; }
div#search-form input.domain { padding-left: 0px; overflow: visible; }

div.block {overflow:visible; clear:both;}
div.block div.left {float:left; width:49%; clear:left;}
div.block div.right {float:right; width:49%; clear:right;}
div.block div.clear { clear:both; }

/**
 * The form
 */
#search-form {
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

dl.zend_form {
    overflow:hidden;
    clear:both;
    margin-top:0px;
}

#getscore {
    /* Button */
    display:none;
}

#domain {
    border:none;
    font-size:24px;
    font-weight:bold;
    background-color:#fff;
}

#domain-element {
    padding:0px;
    margin:0px;
    float:left;
}


/**
 * Score
 */
#score-container {
    border-bottom:2px solid #ccc;
    padding:0px 0px 10px 0px;
}

#score {
    position:absolute;
    right:35px;
    font-size:48px;
    margin-top:-45px;
}

#score span.max-score {
    color: #666;
    font-weight:lighter;
    font-size:smaller;
}


#share-form {
    display:none;
}

.score-category-container {
    margin-top:0px;
    padding-top:0px;
}

div#score div.send {
    display:none;
}


/**
 * Results
 */
#switch-view {
    display: none;
}

#results div.section {
    border-bottom:1px solid #eee;
}

#results div.badge {
    position:absolute;
    right:10px;
    margin-top:-33px;
    font-weight:bold;
}

#results div.section h2 a {
    color:#000;
    text-decoration:none;
}

ul.numbers {
    overflow:auto;
    clear:both;
    margin:0px;
    padding:0px;
}

ul.numbers li {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ececec;
    float: none;
    clear: both;
    width: auto;
    padding: 10px 10px 10px 10px;
    margin-right: 8px;
    overflow: hidden;
    height: auto;
    min-height: 0px;
    display: block;
}

ul.numbers div.number div { 
    font-size: 16px; 
    float: right;
    margin: 0px;
    font-weight: bold;
}

ul.numbers li a {
    color:#000;
    text-decoration: none;
}

ul.numbers li span.note {
    font-size: 10px;
    font-weight: normal;
    display:block;
    margin:5px 0px 0px 0px;
    font-style: italic;
    color: #666;
}

ul.numbers li .high { color:#009933; }
ul.numbers li .low { color:#990000; }


/* -- */
#send-to-seo {
    display:none;
}


#thanks-to {
    display:none;
}

/* footer */
#footer { display: none; }