progressbody{

}

#searchButton:disabled {
    background: #9e9e9e;
    color: #fff;
    transition: 0.7s;
    cursor: progress;
}

#searchButton {
    transition: 0.7s;
}


.line{
	float: right;
	width: 910px;
	border-bottom: 1px solid #405CA7;
	font-family: sans-serif;
	font-size: 16px;
	padding: 5px;
	line-height: 26px;


}

.lineHead{
	float: right;
	text-align: left;
	width: 695px;
	padding-top 5px;


}
.headerTitle{
	float: right;
	text-align: left;
	width: 690px;
	position: relative;
	left: 5px;
	font-size: 14px;
	font-weight: 700;


}
#clearstyle {
	clear: both;

}
strong {
	font-weight: 700;


}
.linkVisit{
	width: 100px;
	text-align: center;
	float: right;
}

.pageAge{
	width: 100px;
	text-align: left;
	float: right;
		padding-top 5px;

}
.pageAgeHeader {
	width: 110px;
	text-align: left;
	float: right;
	font-size: 14px;
	font-weight: 700;


}

.expandIcon{
	width: 20px;
	height: 20px;
	text-align: left;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 2px;
}

.editInPolopoly{
	width: 100px;
	height: 25px;
	float:right;
	text-align: center;
	font-size: 14px;
	font-weight: 700;

}
.editInPolopolyHeader{
	width: 95px;
	height: 25px;
	float:right;
	text-align: center;
	font-size: 14px;
	font-weight: 700;


}

.editInPolopoly img{
	width: 25px;
	height: 25px;

}

#container{
	width: 920px;
	margin: 10px auto 10px auto;
	height: auto;
	border: 2px solid #405CA7;
	font-size: 12px;
	border-bottom: 1px solid #405CA7;

}

#header {
	width: 900px;
	background-color: #c6cfe5;
	border: 0px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
	border-bottom: 1px solid #405CA7;

}

#error{
	display: none;
	width: 920px;
	background-color: #FF9999;
	font-size: 40px;
	font-family: 'Calibri';
	border-radius: 5px;
	margin: 10px auto 10px auto;
	text-align: center;
}

#summary{
	width: 920px;
	font-size: 20px;
	font-family: 'Calibri';
	margin: 10px auto 20px auto;
	text-align: left;
}

#searchPanel{
	margin: 10px auto 10px auto;
	width: 920px;
}

#resultsBox{
	display: none;
}
#searchBar {
	width: 630px;
}
#threshold {
	width: 160px;
	height: 40px;
}
#searchButton {
	width: 100px;
	height: 40px;

}

#summary {
	font-size: 100%;
	font: inherit;

}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#contentSummary, #hideContentSummary {
	display: none;
	padding-bottom: 0px;



}
#leftTitle {
	float: left;
	width: 35%;
}
#rightData {
	float: left;
	width: 65%;
}
#leftTitleFooter {
	float: left;
	width: 35%;
	padding-bottom: 10px;
		margin-bottom: 0px;
}
#rightDataFooter {
	float: left;
	width: 65%;
	padding-bottom: 10px;
		margin-bottom: 0px;
}

