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

body {
    font-family: arial, sans-serif;
	color: #6C6C6C;
    margin: 0px auto;
	padding: 0px;
    background-color: #fff;
	width: 771px;
}


/**
 * Common site font styles
 */
h1,h2,h3,h4,h5,h6 {
    font-family: tahoma, verdana, arial, sans-serif;
}
h1 {
    color: #3d3d3d;
	font-family: Serif;
	font-size: 27px;
	line-height: 120%;
	margin-bottom: 10px;
	display: block;
}
a, a:active, a:visited {
    color: #6E8BA7;
}
a:hover {
    color: #93c914;
	text-decoration: none;
}
.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}


/**
 * Site layout styles
 */

.body-top {
    background-color: #008cf4;
    color: #ffffff;
    font-size: 11px;
    padding: 6px;
    text-align: center;
}
.body-top a, .body-top a:active, .body-top a:visited {
    font-family: Arial, Tahoma, Sans-Serif;
	color: #0066CC;
}
.body-header {
	font-family: Serif;
    font-size: 14px;
    color: #3d3d3d;
	width: 97%;
	border-bottom: 1px dotted #cccccc;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15px;
}
a.site-title, a.site-title:active, a.site-title:visited {
	font-family: Arial, Tahoma, Sans-Serif;
	color: #0066CC;
	padding-bottom: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: underline;
}

a.site-title:hover{
    color: #93c914;
	text-decoration: none;
}

.body-menu {
	float: left;
    padding: 5px;
    border-right: none;
}
.body-menu ul, .body-menu li {
	border-bottom: solid 1px #dde0e6;
}
.body-menu a, .body-menu a:active, .body-menu a:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #0066CC;
    padding: 0px 5px 0px 3px;
    border: 0px;
}
.body-menu a:hover {
    color: #008cf4;
    text-decoration: underline;
}
.body-content {
    margin: 0; 
	padding: 0;  
	font-family: arial,sans-serif; 
	color: #6C6C6C;
    background-color: #ffffff;
	text-align: center; 
	min-height: 350px;
	height: auto !important;
    height: 350px; 
}

.body-meta {
    margin: 0; 
	padding: 0;  
	background-color: #ffffff;
    font-size: 9px;
    padding: 10px;
    text-align: center;
	color: #777;
}
.body-meta a, .body-meta a:active, .body-meta a:visited {
	color: #93c914;
	text-decoration: none;
}
.body-meta a:hover {
	text-decoration: underline;
}
.body-footer {
    background-color: #ffffff;
    font-size: 11px;
    padding: 10px;
    text-align: center;
	color: #bdbdbd;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #6E8BA7;
}

.copyright {
    font-size: 11px;
    color: #bdbdbd;
}
.copyright a, .copyright a:active, .copyright a:visited {
	color: #bdbdbd;
	text-decoration: none;
}
/**
 * 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;
}
.tbl-row-aja {
	font-size: 12px; 
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

/**
 * Form styles for PR checker
 */

.form-outer {
    padding-bottom:2px;
	border-bottom: 1px dotted #6C6C6C;
}


#search_form fieldset {
	border: medium none;
	margin: 0 0 10px;
	padding: 0;
}

fieldset {
	border-color: #C4E3FF;
	border-style: solid;
	border-width: 0 0 4px;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

#search_form input {
	vertical-align: middle;
}
input#suggest {
	font-size: 170%;
	margin: 4px 15px 0 0;
	width: 361px;
}

input.textfield, textarea {
    background: #F9F9F9 none repeat scroll 0 0;
	border-color: #CCCCCC #DDDDDD #DDDDDD;
	border-style: solid;
	border-width: 2px;
	color: #777777;
	font-family: Arial, Verdana, sans-serif;
	font-size: 150%;
	padding: 4px;
	width: 250px;
}
input.img-btn {
	display: inline;
}

/**
 * Misc styles
 */
.center-it {
padding: 10px;
border:1px solid #ccc; 
border-width: 0 1px 1px 1px 1px; 
margin:0 auto;
width: 550px;
}

.center-display {
padding: 10px;
border:1px solid #ccc; 
border-width: 0 1px 1px 1px 1px; 
margin:0 auto;
width: 630px; 
}

.site-name {
	color: #93c914;
	font-family: Serif;
	font-size: 27px;
	line-height: 120%;
	margin-bottom: 10px;
	display: block;
}
.error-row {
    margin: 5px;
    padding: 4px;
    font-size: 11px;
    background-color: #fff9f9;
    border: solid 1px #aa0000;
    color: #660000;
}
.error-msg {
    color: #cc0000;
}

.url-stats {
	float: left;
	margin-right: 5px;
	text-align: left;
	width:300px;
	min-height: 480px;
	border-right:1px dotted #dde0e6;
	/* background: url('http://pageranks.web.id/tpl/rankz/images/info.gif') no-repeat left bottom; */
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
/* PageRank Display Styles */

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