﻿#content td     { border: 0; }
#instructions, #add, #list
				{ border: 1px solid #ccc; padding: 10px; }
#add, #list		{ height: 15em; }
#add			{ width: 350px; }
#list			{ width: 170px; }
#list table			{ width: 170px; }
#list table tr			{ width: 170px; }
#preSearchButtonBar
				{ border: 1px solid #ccc; padding: 10px; text-align: right; margin-top: 1em; }
.searchTitle    { color: #0067B5; margin-top: .9em; }
#selectedContainersTitle
                { color: #0067B5; }
#searchMessage	{ border: 1px solid #ccc; margin-top: 1em; }
#lstContainers  { width: 150px; }
#pnlSearch      { margin-top: 1em; }
#pnlContainerStatistics
                { margin-top: 1em; }
#introduction
                { margin-bottom: 1em; }
input.button    { width: 75px; }
#btnSearch      { margin-right: 2px; }
#pnlResults     { margin-top: 1em; }
#resultsTable, #dwellTimeTable, #movementTable
               { border: 1px solid #000; margin-top: 1em; }
#dwellTimeTable
				{ margin-top: 0; }
#resultsTable td, #dwellTimeTable td, #movementTable td     
                { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 5px; 
                  vertical-align: middle; font-size: 7pt; text-align: center; }
#resultsTable td.tableTitle, #dwellTimeTable td.tableTitle, #movementTable td.tableTitle
                { background-color: #A3DBF3; font-size: 9pt; font-weight: bold; color: #000; }                
#resultsTable td.thicktopborder, #dwellTimeTable td.thicktopborder, #movementTable td.thicktopborder
                { border-top: 1px solid #000; }
#resultsTable td.thickrightborder, #dwellTimeTable td.thickrightborder, #movementTable td.thickrightborder
                { border-right: 1px solid #000; }
                
#resultsTable td.left, #dwellTimeTable td.left, #movementTable td.left
				{ text-align: left; }                
.loadMessage
				{ border: 1px solid #ccc; margin-top: 1em; width: 680px; padding: 10px; }
.tableHeading   { background-color: #A3DBF3; font-weight: bold; color: #000; }
.rowHighlight   { background-color: #F0F8FF; }
#pnlButtonBar   { border: 1px solid #ccc; margin-top: 1em; padding: 10px; text-align: right; 
                  width: 540px; }
#pnlButtonBar input[type='button']
                { width: 100px; }
.notfound		{ padding: 10px; text-align: center; font-size: 10pt; color: #f00; }
#loadingMessage
				{ width: 100px; margin-top: 3px; padding: 2px; 
				  background-color: #A3DBF3; color: #000; text-align: center; vertical-align: middle; }
				  
#spacer			{ min-height: 400px; }
.selectedRow	{ background-color: #FFFF99; }
