﻿/*
 * TABLE OF CONTENTS:
 * - Supporting code for Estate-Develop-*.js
 * - Bad HTML detection
 */






/*
 * BEGIN SUPPORTING CODE FOR Estate-Develop-*.js
 */

#TraceBox,
#DesignTester_Link,
#DesignTester_Img,
#DesignTester_Measure,
#DesignTester_Measure * {
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-family: Consolas, Verdana, Arial;
}



#TraceBox {
	opacity: .9;
	position: fixed;
	z-index: 99999;
	top: 0;
	padding: 5px;
	font-size: 11px;
	color: #f00;
	background: #fff;
}

#TraceBox span {
	display: block;
	position: relative;
}

#TraceBox em {
	opacity: .7;
}




#TesterButtonHolder {
	position: fixed;
	z-index: 1002;
	right: 0;
	top: 0;
	width: 80px;
}



#FormTester_Link {
	cursor: pointer;
	float: right;
	opacity: .5;
	padding: 7px 7px;
	text-align: center;
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-weight: bold;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}



#DesignTester_Link {
	cursor: pointer;
	float: right;
	opacity: .5;
	padding: 7px 7px;
	text-align: center;
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-weight: bold;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}

#DesignTester_Img {
	cursor: move;
	display: none;
	position: absolute;
	z-index: 1000;
	opacity:.5;
}

#DesignTester_Measure {
	display: none;
	position: fixed;
	z-index: 1001;
	right: 0;
	top: 32px;
	opacity: .9;
	width: 50px;
	outline: none;
	padding: 7px 7px;
	font-size: 10px;
	color: #f00;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}

#DesignTester_Measure_Reset {
	cursor: pointer;
}

/*
 * END SUPPORTING CODE FOR Estate-Develop-*.js
 */
