/**
 * style.css - i dont thing this shit will works!
 *
*/

body {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    background-image: url(images/body-bg.gif);
    background-color: #fcfcfc;
}

.sidecol {
    margin: 0px;
    padding: 15px 0px 0px 8px;
    font-size: 10px;
}
.col1 {
    padding: 5px 5px 8px 7px;
    margin: 0px 0px 5px 0px;
    border: solid 1px #eeeeee;
    background-color: #fdfdfd;
    color: #333333;
}
.col1 a, .col1 a:active, .col1 a:visited {
    text-decoration: none;
    border-bottom: solid 1px #999999;
    color: #0052d9;
}
.col1 a:hover {
    border-bottom: solid 1px #0052d9;
    color: #999999;
}
/**
 * Common site font styles
 */
h1,h2,h3,h4,h5,h6 {
    font-family: tahoma, verdana, arial, sans-serif;
}
h1 {
    margin: 0px;
    font-size: 22px;
    letter-spacing: -1px;
}
a, a:active, a:visited {
    color: #004080;
}
a:hover {
    color: #008cf4;
}

.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}

/**
 * Site layout styles
 */
.body-outer {
    width: 840px;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-right: solid 2px #6f7b99;
    border-left: solid 2px #6f7b99;
    background-color: #ffffff;
}
.body-top {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    padding: 6px;
    text-align: center;
}
.body-top a, .body-top a:active, .body-top a:visited {
    color: #FFFFFF;
}
.body-header {
    padding: 0px;
    height: 80px;
    background-image: url(images/header-bg.gif);
    background-repeat: repeat-x;
    background-color: #f8f9fa;
}
.body-menu {
    font-size: 12px;
    background-color: #000000;
    padding: 5px;
    border-top: solid 1px #000000;
    border-right: 0px;
    border-bottom: solid 1px #000000;
    border-left: 0px;
}
.body-menu a, .body-menu a:active, .body-menu a:visited {
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #000;
    color: #FFFFFF;
    margin-left: 5px;
}
.body-menu a:hover {
    color: #008cf4;
}
.body-content {
    padding: 10px 15px 5px 15px;
    background-color: #ffffff;
}
.body-footer {
    background-color: #000000;
    color: #000000;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #FFFFFF;
}
.body-footers {
    background-color: #000000;
    color: #000000;
    font-size: 1px;
    padding: 1px;
    text-align: center;
}
.body-footers a, .body-footers a:active, .body-footers a:visited {
    color: #000000;
}


/**
 * Table styles for PR results
 */
.tbl-outer {      

}
.tbl-row1 {   
    font-size: 11px;   
    background-color: #f9f9f9;      
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.tbl-row2 {
    font-size: 11px; 
    padding: 2px 5px 2px 5px;
    background-color: #f3f3f3;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}


/**
 * Form styles for PR checker
 */

.form-outer {
    margin: 15px 0px 10px 0px;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #f3f3f3;
}
.form-outer input, .form-outer textarea {
    font-family: verdana, tahoma, courier new, sans-serif;
    font-size: 13px;
}

/**
 * Misc styles
 */
.error-row {
    margin: 5px;
    padding: 4px;
    font-size: 11px;
    background-color: #fff9f9;
    border: solid 1px #aa0000;
    color: #660000;
}
.error-msg {
    color: #cc0000;
}

/* PageRank Display Styles */

.prcode {
    font-family: tahoma,courier new, courier, sans-serif;
    font-size: 10px;
    color: #666;
    width: 400px;
    height: 40px;
}
