@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f8d898;
}

p.warning {
	color:#990000;
}

div.mainContainer {
	width: 46em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

div.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1.orderFormTitle {
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table.companyDetails td.labels {
	width: 6em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

table.companyDetails td.data {
	width: 12em;
	vertical-align: top;
}

table.companyDetails td.spacer {
	width: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderISSNForm table.orderDetails td.spacer {
	width: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderISSNForm table.orderDetails td.labels {
	width: 9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderISSNForm table.orderDetails td.data {
	width: 9em;
}

form#OrderEANForm table.orderDetails td.spacer {
	width: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderEANForm table.orderDetails td.labels {
	width: 9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderEANForm table.orderDetails td.data {
	width: 9em;
}

form#plateOrderForm table.orderDetails td.spacer {
	width: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#plateOrderForm table.orderDetails td.labels {
	width: 9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#plateOrderForm table.orderDetails td.data {
	width: 9em;
}

form#OrderISBNForm table.orderDetails td.spacer {
	width: 3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderISBNForm table.orderDetails td.labels {
	width: 9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

form#OrderISBNForm table.orderDetails td.data {
	width: 9em;
}

form#plateOrderForm table#stockConvertTable td#stockConvertSpacer {
	width: 12em;
}
form#plateOrderForm table#plateDetailsTable td.plateDetailsSpacer {
	width: 2em;
}
form#plateOrderForm table#artworkDetailsTable td.artworkDetailsSpacer {
	width: 4em;
}

form#plateOrderForm table#artworkDetailsTable table#stepRepeatTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

form#plateOrderForm table#artworkDetailsTable table#gapTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

form#plateOrderForm table#artworkDetailsTable table#unitSizeTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
form#plateOrderForm input#plateDeliveryDateBtn {
	vertical-align: top;
}
form#plateOrderForm input#artworkReqdDateBtn {
	vertical-align: top;
}

form#plateOrderForm table#artworkDetailsTable table#copyPositionTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
form#plateOrderForm table#artworkDetailsTable table#stockConvertTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

div#toolbar {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

div#toolbar table#toolbarTable {
	width: 100%;
}

div#toolbar table#toolbarTable td#toolbarRightCell {
	text-align: right;
}

h1.loginFormTitle {
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1.adminTitle {
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

form#loginForm table#loginFormTable td {
	padding-bottom: 0.5em;
}
form#createUserAccountForm table td {
	padding-top: 0.5em;
}
.mainContainer .mainContent #OrderEANForm .orderDetails td {
	vertical-align: top;
}
form#plateOrderForm span.errorMessage {
	color: #CC0000;
}
form#OrderISSNForm div#ISSNDetails {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 1em 0;
	margin: 1em 0;
}
form#OrderISSNForm span.errorMessage {
	color: #CC0000;
}
form#OrderISSNForm div#ISSNDetails h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form#OrderEANForm div#EANDetails {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 1em 0;
	margin: 1em 0;
}
form#OrderEANForm span.errorMessage {
	color: #CC0000;
}
form#OrderEANForm div#EANDetails h3 {
	margin-top: 0px;
	padding-top: 0px;
}
form#OrderISSNForm div#ISSNDetails div#issnDirections {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	margin-top: 1em;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	border: 1px solid #999999;
	padding: 0.5em;
	font-size: small;
}
form#plateOrderForm h3 {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 0em;
}
form#OrderISBNForm table.orderDetails td#selectSizeCell {
	vertical-align: top;
}
form#OrderISSNForm table.orderDetails td#selectSizeCell {
	vertical-align: top;
}
form#OrderISBNForm span.errorMessage {
	color: #CC0000;
}
