@charset "utf-8";
body {
	background: #666666;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFC;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	background: #C5FED1 url(/_images/Palm_Logo_Shadow.png) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
.oneColFixCtrHdr #navigation {
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 3px;
	font-size: 1.05em;
}
.oneColFixCtrHdr #navigation a{
	text-decoration: none;
	color: #F00;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-size: 3em;
}
.oneColFixCtrHdr #header h1.ProdHead {
	text-align: right;
	margin-right: 10px;
}
.oneColFixCtrHdr #mainContent { padding: 0 20px; 
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
table { font-size: 0.95em; }
table.dataTable { width: 100%; }
caption {
	color: #009C9E;
	font-weight: bold;
	font-size: 2.5em;
	text-align: left;
}
thead, th {
	background-color: #009C9E;
	color: #FFF;
	font-weight: bold;
}
td a,
td a:link { color: #000; }
td a:visited,
td a:hover,
td a:active { color:#027d7f;}
table.ProdJobListTbl {
	border: 2px solid #009C9E;
	width: 100%;
	font-size: 0.85em;
}

table.ProdJobListTbl tr:nth-child(even) td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.ProdJobListTbl tr.OnProof { background-color: #FF0; }
table.ProdJobListTbl tr.Plated { background-color: #0F6; }
table.ProdJobListTbl td, table.ProdJobListTbl th { padding: 3px 20px 3px 3px; }
table.ProdJobListTbl td.LessPad, table.ProdJobListTbl th.LessPad { padding-right: 6px; }
table.ProdJobListTbl td.LessPad img { cursor: pointer; }
table.ProdJobListTbl .NoShow {display: none; }
.KeyPlated, .KeyApproved, .KeyOnProof {
	float: right;
	margin: 7px 0 0 10px;
	padding: 5px 0;
	width: 90px;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #000;
	text-align: center;
}
.KeyPlated { background-color: #0F6; }
.KeyOnProof { background-color: #FF0; }
.PrintSingleListIcon {
	float: right;
	margin: 2px 0 2px 10px;
}
.PrintedDate {
	display: none;
	font-weight: bold;
	margin: 7px 0 0 0;
	padding: 5px 0;
}
p.ProdTableHead {
	color: #FFA851;
	font-weight: bold;
	font-size: 1.8em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}

#AddNewPaper {
	margin: 0 10px 15px 0;
	padding: 1px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 35%;
	float: right;
	background-color: #39F;
	color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 15px #009C9E;
	-webkit-box-shadow: 4px 4px 15px #009C9E;
	-ms-box-shadow: 4px 4px 15px #009C9E;
	box-shadow: 4px 4px 15px #009C9E;
}

#SetSchedules, #SubmitAddJob, #RefreshInfo, #Confirmation {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px 0;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 45%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#SetSchedules, #SubmitAddJob {
	background-color: #009C9E;
	color: #FFF;
	float: left;
	-moz-box-shadow: 4px 4px 15px #009C9E;
	-webkit-box-shadow: 4px 4px 15px #009C9E;
	-ms-box-shadow: 4px 4px 15px #009C9E;
	box-shadow: 4px 4px 15px #009C9E;
}

#RefreshInfo {
	background-color: #6CF;
	color: #000;
	float: right;
	-moz-box-shadow: 4px 4px 15px #6CF;
	-webkit-box-shadow: 4px 4px 15px #6CF;
	-ms-box-shadow: 4px 4px 15px #6CF;
	box-shadow: 4px 4px 15px #6CF;
}

#SetSchedules:hover, #SubmitAddJob:hover {
	background-color: #FFA851;
	color: #000;
	-moz-box-shadow: 4px 4px 15px #FFA851;
	-webkit-box-shadow: 4px 4px 15px #FFA851;
	-ms-box-shadow: 4px 4px 15px #FFA851;
	box-shadow: 4px 4px 15px #FFA851;
}

#RefreshInfo:hover {
	background-color:#F00;
	color: #FFF;
	-moz-box-shadow: 4px 4px 15px #F00;
	-webkit-box-shadow: 4px 4px 15px #F00;
	-ms-box-shadow: 4px 4px 15px #F00;
	box-shadow: 4px 4px 15px #F00;
}
#Confirmation {
	display: none;
	background-color: #FF0;
	color: #000;
	width: 100%;
	margin-top: 0;
	-moz-box-shadow: 4px 4px 15px #FF0;
	-webkit-box-shadow: 4px 4px 15px #FF0;
	-ms-box-shadow: 4px 4px 15px #FF0;
	box-shadow: 4px 4px 15px #FF0;
}
#ViewControls { text-align: center; }
.PrintSingleListIcon { cursor: pointer; }

#EditEntryForm,
#AddStockForm {
	display: none;
	text-align: left;
	font-size: 85%;
}
form#EditJob fieldset .AlterConfirmBtn {
	-moz-box-shadow: 4px 4px 15px #f6a828;
	-webkit-box-shadow: 4px 4px 15px #f6a828;
	-ms-box-shadow: 4px 4px 15px #f6a828;
	box-shadow: 4px 4px 15px #f6a828;
	margin-top: 10px;
	cursor: pointer;
}

form#EditJob fieldset { border: none; }

div.FormField span.Clue {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
	padding-left: 1em;
}

.editbox {
	display:none
}