body {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
	margin: 0px;
    background: #ffffff;
}
.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;
}
h3 {
    color: #CC0000;
}
a, a:active, a:visited {
    color: #004080;
}
.med {
    font-size: 13px;
}
.small {
    font-size: 11px;
}
.tiny {
    font-size: 10px;
}
.indent {
    margin-left: 10px;
}

/**
 * Site layout styles
 */
.body-outer {
    width: 728px;
    margin: 0px auto 0px auto;
    padding: 0px;
    border-right: solid 1px #d7dce1;
    border-left: solid 1px #d7dce1;    
}
.body-top {
    background-image: url(./images/cat-top.gif);
    background-repeat: repeat-x;
    background-color: #2292c7;
    border-top: solid 1px #d7dce1;
    color: #ffffff;
    font-size: 11px;
    padding: 8px;
    text-align: center;
}
.body-top a, .body-top a:active, .body-top a:visited {
    color: #ffffff;
}
.body-header {
	padding: 0px;
    height: 105px;
    background-image: url(images/header-bg.gif);
    background-repeat: repeat-x;
    background-color: #f8f9fa;
}
.body-menu {
    background-image: url(./images/cat-menu.gif);
    background-repeat: repeat-x;
    background-color: #cfe9ee;
    padding: 5px;
    border-top: solid 1px #dde0e6;
    border-bottom: solid 1px #dde0e6;
	text-align: center;
}
.body-menu a, .body-menu a:active, .body-menu a:visited {
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 0px;
}
.body-content {
    padding: 10px;
    background-color: #ffffff;
}
.body-footer {
    background-image: url(./images/cat-bottom.gif);
    background-repeat: repeat-x;
    background-color: #2292c7;
    color: #ffffff;
    font-size: 11px;
    padding: 8px;
    text-align: center;
    border-top: solid 1px #dde0e6;
    border-bottom: solid 1px #d7dce1;
}
.hide-my {
    background-image: url(http://www.hide-my-ip.com/promo/awardwinning.gif);
    text-align: center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #ffffff;
}
.header_error a, .header_error a:active, .header_error a:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

/**
 * 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;
}



#results {
	border-bottom: 1px solid #666666;
}
#results td {
	border-top: 1px solid #666666;
	padding: 4px;
}
#results div {
	border-top: 1px solid #666666;
	padding: 4px;
}
#results span {
	float: right;
}
#results a {
	color: #666666;
	text-decoration: none;
}
#results .clear {
	display: block;
	clear: both;
}
#results img {
	border: 1px solid #000000;
}
.thumb {
	border: 1px solid #000000;
}
.middle { 
	vertical-align: middle;
}
/* PageRank Display Styles */
.prcode {
    font-family: tahoma,courier new, courier, sans-serif;
    font-size: 10px;
    color: #666;
    width: 400px;
    height: 40px;
}
.border {
	background-color: #ffffff;
	Border-left: #d5d5d5 1px solid;
	Border-right: #d5d5d5 1px solid;
	Border-top: #d5d5d5 1px solid;
	Border-bottom: #d5d5d5 1px solid;
}