@CHARSET "ISO-8859-1";

/* ScreenShotBox */
.screenShotLoaderBox {
	height: 110px;
	margin: auto;
	text-align: center;
	display: block;
}

.screenShotBox .screenShotImg {
	margin: 32px 0 0 15px;
}

.screenShotImg {
	height: 110px;
	width: 150px;
	margin: 0 auto;
	background: url("../img/loading.gif") no-repeat 60px 40px;
	display: block;
}

.screenShotBox {
	background: url("../img/screenshot_box.png") no-repeat;
}

.screenShotSpacer,.screenShotBox {
	margin: 0 10px 0 0;
	padding: 0 18px 0 10px;
	height: 158px;
	width: 148px;
	float: left;
	text-align: center;
	display: block;
}

.screenShotSpacer {
	font-size: 2em;
	font-weight: bold;
}

.screenShotBox h3 {
	color: #858585;
	margin: 8px auto;
	width: 75px;
}

/* Result  */
#toolResultTop h1 {
	color: #3A81AD;
	margin: 0 0 5px 0;
}

#toolResultTop h2 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	color: #666666;
}

/* preview */
#previewBoxNarrow {
	width: 642px;
	background: url("../img/preview_bg_narrow.png") repeat-y;
	height: auto;
	padding: 0;
}

#previewBoxHeaderNarrow {
	width: 642px;
	background: url("../img/preview_top_narrow.png") no-repeat;
	height: 5px;
}

#previewBoxBottomNarrow {
	width: 642px;
	background: url("../img/preview_bottom_narrow.png") no-repeat;
	height: 5px;
}

#previewBoxWide {
	width: 620px;
}

#previewImage {
	float: right;
	margin: 0 5px 0 0;
	width: 620px;
}

#previewBoxNarrow strong,#previewBoxWide strong {
	font-size: 1em;
	display: block;
	clear: both;
	padding: 0 8px;
	color: #1D82C1;
}

h1.veryBigText {
	font-size: 2.5em;
	color: #3A81AD;
}

.bigIframe {
	width: 98%;
	overflow: auto;
	height: 700px;
	border: 1px solid #cccccc;
}

.pageRankBox {
	height: 15px;
	border: 1px solid #666666;
	display: block;
	width: 100px;
	margin: 5px 0;
}

.pageRankBar {
	background: #009900;
	height: 100%;
	display: block;
}

#middleResultCont {
	float: left;
	width: 830px;
}

.resultList {
	background: #ffffff;
	width: 800px;
}

.resultListNarrow {
	background: #ffffff;
	width: 590px;
}

.resultList .lighter,.resultListNarrow .lighter,.resultListWide .lighter
	{
	background: #f0f0f0;
}

.resultList .darker,.resultListNarrow .darker,.resultListWide .darker {
	background: #f5f5f5;
}

.resultListWide {
	background: #ffffff;
	width: 790px;
}

.resultLeftNextScreenShot {
	width: 425px;
	float: left;
}
.iteration {
	color: #AAAAAA;
	text-align: right;
	width: 25px;
	margin: 0 3px 0 0;
}

#errorBox {
	background: #ffeeee;
	border: 1px solid #ff4444;
}

#errorBox li {
	list-style: none;
}

#errorBox ul {
	margin: 5px;
}

.toolHelpMark {
	float: right;
	margin: 0 10px 0 0;
}

.helpButton {
	background: url("../img/icons/help.gif") no-repeat 0px 0px;
	width: 20px;
	margin: 1px 0 0 10px;
	padding: 1px 0 0 0px;
	height: 20px;
	display: block;
	cursor: pointer;
}

.helpButtonSmall {
	background: url("../img/icons/help_small.gif") no-repeat 0px 0px;
	width: 10px;
	height: 10px;
	margin: 1px 0 0 10px;
	padding: 0;
	cursor: pointer;
	float: left;
}

#captcha label {
	font-weight: normal;
	font-size: 1.2em;
}

#inputcaptcha {
	height: 32px;
	width: 35px;
	font-size: 2.3em;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	font-weight: bold;
}

/* narrow */
#toolformNarrow {
	width: 620px;
	background: url("../img/form_bg_narrow.png") repeat-y;
}

#toolform p {
	margin: 5px 0 0 0;
	padding: 0;
}

#toolform button {
	margin: 3px 0 0 0;
}

#toolformTopNarrow {
	height: auto;
	padding: 15px 10px 0px 15px;
	background: url("../img/form_top_narrow.png") no-repeat;
	min-height: 54px;
}

#toolformBodyNarrow {
	min-height: 50px;
	height: auto;
	background: url("../img/form_bg_narrow.png") repeat-y;
	padding: 0px 10px 0px 15px;
}

#toolformBodyNarrow p {
	margin: 5px 0 0 0;
}

#toolformBottomNarrow {
	height: 73px;
	padding: 5px 10px 0px 15px;
	background: url("../img/form_bottom_narrow.png") no-repeat;
}

.inputBoxTextNarrow {
	font-size: 1.7em;
	width: 500px;
	height: 25px;
}

/* wide */
#toolform {
	width: 650px;
	background: url("../img/form_bg.png") repeat-y;
}

#toolform td {
	vertical-align: top;
}

#toolformTop {
	height: auto;
	min-height: 54px;
	padding: 15px 10px 0px 15px;
	background: url("../img/form_top.png") no-repeat;
	min-height: 54px;
}

#toolformBody {
	min-height: 50px;
	height: auto;
	background: url("../img/form_bg.png") repeat-y;
	padding: 0px 10px 0px 15px;
}

#toolformBody p {
	margin: 5px 0 0 0;
}

#toolformBottom {
	height: 73px;
	padding: 5px 10px 0px 15px;
	background: url("../img/form_bottom.png") no-repeat;
}

#toolResultNarrow {
	width: 630px;
}

#toolResultWide {
	width: 820px;
	float: left;
}

#toolResultNarrow,#toolResultWide {
	padding: 0;
	margin: 0;
}

#toolResultTop {
	height: auto;
	min-height: 54px;
	padding: 15px 10px 0px 0px;
}

#toolResultBody {
	margin: 5px 0 0 0;
}

.resultNoteBox {
	background: #F9F9F9;
	border: 1px solid #F2F2F2;
	height: auto;
	width: auto;
	padding: 5px;
}

.resultNoteBox p {
	margin: 3px 0;
	color: #777777;
}

.resultNoteBox strong {
	margin: 3px 0;
	color: #666666;
}

.textbox {
	background: #ffffff;
	border: 1px solid #F2F2F2;
	padding: 3px;
	margin: 3px;
	width: 98%;
	margin: 0;
	overflow: auto;
	font-family: monospace;
	font-size: 1.2em;
}

.xmlSitemap {
	background: #ffffff;
	border: 1px solid #F2F2F2;
	padding: 3px;
	margin: 3px;
	width: 790px;
	margin: 0;
	overflow: auto;
	margin: 0;
}

.xmlSitemap pre {
	font-size: 1.3em;
}

.colorInput {
	font-family: monospace;
	width: 100px;
	font-weight: bold;
	height: auto;
	font-size: 2em;
	padding: 1px 0 0 5px;
	margin: 0px;
	color: #333333;
	border: 1px solid #969696;
}

.colorPreviewBox {
	padding: 6px 20px 0 0;
	font-size: 0px;
	border: 1px solid #969696;
}

.textbox pre {
	font-size: 1.1em;
}

#toolresult_bottom {
	height: 73px;
	padding: 5px 10px 0px 15px;
	/*background: url("../img/form_bottom.png") no-repeat;*/
}

.toolinputCol {
	width: 540px;
	margin-top: -1px;
	float: left;
}

/* Input Fields */
.inputBoxText,.inputBoxTextAdd,.inputBoxTimestamp,.inputBoxArea,.inputBoxTextNarrow,.inputBoxTextSeoMetric
	{
	margin: 0px;
	color: #333333;
	font-weight: bold;
}

.inputTextarea {
	font-size: 1.7em;
	padding: 1px 0 0 5px;
	margin: 0px;
	color: #333333;
	font-weight: bold;
}

.inputBoxText {
	font-size: 1.7em;
	padding: 1px 0 0 5px;
	width: 570px;
	height: 25px;
}

.inputBoxTextAdd {
	font-size: 1.7em;
	padding: 1px 0 0 5px;
	width: 520px;
	height: 25px;
}

.inputBoxTimestamp {
	font-size: 1.7em;
	padding: 1px 0 0 5px;
	width: 130px;
	height: 25px;
}

.inputBoxArea {
	font-size: 1.5em;
	font-family: inherit;
	padding: 3px;
	width: 570px;
}

/*resulttables */
table.resultTableWide {
	width: 815px;
	border-top: none;
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}

div.resultTableWide {
	width: 807px;
	padding: 3px;
	border-top: none;
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}

table.resultTableNarrow {
	width: 632px;
	border-top: none;
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 7px;
}

div.resultTableNarrow {
	width: 626px;
	padding: 7px;
	border-top: none;
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
}

table.resultTableWide td,table.resultTableNarrow td,.resultTable td {
	vertical-align: top;
}

.resultTable {
	width: 625px;
}

table.resultTableWide td p {
	padding: 2px 0;
	margin: 0;
	color: #888888;
}

h3.resTableColHead {
	padding: 5px;
	width: 98%;
}

.resTableHeaderWide {
	padding: 7px 10px 7px 10px;
	margin: 20px 0px 0 0;
	height: 22px;
	width: 795px;
	background: url("../img/table_bg815.png") no-repeat;
	clear: both;
}

.resTableHeaderWide strong,.resTableHeaderNarrow strong {
	color: #3A81AD;
	font-size: 1.2em;
	margin: 0;
}

.resTableHeaderWide h3,.resTableHeaderNarrow h3 {
	color: #3A81AD;
	margin: 2px 0;
	font-size: 1.2em;
}

.resTableHeaderNarrow {
	padding: 7px 10px 7px 10px;
	margin: 10px 0 0 0;
	height: 22px;
	width: 622px;
	background: url("../img/table_bg642.png") no-repeat;
	clear: both;
}

.resTableColHead {
	background: #3A81AD;
	color: #FFF;
	height: 16px;
}

.resTableColHead td {
	padding: 5px;
}

.tabs .active {
	background: url("../img/tab150_a.png") no-repeat 0px 0px;
	height: 20px;
	display: block;
	padding: 16px 0 0 0;
	width: 150px;
	text-decoration: none;
	text-align: center;
	color: #666666;
	font-weight: bold;
}

.tabs a {
	background: url("../img/tab150_i.png") no-repeat 0px 0px;
	height: 20px;
	display: block;
	padding: 16px 0 0 0;
	text-align: center;
	width: 150px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.tabs {
	padding: 0 0 0 5px;
	display: block;
	height: 36px;
	width: 637px;
	background: url("../img/table_bg642.png") no-repeat 0px 0px;
}

.tabs li {
	list-style: none;
	float: left;
	margin: 0 0 0 2px;
}


.domPopFilters {
	background: url("../img/domainpop/filter_bg.png") repeat-y 0px 0px;
	width:642px;
	height:auto;
}
.domPopFilters h3 {
	background: url("../img/domainpop/filter_top.png") no-repeat 0px 0px;
	width:642px;
	height:26px;
	color:#3A81AD;
	padding:4px 10px;
}
#content .domPopFilters p {
	margin:-13px 0 0 10px;
	padding:0;
}
.domPopFiltersBottom {
	background: url("../img/domainpop/filter_bottom.png") repeat-y 0px 0px;
	width:642px;
	height:5px;
}
.domPopFiltersForm {
	width:642px;
	padding:8px 5px;
}
#domPopPrLabel {
	margin:0 20px 0 70px;
}
#domPopPr {
	margin:0 20px 0 0;
}
.disabled {
	color:#b5b5b5;
}
#recommend {
	text-align:right;
}
#recommend a {
	text-decoration:none;
}
.pr-count {
	margin-right:10px;
}
