/* CSS Reset */
* { margin:0; padding:0; }
body {
	background:#ffffff url(backgradient.gif) repeat-x 0 0;
	font-family:Arial, Helvetica, serif;
	height:100%;
}

#progressbox {
	display:block;

	position:fixed;
/*	top:40%;
	left:40%; */
	
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -112px;
	
	text-align:center;
	padding:8px;

	height:68px;
	width:228px;
	background:#dbe0e7;
	
	border-left:2px solid #ebeef2;
	border-top:2px solid #ebeef2;
	border-right:2px solid #c8d1de;
	border-bottom:2px solid #c8d1de;
	
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060');
	
	z-index:99999;

}

@font-face {
	font-family: Rockwell;
	src: url('rock.ttf');
}
#logo {
	font-family: Rockwell, Arial, Helvetica, serif;
	font-size: 3em;
	color: #354e71;
	float: left;
}
#navigation {
	font-family: Rockwell, Arial, Helvetica, serif;
	font-size: 1.5em;
	color: #354e71;
	float: right;
	margin-top:20px;
}
#container {
  width:1024px;
  margin:10px auto;
}
#header {
  height:50px;
  width:960px;
  margin:80px auto 0px auto;
  border-bottom: 2px solid #354e71;
}

#header a ,#header a:visited{
	color: #354e71;
	text-decoration:none;
	 outline: none;
	-moz-outline: none;
}

#header a:hover {
	color: #354ea1;
	text-decoration:none;
}

#header a:active {
	color: #990000;
	 outline: none;
	-moz-outline: none;
}

pre {
	padding:0px 8px;
	margin:-16px 0px 0px;
	font-size:16px;
	display:inline-block;
}

#contents {
	position:relative;
	top:0px;
	min-height:600px;
	width:940px;
	margin:0px auto;
}
#scanbox {
	position:relative;
	width:800px;
	height:70px;
	left:40px;
	top:40px;
	background:#a5b557;
	border-left:2px solid #bed54b;
	border-top:2px solid #bed54b;
	border-right:2px solid #849147;
	border-bottom:2px solid #849147;
}
form#st {
	color: #000000;
	font-family: Rockwell, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	left:15px;
	top:15px;
}
.scanboxfield { font-size: 1.6em; color:#990000; height:32px; width:654px;
	border-left:2px solid #849147;
	border-top:2px solid #849147;
	border-right:2px solid #bed54b;
	border-bottom:2px solid #bed54b;
}
.scanboxbutton { font-size: 1.6em; color:#1f4304; height:36px; width:100px;
	position:relative;
	left:8px;
	border-left:2px solid #d3dc9a;
	border-top:2px solid #d3dc9a;
	border-right:2px solid #979f60;
	border-bottom:2px solid #979f60;
}
.scanboxbutton:hover { font-size: 1.6em; color:#229900; height:36px; width:100px;
	background:#ffffff;
	border-left:2px solid #e7efb5;
	border-top:2px solid #e7efb5;
	border-right:2px solid #b6be7c;
	border-bottom:2px solid #b6be7c;
}
.scanboxbutton:active { font-size: 1.6em; color:#229900; height:36px; width:100px;
	background:#ffffff;
	border-left:2px solid #b6be7c;
	border-top:2px solid #b6be7c;
	border-right:2px solid #e7efb5;
	border-bottom:2px solid #e7efb5;
}
.tl {
	font-family: Lucida Console, Monaco, sans-serif;
	font-size: 14px;
	background: #eaedf1;
	margin:0px 8px;
}

.feedbackwrapper {
	width:400px;
	position:relative;
	left:80px;
}

.feedbackform  {
	padding:8px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.feedbackform textarea, .feedbackform input {
	background:#fff;
	font-size: 1em; color:#000000;
	border: 2px solid #aaaaaa;
}

#sectionstable {
	margin:10px;
	border-style:hidden;
	width:500px;
	empty-cells: hide;
	border-spacing: 8px;
}

#sectionstable td, th {
	border:hidden;
	padding:6px;
	text-align:left;
	max-width:300px;
	word-wrap: break-word;
}

#sectionstable a {
	font-family: Rockwell, Arial, Helvetica, serif;
	font-size: 1.5em;
	color: #354e71;
	text-decoration:none;
}
#sectionstable a:hover {
	color: #354ea1;
}
/*
#sectionstable a, #sectionstable a:visited {
	text-decoration:none;
	color:#0000ff;
}

#sectionstable a:hover{
	text-decoration:underline;
	color:#9900ff;
}
#sectionstable a:active{
	text-decoration:underline;
	color:#ff0099;
}
*/
::-webkit-input-placeholder	{
	color: #858585;
}
	
:-moz-placeholder {
	color: #858585;
}

.fadedtext {
	color: #999999;
}

.errtext {
	color: #990000;
}

.canvascontainer {
	float:right;
	border-left:2px solid #c8d1de;
	border-top:2px solid #c8d1de;
	border-right:2px solid #ebeef2;
	border-bottom:2px solid #ebeef2;
	background:#eaedf1;
}

table {
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
table, td, th {
	border:1px solid #acb7c7;
}
td {
	padding:6px;
	vertical-align:middle;
	text-align:left;
	max-width:300px;
	word-wrap: break-word;
}

table.minimal {
	border-collapse:collapse;
	border-style:none;
	margin-left: 0px;
	margin-right: 0px;
}
table.minimal tr, table.minimal td {
	padding:0px;
	border-style:none;
	vertical-align:middle;
	word-wrap: break-word;
}

table.infotable {
	border-collapse:collapse;
	border-style:none;
	position:relative;
	margin-left: 8px;
}
table.infotable tr, table.infotable td {
	padding:2px;
	border-width:2px;
	border-style:outset;
	border-color:#ebeef2 #c8d1de;
	vertical-align:middle;
	word-wrap: break-word;
}

table.tool {
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
table.tool td, table.tool th {
	border:1px solid #c8d1de;
}
table.tool td {
	padding:6px;
	vertical-align:middle;
	text-align:left;
	max-width:300px;
	word-wrap: break-word;
	border: 1px outset #aaa;
	width: 30%;
}

table.tool input {
	color: #000;
	background: #ffffff;
	border: 2px solid #aaaaaa;
}

input
{
color: #000;
background: #d7dfa3;
border: 2px solid #a5b557;
}

input[disabled='disabled'],input:disabled {
  background:#999;
  color:#ccc;
  cursor:default;
}

#boxcontainer {
	position:relative;
	width:940px;
	min-height:480px;
	top:100px;
	display:inline-block;
}
#lbox {
	margin-bottom:12px;
	min-height:400px;
	width:460px;
	position:relative;

	float:left;
	background:#dbe0e7;
	border-left:2px solid #ebeef2;
	border-top:2px solid #ebeef2;
	border-right:2px solid #c8d1de;
	border-bottom:2px solid #c8d1de;
	word-wrap:break-word;
}
#rbox {
	margin-bottom:12px;
	min-height:400px;
	width:460px;
	position:relative;

	float:right;
	background:#dbe0e7;
	border-left:2px solid #ebeef2;
	border-top:2px solid #ebeef2;
	border-right:2px solid #c8d1de;
	border-bottom:2px solid #c8d1de;
	word-wrap:break-word;
}
#cbox {
	margin-bottom:12px;
	min-height:400px;
	width:940px;
	position:relative;
	float:left;
	background:#dbe0e7;
	border-left:2px solid #ebeef2;
	border-top:2px solid #ebeef2;
	border-right:2px solid #c8d1de;
	border-bottom:2px solid #c8d1de;
	word-wrap:break-word;
}

#footer {
	min-height:30px;
	max-height:50px;
	width:940px;
	position:absolute;
	bottom:-10px;
	
	float:left;
	background:#dbe0e7;
	border-left:2px solid #ebeef2;
	border-top:2px solid #ebeef2;
	border-right:2px solid #c8d1de;
	border-bottom:2px solid #c8d1de;
	font-size:10px;
	word-wrap:break-word;
}

#footer a {
	text-decoration:none;
}

#fileicon {
	width:32px;
	height:32px;
	position:relative;
	padding:8px;
	top:8px;
	left:0px;
}
#subbox {
	width:900px;
	position:relative;
	left:10px;
	margin:2px 4px 18px 4px;
	padding:4px;
	background:#e2e6eb;
	border-left:2px solid #c8d1de;
	border-top:2px solid #c8d1de;
	border-right:2px solid #ebeef2;
	border-bottom:2px solid #ebeef2;
}

h3 {
	font-family: Arial, Helvetica, serif;
	font-size: 1.2em;
	color: #354e71;
	margin-top:2px;
	margin-left:8px;
	position:relative;
	top:-8px;
}

#subbox h3 {
	font-family: Rockwell, Arial, Helvetica, serif;
	font-size: 1.2em;
	color: #354e71;
	margin-top:2px;
	margin-left:8px;
	position:relative;
	top:-8px;
}
#boxcontainer p {
	padding:8px;
	position:relative;
	top:-8px;
}

ul li {
	margin-left:24px;
	position:relative;
}

#boxcontainer h2 {
	font-family: Rockwell, Arial, Helvetica, serif;
	font-size: 1.4em;
	color: #354e71;
	margin-top:2px;
	margin-left:8px;
	position:relative;
	top:-8px;
}