body {
	background: #FFF url(../images/bkgd_shim.jpg) top left repeat-x;
    margin: 2px;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

a {
	color:#0092CF;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

hr {
	color: #FFF;
	clear: both;
	border: none;
	border-top: 1px dashed #000;
	margin: 12px 8px;
}

.content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.realtime {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}

.content h1 {
	font-size: 18pt;
}

.content TD {
	font-size: 12px;
}

.content TH {
	font-size: 12px;
}

.label {
    font-weight: bold;
}

.nav {
	width: 130px;
	border-right:1px dashed #000000;
	white-space: nowrap;
	padding-right: 4px;
}
.nav * {
	white-space: nowrap;
}

.navHead {
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
}

.nav h2 {
    font-weight: bold;
	margin: 1px 0px;
	padding: 4px 0px 1px 0px;
	font-size: 11pt;
}

.indent-10 {
	margin-left: 10px;
}

.navList {
	margin-top:0px;
	margin-bottom: 0px;
	list-style-type:none;
	padding-left: 10px;
	list-style-position:outside;
	margin-left: 0px;
	line-height: 1em;
}

.navList LI {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.navlittle {
	font-size: 8pt;
    font-family: Arial;
}


.navbig {
	margin-left: 4px;
	padding-left: 16px;
	color: #000000;
    font-family: Arial;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

#header {
	background: url(../images/dd-header.png);
	width: 800px;
	height: 100px;
	margin: 20px auto;
}
#footer {
	border-top: 1px dashed #000000;
	margin: 15px auto 0;
	font-size: 8pt;
	text-align: center;
}


.toggleBtn {
    height: 20px;
    width: 20px;
}

.thinBorder {
    border-color: silver;
    border-width: 1px;
    border-style: solid;
}

.evenrow {
	background-color: #CFCFCF;
}

.oddrow {
	background-color: #FFFFFF;
}

.sortColumn {
	background-color: #CCFFFF;
}

.navText {
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.small-font {
	font-size: 10pt;
}
.form {
	margin: 0px auto;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.field {
	background-color: #EEE;
}
.form table th {
	text-align: left;
	padding-right: 20px;
	white-space: nowrap;
}
.icon-info-rt {
	padding-right: 20px;
	background: url(../images/info.png) center right no-repeat;
}
.icon-info {
	padding-left: 20px;
	background: url(../images/info.png) bottom left no-repeat;
}
.icon-warn {
	padding-left: 20px;
	background: url(../images/warn.png) bottom left no-repeate;
}
.icon-search {
	padding-left: 20px;
	background: url(../images/search.png) bottom left no-repeat;
}
.helpHover {
	display: none;
	visibility: visible;
	position: absolute;
	width: 60%;
	left: 20%;
}

.validationError {
    color: red; 
    font-weight: bold;
}

.shipInfoTable {
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.shipTableHeader {
    background-color: ffff99;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.shipInfoTable td {
    font-size: 9pt;
}

.shipInfoTable input, .shipInfoTable select {
    font-size: 7pt;
}
