﻿@charset "utf-8";
/* CSS Document */
#related {
	width:445px;
	height:450px;
	background-color:white;
	border:5px solid #FFF;
	position:absolute;
	top:-6px;
	left:134px;
	z-index:2200;
}
#related div.related_wrapper {
	width:443px;
	height:428px;
	border:1px solid #369;
	margin-top:20px;
}
#related iframe {
	width:443px;
	height:428px;
	border:none;
	overflow-y:hidden;
}
#related h1 {
	height:14px;
	padding:3px;
	font-size:14px;
	width:400px;
	background-color:#369;
	color:#FFFFFF;
	float:left;
	margin:0px;
	line-height:14px;
}
#related p {
	text-align:right;
	float:right;
	height:10px;
	padding:5px 3px;
	width:33px;
	background-color:#336699;
	margin:0px;
	line-height:10px;
}
#related a {
	color:white;
}
.hide {
	display:none;
}
#related p.backupresult, #related p.backupresultauthor {
	font-size:13px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:none;
	padding:0px 3px;
	background-color:white;
	margin:0px;
	color:#a2b1b6;
	width:100%;
	height:auto;
	min-height:18px;
}
#related p.backupresult a {
	color:black;
}
#related p.backupresultauthor {
	margin-bottom:5px;
}
#related div#resultshead{
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 3px;
    font-weight: bold;
    color:#336699;
}
