/* temp for layout purposes
.primary, .secondary, .tertiary	{ background-color: #ccc; } */

.grid-overlay {
	background:transparent url('../img/css/grid.png') center 0 repeat-y;
	height:100%;
	position:fixed;
	top:0; left:0;
	width:100%;
	z-index:10000;
}

#isite-js-dev-errors {
	background:#efefef none;
	color:#000;
	display:none;
	height:380px;
	font-family:sans-serif;
	margin:-200px 0 0 -200px;
	overflow:auto;
	padding:10px;
	position:absolute;top:50%;left:50%;
	z-index:50000;
	width:400px;
	
	border-radius:8px;
	box-shadow: 0 0 8px #000;
}
#isite-js-dev-errors h2 {
	background:#ddd none;
	font: 16px sans-serif;
	margin:-10px -10px 0;
	padding:10px;
}
/* end temp for layout purposes*/
