/**
 * style.css - Default stylesheet for Scriptalicious Turnkey PageRank Checker
 *
*/

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


/**
 * 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: #e8f98e;
}
.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}

/**
 * Site layout styles
 */
.body-outer {
    width: 800px;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-right: solid 2px #e8f98e;
    border-left: solid 2px #e8f98e;    
}
.body-top {
    background-color: #00677F;
    color: #ffffff;
    font-size: 11px;
    padding: 6px;
    text-align: center;
	border-bottom: solid 2px white ;
}
.body-top a, .body-top a:active, .body-top a:visited {
    color: #eeeeee;
}
.body-header {
    padding: 20px 0px 10px 10px;
    height: 50px;
   /* background-image: url(images/header-bg.jpg);*/
    background-repeat: repeat-x;
    background-color: #065063;
    font-size: 12px;
    color: #fff;
}
a.site-title, a.site-title:active, a.site-title:visited {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    color: #fff;
}
a.site-title:hover {
    color: #dae3fe;
}
.body-menu {
    background: url(images/blue.jpg) repeat-x bottom;
    padding: 5px;
    border-top: solid 1px #dde0e6;
    border-right: 0px;
    border-bottom: solid 1px #dde0e6;
    border-left: 0px;
}
.body-menu a, .body-menu a:active, .body-menu a:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #005895;
    padding: 0px 5px 0px 3px;
    border: 0px;
    border-right: solid 1px #bddcf4;
}
.body-menu a:hover {
    color: #4D781F;
    text-decoration: underline;
}
.body-content {
    padding: 15px 20px 40px 20px;
    background-color: #ffffff;
}
.body-footer {
    background-color: #00677F;
    color: #ffffff;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #eeeeee;
}

.copyright {
    font-size: 10px;
    color: #444;
}

/**
 * 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: 10px 0px 10px 0px;
    padding: 10px;
    background: url(images/lightgreen.jpg) repeat-x bottom ;
    border: solid 1px #D2EA5E;
}
.form-outer input, .form-outer textarea {
    font-family: verdana, tahoma, courier new, sans-serif;
    font-size: 15px;
}

/**
 * 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: 500px;
    height: 40px;
}
