/* CSS for Create, Edit and View pages in Blueprint */

.blueprint {
	background: url('../img/blueprint.png') no-repeat;
	margin: 0 auto;
	height: 1160px;
	width: 940px;
/*		border: 1px solid teal;
*/	}

.blueprint-green {
	background: url('../img/blueprint-green.png') no-repeat;
	margin: 0 auto;
	height: 1160px;
	width: 940px;
/*		border: 1px solid teal;
*/	}

pre {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size:10px;
	line-height:1.1em;
}

input, button, select, textarea {
	font-family: "Arial";
	font-size: 11px;
	line-height: normal;
}
button {
	width: 80px;
	font-size: 14px;
}

table {
	text-align: center;
	vertical-align: middle; /* css lint fix */
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 10px;
}
table.t1 {
	position: relative;
	top: 108px;
	left: 10px;
	font-family: Arial, sans-serif;
	table-layout: fixed;
	caption-side: top;
}

table.t2 {
	position: relative;
	top: 126px;
	left: 10px;
	font-family: Arial, sans-serif;
	table-layout: fixed;
	caption-side: top;
}

table.t3 {
	position: relative;
	top: 176px;
	left: 10px;
	font-family: Arial, sans-serif;
	table-layout: fixed;
	caption-side: top;
}

table.t4 {
	position: relative;
	top: 226px;
	left: 10px;
	font-family: Arial, sans-serif;
	table-layout: fixed;
	caption-side: top;
	margin-bottom: 260px;
}

td {
	height: 60px;
	width: 180px;
	border-right: 18px dashed transparent;
	border-left: 2px dashed transparent;
	margin: 0;
	padding: 0;
}
textarea {
	height: 96%;
	width: 96%;
	text-align: center;
	resize: none;
	overflow: hidden;
	border: 1px dashed #aaa;
	padding: 0; /* bootstrap override */
	margin: 0; /* bootstrap override */
}
table.t1 td {
	height: 30px;
	border-bottom: 32px dashed transparent;
}
td.sm {
	width: 120px;
}

tr.gap td {
	height: 30px;
	background-color: transparent;
}
/* /CSS for Create, Edit and View pages in Blueprint */

input.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	border: 1px dashed #aaa;
	vertical-align: baseline;
	background-color: #DCE2EF;
	width: 300px;
}