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

body {
background-image:url(images/bodybg.gif);
background-repeat:repeat-x;
font-family:arial,verdana,sans-serif;
margin:0;
padding:0;
text-align:center;
}


/**
 * Common site font styles
 */
h1,h2,h3,h4,h5,h6 {
    font-family: tahoma, verdana, arial, sans-serif;
}
h1 {
color: #004080;
font-size: 34px;
letter-spacing: -1px;
font-weight: bold;
}
h2 {
width: 100%;
text-align:center;
color:#004080;
font-size:20px;
font-weight:bold;
letter-spacing:-1px;
margin:20px 0 10px;
padding:0;}
img {
border:none;
}
a, a:active, a:visited {
	color: #51a0c7;
}
a:hover {
     color: #393f42;
}
.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}

/**
 * Site layout styles
 */
.body-outer {
margin:10px auto 0;
text-align:left;
width:690px;  
}
.body-top {
    background-color: #51a0c7;
    color: #fff;
    font-size: 11px;
    padding: 6px;
    text-align: center;
}
.body-top a {
    color: #fff;
}
.body-top a:hover {
    color: #393f42;
}
.body-header {
    height:150px;
}
.body-header h1 {
color:#FFFFFF;
margin:0;
padding:0;
}
.body-header h1 a, .body-header h1 a:active, .body-header h1 a:visited {
color:#FFFFFF;
text-decoration:none;
}
.body-header p {
font-size:21px;
margin:0;
padding:8px 0 0;
}
a.site-title {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    color: #fff;
}
a.site-title:hover {
    color: #51a0c7;
}
.body-menu {
margin: 20px auto;
    background-color: #fefefe;
    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: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #393f42;
    padding: 0px 5px 0px 3px;
    border: 0px;
    border-right: solid 1px #bddcf4;
}
.body-menu a:hover {
    color: #51a0c7;
    text-decoration: underline;
}
.body-content {
    padding: 15px 20px 40px 20px;
    background-color: #ffffff;
}
.body-footer {
    background-color: #51a0c7;
    color: #fff;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #fff;
}

.body-footer a:hover {
	color:#393f42;
}

.copyright {
    font-size: 13px;
    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-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: 500px;
    height: 40px;
}
