﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #A3A38F;
}

#wrapper
{
	background-color: #EAEAE1;
}

#header
{
	height: 80px;
	padding: 0px;
	background-color: #C9C9BE;
	background-image: url('Images/customs_bg.png');
}

#header .logo
{
	float: left;
}

#header .date
{
	float: right;
	margin: 10px;
	font-weight: bold
}

#menu
{
	float: left;
	width: 180px;
	padding: 5px;
}

#menu h3
{
	font-weight: bold;
	font-size: 13pt;
	margin: 5px 2px 2px 2px;
	border-bottom: 1px solid #A3A38F;
	padding: 2px;
}

#menu p
{
	margin: 4px;
	padding: 2px 2px 4px 2px;
}

#menu ul
{
	margin: 0 5px 0 20px;
	padding: 0;
	line-height: 1.5em;
}

#content
{
	margin-left: 190px;
	min-height: 480px;
	border-left: solid 3px #A3A38F;
	padding: 16px;
	background-color: #FFFFFF;
}

#footer
{
	clear: both;
	background-color: #A3A38F;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

h1, h1 select
{
	font-family: Impact;
	font-weight: normal;
	color: #727264;
	font-size: 24pt;
	margin: 2px 2px 8px 2px;
	padding: 0;
}

h1 select
{
	margin: 0;
	padding: 0;
}

fieldset
{
	background-color: #F7F7DE;
	border: solid 2px #727264;
	margin: 20px 0px 20px 0px;
	position: relative;
	display: block;
	padding: 0px 10px 10px 10px;
}

fieldset legend
{
	color: #FFFFFF;
	background-color: #A3A38F;
	font-weight: bold;
	border: solid 2px #727264;
	font-variant: small-caps;
	font-size: 110%;
	padding: 2px 5px;
	margin: 0px 0px 5px 0px;
	position: relative;
	top: -12px;
}

fieldset.fields
{
	width: 400px;
}

fieldset.fields label
{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 5px;
}

fieldset.fields input,
fieldset.fields select,
fieldset.fields textarea
{
	margin: 1px 0;
}

a
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.packingList
{
	font-family: Verdana;
	background-color: #EAEAE1;
	border: solid 2px black;
}

.packingList th
{
	font-size: medium;
	color: white;
	background-color: #A3A38F;
	border-bottom: solid 1px black;
	padding: 4px;
}

.packingList td
{
	font-size: 13px;
	padding: 4px;
}

.errorText
{
	font-size: larger;
	color: Red;
	font-weight: bold;
}

.totalRows
{
	border: black 1px solid;
	padding: 2px;
	font-weight: bold;
	margin: 20px auto;
	background-color: #ffffcc;
	width: 200px;
}

.textBox
{
	border: solid 1px #B2B2AD;
	border-top-color: #727264;
	background-color: white;
	color: black;
}

.button
{
	border: solid 1px #B2B2AD;
	border-right-color: #727264;
	border-bottom-color: #727264;
	background-color: #FFFFEF;
	font-family: Tahoma, Verdana, Arial;
	color: black;
	font-weight: bold;
}

.linkButton
{
	display: inline-table;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 8px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}

a.linkButton
{
	text-decoration: none;
	color: #333;
}

a.linkButton:hover
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
	border-color: #333;
}

.viewButton
{
	background-image: url('Images/view.gif');
}

.backButton
{
	background-image: url('Images/back.png');
}

.printButton
{
	background-image: url('Images/print.gif');
}

.searchButton
{
	background-image: url('Images/search.gif');
}

.box
{
	margin: 8px auto;
	padding: 8px 8px 8px 32px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-weight: bold;
}

.error
{
	border: solid 1px #800000;
	background-color: #FFF3F3;
	background-image: url('Images/no.png');
}

.warning
{
	background-color: #FFFFCC;
	border: solid 1px #808000;
	background-image: url('Images/warning.png');
}

.success
{
	background-color: #F0FFF0;
	border: solid 1px #008000;
	background-image: url('Images/yes.png');
}

.info
{
	background-color: #F0F0FF;
	border: solid 1px #000080;
	background-image: url('Images/info.png');
}

#Attachments
{
    width:832px;
    height:200px;
    border:solid 1px black;
    overflow:auto;
}

#Attachments .Grid
{
	width:100%;
	text-align:center;
	border-bottom:solid 2px black;
	border-top:solid 2px black;
	top:0px;
}

#Attachments h1
{
    width:820px;
    height:20px;
    background-color:#FFF8DC;
    font-family:Arial;
    font-size:15px;
    color:Black;
    font-weight:bold;
    margin-bottom:1px;
}

.Report
{
    width:833px;
    height:435px;
    border:solid 1px black;
}

.LockScreen
{
	cursor: wait; 
}

.LockScreen div
{
	position: fixed; z-index: 999; display: block; visibility: visible; 
	top: 0; left: 0; margin: 0; padding: 0; border: none;
	width: 100%; height: 100%; background-color: #ccc; text-align: center; 
	filter: alpha(opacity=75); opacity: 0.75; 
}

.LockScreen span
{
	position: fixed; z-index: 1000; display: block; 
	text-align: center; vertical-align: middle; font-size: 12pt; font-weight: bold; 
	background-color: #333; color: white; 
	border: solid 1px black; padding: 10px 20px;
    top: 50%; height: 80px; margin-top: -50px;
    left: 50%; width: 400px; margin-left: -220px;
}
