/* Styles for development phase */

.sp3_body_section_placeholder
{
	background-color: #eee;
	margin: 1em 0;
	font-family: sans-serif;
	border-bottom: solid 1px #bbb;
	border-right: solid 1px #bbb;
}

.sp3_body_section_placeholder .title
{
	background-color: #d42;
	color: white;
	font-weight: bold;
	font-size: 90%;
	padding: .2em .4em;
	display: inline-block;
	border-bottom: solid 1px #800;
	border-right: solid 1px #800;
}

.sp3_body_section_placeholder .content
{
	padding: .7em;
}

table.template td, table.template th
{
	text-align: left;
	vertical-align: top;
}

/* Table for data entry */

table.template-standard_form th.divider
{
	font-size: 120%;
	font-weight: normal;
	padding: .5em 0;
}

table.template-standard_form td
{
	padding: .5em 0;
}

table.template-standard_form > tbody > tr > td:first-child
{
	font-weight: bold;
	text-align: right;
	width: 150px;
	padding: .5em 1em;
}

table.template-standard_form td > .instructions
{
	margin-bottom: .75em;
	color: #777;
}

table.template-standard_form td > .error
{
	font-weight: bold;
	color: red;
	margin-bottom: .75em;
}

/* Table for listing many things */

table.template-tabular
{
	border-collapse: collapse;
	width: 100%;
}

table.template-tabular th
{
	font-size: 75%;
	text-transform: uppercase;
	margin: 0;
	padding: .5em;
	background-color: #ddd;
	border-bottom: solid 1px #999;
}

table.template-tabular td
{
	margin: 0;
	padding: .25em;
	border-bottom: solid 1px #999;
}

table.template-tabular td span.deactivated
{
	color: #777;
}

/* Pagination */

div.paginator
{
	text-align: center;
}

/* For indicating specific keys to press */
span.keyboard
{
	font-size: 75%;
	font-weight: bold;
	border: solid 1px black;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #eee;
	position: relative;
	top: -1px;
}