/* The DIVs that list each submission's status in the author queue */
div.submission {
	background-color: #e7dfc7;
	margin: 0 2em 3em 2em;
	border: 1px solid #000;
}
	div.submission h1 {
		font-size: 1.25em;
		margin: .75em 0 0 .75em;
	}
	div.submission p {
		padding: 0;
		margin: 0 1em 1em 1em;
	}
	div.submission span.withdraw {
		display: block;
		text-align: right;
		font-size: .9em;
		margin-bottom: 1px;
		margin-right: 1px;
	}
		div.submission span.withdraw a {
			text-decoration: none;
		}

div.errors {
	width: 300px;
	padding: .5em;
}

/* FORMS AND FORM ELEMENTS */
form {
	margin: 0;
	padding: 0;
}
	input#submit {
		margin-top: 1em;
	}
	textarea, fieldset > input, select {
		background: #f7f7f7;
		border: 1px solid #b2b2b2;
		color: #000;
		font-size: 1em;
		margin: 1px;
		padding: 3px;
	}
	input:focus, textarea:focus {
		background: #fff;
		border: 1px solid #878787;
	}
	
	/* Form elements that are specific to the submission form. */
	div#profile > form > fieldset {
		border: 0;
		padding: 0;
		margin: 0;
	}
	div#profile > form > fieldset > legend {
		padding: .1em .3em;
		font-weight: bold;
		color: #000;
	}
	
	/* Form elements that are specific to the submission form. */
	div#submission-form {
		margin-bottom: 2em;
	}
	div#submission-form * fieldset#author > input#name, div#submission-form * fieldset#author > input#email
	{
		margin-bottom: 1em;
	}
	div#submission-form > form > fieldset {
		background-color: #eee;
		padding: 1em;
	}
		div#submission-form > form > fieldset > legend {
			font-size: 1.1em;
			font-family: 'Gill Sans', Verdana, Arial, sans-serif;
			padding: .1em .3em;
			color: #000;
		}
		div#submission-form * label {
			padding: .1em 0;
			font-weight: bold;
			color: #000;
		}
		div#submission-form * fieldset#genre > label {
			font-weight: normal;
			margin-left: .5em;
		}
		div#submission-form > form > fieldset > fieldset {
			border: 0;
			padding: 0;
			margin: 0;
		}
		div#submission-form > form > fieldset#submission {
			margin: 2em 0;
		}
			div#submission-form > form > fieldset > fieldset > legend {
				padding: .1em 0;
				font-weight: bold;
				color: #000;
			}
			div#submission-form > form > fieldset > fieldset#address {
				margin-bottom: 3em;
			}
				div#submission-form > form > fieldset > fieldset > fieldset {
					float: none;
					display: block;
					text-align: left;
				}
					div#submission-form > form > fieldset > fieldset * label {
						padding-bottom: 1px;
						font-weight: normal;
						font-size: .85em;
						color: #000;
					}
					div#submission-form * fieldset#address-state {
						margin: 0 1em;
					}
					div#submission-form > form > fieldset > fieldset > fieldset#address-country {
						clear: left;
					}
				div#submission-form * fieldset.submission {
					margin: 1em 5em .5em 0;
					border: 2px solid #ccc;
					padding: .5em;
				}
			div#submission-form * fieldset.title {
				clear: left;
				float: left;
			}
			div#submission-form * fieldset.file {
				margin-left: 2em;
			}
div.page-title {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: .5em 0 .75em .5em;
}

/* Make lists compact. */
ul {
	padding-left: .5em;
}

/* The statistics page. */
div#statistics table {
	width: 250px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	div#statistics table thead {
		border-right: 1px solid #ccc;
	}
		div#statistics table thead th {
			padding-left: 4px;
			text-align: left;
			background-color: #ccc;
		}
	div#statistics table td {
		border-right: 1px solid #ccc;
		padding-left: 3px;
	}
	div#statistics table caption {
		font-size: 11px;
		caption-side: top;
		font-weight: bold;
		text-align: left;
	}

table.agent {
	border-collapse: collapse;
}
	table.agent caption {
		caption-side: top;
		font-weight: bold;
		text-align: center;
	}
	table.agent thead {
		margin: 0;
		padding: 0;
	}
	table.agent tbody {
		border-right: 1px solid #ccc;
	}
	table.agent * th {
		text-align: left;
		background: #ffc;
		padding: .5em;
		border-top: 1px solid #c00;
		border-bottom: 1px solid #c00;
	}
	table.agent * th a {
		color: #000;
		text-decoration: none;
	}
	table.agent * tr:hover {
		background-color: #eee;
	}
	table.agent * td {
		text-align: left;
		margin: 0;
		padding: .5em;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	table.agent * tr.odd td {
		background-color: #fff;
	}
	table.agent * tr.even td {
		background-color: #f3f3f3;
	}
