@import url(contribute.css);

body, p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
}

p {
	margin: 0 0 0.9em 0;
}

h1, h2, h3, h4, h5, h6, *.heading-main, *.heading-sub {
	margin: 0 0 0.5em 0;
}

h1, heading-1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 105%;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 105%;
	font-weight: bold;
	text-decoration: underline;
}

h6 {
	font-size: 105%;
	font-weight: bold;
}

table.frame {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table.frame td {
	border: 1px solid #B4B7C0;
}

table.frame th {
	padding: 0;
	height: 20px;
	background-color: #B4B7C0;
	border: 1px solid #B4B7C0;
}

table.frame th table {
	border: none;
	border-collapse: collapse;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

table.frame th td {
	height: 20px;
	border: none;
	margin: 0;
	padding: 0;
}

table.frame th td.east, table.frame th td.west {
	width: 5px;
}

table.frame th td.east img {
	position: relative;
	top: -1px;
	left: 1px;
}

table.frame th td.center img {
	margin: auto;
}

table.frame th td.west img {
	position: relative;
	top: -1px;
	left: -1px;
}

div.frame {
	border: 1px solid #B4B7C0;
	padding: 0;
}

*.frame h2, *.frame *.heading-main {
	background-color: #EBEEF4;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	color: #335;
	margin: 0;
	padding: 1px;
	padding-left: 5px;
	border-top: 1px solid #B4B7C0;
	border-bottom: 1px solid #B4B7C0;
}

*.frame td h2:first-child, *.frame *.heading-main:first-child {
	border-top: none;
}

table.form {
	border: none;
	border-collapse: collapse;
}

table.form th {
	border: 1px solid #B4B7C0;
	padding-left: 5px;
	padding-right: 20px;
	background-color: #EBEEF4;
	font-weight: bold;
	text-align: left;
}

table.form td {
	border: 1px solid #B4B7C0;
	padding: 5px;
	text-align: left;
}

table.form tr.buttons td {
	padding-top: 10px;
	border-style: solid none none none;
	text-align: center;
}

table.form tr.spacer td {
	border-style: solid none solid none;
}

table.form tr.errors td {
	border: 1px solid #A00000;
	color: #A00000;
}

table.compact {
	border: none;
	border-collapse: collapse;
}

table.compact td {
	border: none;
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.image {
	border: none;
}

table.status {
	margin: auto;
}

table.status td {
	border: 1px #808080 dashed;
	padding: 5px;
	background-color: #F0F0F0;
	color: #008000;
	font-size: 14px;
	font-weight: bold;
}

table.errors {
	margin: auto;
}

table.errors td {
	border: 1px #800000 dashed;
	padding: 5px;
	background-color: #F0F0F0;
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}
