/*
This file contains all the base styles that ship with ediWebTracker.
You can override any of the elements in BaseStyle.css located in the same folder

PLEASE DO NOT MODIFY THIS FILE. All changes will be lost with the next upgrade of Enterprise.
Instead, modify BaseStyle.CSS 

*/

@import url(menu.css);

/* 
	basic settings 
*/
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div, pre, input, textarea, select
{
	font-family: Verdana, Arial, sans-serif;
}

div
{
	margin:0;
	padding:0;
}

ul, li
{
	padding:0;
	margin:0;
}

body
{
	background: white;  
	color: #000000;
	padding: 0;  
	margin: 0;
	font-size: 11px;
}

.CollapsedMessage
{
	font-size: 12px;
	font-weight: bold;
}

.UpperCase
{
	text-transform: uppercase;
}

.LightBox
{
	border: 1px solid #000000;
	background-color:#c0c0c0;
	font-size:8px;
	font-weight:normal;
	width: 500px;
	overflow: hidden;     
	padding-top:2px;    
	padding-bottom:5px;    
	padding-left:5px;    
	padding-right:5px;    
}

.LightBoxMessageText
{
	font-size:11px;
	font-weight:normal;
}

.LightBoxMessage
{
	border: 1px solid #000000;
	background-color:#ffffff;
	width: 100%;
}

.LightBoxTitle
{
	border: 0px;
	color: #ffffff;
	font-size:10px;
	font-weight:bold;
	padding:2px;
}

.PageSmokeScreen
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;    
	background-color:#cccccc;
}

.LogoImage,
.LogoImage img
{
	border: 0px;
	border-style: none;
}

#UnshippedOrdersContentPane
{
	padding-top: 25px;
}

#OuterContentPane 
{
	padding: 0px 0px 0px 0px;
}

a,
a:visited
{
	color: #000000;
	background: inherit;
}

a:hover
{
	color:red;
	background: inherit;
}

select, input
{
	font-size: 11px;
}

/* 
	Login status string 
	Used for displaying who logged in and Logout link
*/
#LoginStatusString a,
#LoginStatusString a:visited,
#LoginStatusString a:hover
{
	color: inherit;
	background: inherit;
	font-weight: bold;
}

#LoginStatusString
{
	position: absolute;
	top: 0px;
	right: 0%;
	padding-left: 10px;
	padding-right: 10px;
}

.AdditionalLoginContent {
	text-align: left;
}

/*
	Notes
*/
pre
{
	border-left: 2px solid #999999; 
	margin-left: 1.5em;  
	margin-top: 0px;
	padding-left: 0px;
	font-size: xx-small;
	line-height: 100%;
	text-align: justify;
	
}

/*
	Heading of the page
*/
#pagehead {
	top: 0px;
	left: 0px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
	color: inherit;
	background: top left no-repeat;
}

#topbar1 {
	background: url(images/topbg1.gif) repeat-x top;
	color: inherit;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 100%;
}

#topbar2 {
	background: url(images/topbg3.jpg) no-repeat top right;
	color: inherit;
	height: 69px;
	width: 100%;
}

#pagefooter {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #F5F5F5;
	color: inherit;
	width: 100%;
	text-align:center;
}

.ErrorMessage
{
	color: red;
	background: inherit;
	font-weight: bold;
}

.loginBox
{
	border: 1px solid #999999;
	background:  #F5F5F5;
	color: inherit;
	padding: 15px;
	width: 250px;
	left: 10%;
}

.CompanyLogo
{
	color: inherit;
	background: url(images/Logo.gif) no-repeat center center;
	width: 220px;
	height:69px;
	cursor: hand;
}

.PageTitle
{
	font-weight: bold;
	font-size: 18px;
}

.SubPageTitle
{
	font-size: 12px;
	padding-top: 5px;
}

.SectionTitle
{
	font-weight: bold;
	font-size: 12px;
}

.SubSectionTitle
{
	font-weight: bold;
	font-size: 11px;
}

.ResultsTable, .AddressTable
{
	padding: 1px 0px;
	margin: 1px 0px;
	font-size: 11px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.ResultsTable td
{
	vertical-align: top;
	padding: 1px 2px 1px 0px;
	margin: 1px 2px 1px 0px;
}
.DetailsItem
{
	font-weight: bold;
}

.DetailsTable caption
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	padding-top:10px;
}

.DetailsTable 
{ 
	padding: 1px;
	border-collapse: collapse; 
	border: 1px solid #999999;
	font-size: 11px;
}

.DetailsTable_Empty
{ 
	padding: 1px;
	border-collapse: collapse; 
	border: 0px;
	font-size: 11px;
}

.DetailsTable td
{
	border: 1px solid #999999;
	padding: 1px;
}

.DetailsHeader 
{ 
	font-weight: bold; 
	background: #eee none;
	color: inherit;
	text-align: center; 
	padding-left: 1px; 
	padding-right: 1px; 
} 

.DetailsFooter 
{ 
	font-weight: bold; 
	color: inherit;
	text-align: left; 
	padding-left: 1px; 
	padding-right: 1px; 
} 

.DetailsCell 
{ 
	padding-left: 1px; 
	padding-right: 1px; 
	border: 1px solid #999999;
} 

.InnerDetailsTable, .InnerDetailsTable tr
{
	font-size: 10px;
	border-style: none;
}

.InnerDetailsCell, .InnerDetailsCell td
{
	border-style: none;
}

.InnerDetailsHeader, .InnerDetailsHeader td
{
	font-weight: bold;
	border-style: none;
}

.ContentSection
{
	padding-left: 5px; 
	margin-top: 1px;
}

/* Rounded Box */

.boundingbox
{
	padding: 0px 0px 0px 0px;
}

.bl
{
	color: inherit;
	background: url(images/bl-white.gif) 0 100% no-repeat  #A6CAF0;
}

.br
{
	color: inherit;
	background: url(images/br-white.gif) 100% 100% no-repeat;
}

.tl 
{
	color: inherit;
	background: url(images/tl-white.gif) 0 0 no-repeat;
}

.tr 
{
	color: inherit;
	background: url(images/tr-white.gif) 100% 0 no-repeat;
}

.clear 
{
	font-size: 10px; height: 10px;
}

.TimeLineLegend
{
	display: inline-block;
	font-weight: bold;
	background: none;
	color: inherit;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid 1px gray;
}

.TimeLineOverdue
{
	background: #ffb6c1;
	color: inherit;
	white-space: nowrap;
	text-align: center;
}

.TimeLinePending
{
	background: #e6e6fa;
	color: inherit;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompleted
{
	background: #98fb98;
	color: inherit;
	white-space: nowrap;
	text-align: center;
}

.TimeLineEstimate
{
	font-style: italic;
	color: Gray;
	background: inherit;
	white-space: nowrap;
	text-align: center;
}

.TimeLineCompletedLate
{
	background: #ffcc99;
}

.PopupButton
{
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

/* Alternating table cell */

.DetailsAlternatingCell
{
	color: inherit;
	background: #f2f2f2; 
}

/* Selected table cell */

.DetailsSelectedCell
{
	color: black;
	background: #d7ddfe;
}
/* Scrolling */

.Scrollable
{
	overflow-x: auto;
	padding-bottom: 20px;
	width: 100%;
}

.ScrollableFull
{
	overflow-x: auto;
	width: 100%;
	overflow:auto;
}

/* ZFindBox */

.ZFindBox
{
	z-index: 999;
	position: absolute;
	display: none;
	height: 320px;
	width: 480px;
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=95)
	progid:DXImageTransform.Microsoft.Slide(Duration=2.500,slidestyle='HIDE');
}

.ZFindBoxWithFilterStrips
{
	z-index: 999;
	position: absolute;
	display: none;
	height: 460px;
	width: 1050px;
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=95)
	progid:DXImageTransform.Microsoft.Slide(Duration=2.500,slidestyle='HIDE');
}	

.PopupCalendar
{
	height: 175px;
	width: 190px
}

.FindButton
{
}

.ClearButton
{
}

.NewButton
{
}

.ExportToExcelButton
{
}

.GridColumnsCustomisationButton
{
}

.Button
{
	overflow: visible;
	padding: 0 5px 0 5px;
	margin-right:3px;
	vertical-align:bottom;
}

.ZIFramePage, .ZFilterPage, .UploadFileDialog
{
	background: #F5F5F5;  
	padding: 10px;  
	margin: 1px;
	border: 1px solid #999999;
}

.ZIFramePage .ResultsTable
{
	padding: 0px;  
}


.DetailsCell
{
	white-space: nowrap;
}

.DetailsHeader
{
	white-space: nowrap;
}

.OrdersTimeLineDetailsHeader
{
	white-space: normal;
}

.ZFilterPageDetailsAlternatingCell
{
	color: inherit;
	background: #f2f2f2;
}

.DetailedDataGrid
{
	background-color: whitesmoke;
	border: 1px solid #999999;
	padding: 0px;
}

.DetailsSelection
{
	background-color: lightyellow;
}

.FilterStripGroup_none
{
}

.FilterStripGroup_red
{
	background-color: #ED898B;
}

.FilterStripGroup_green
{
	background-color: #96E08B;
}

.FilterStripGroup_blue
{
	background-color: #8BB4E2;
}

.FilterStripGroup_brown
{
	background-color: #E4AD84;
}

.FilterStripGroup_grey
{
	background-color: #B1B1B1;
}

.LoginInstruction
{
	position: absolute;
	border: 1px solid #999999;
	background: #F5F5F5;
	color: inherit;
	padding: 15px;
	left: 295px;
	top: 170px;
}

.ReportFilterGroupTitle
{
	font-weight: bold;
	font-size: 14px;
}

.ReportFilterLabel
{
	font-size: 10px;
	vertical-align: baseline;
	text-align: justify;
	padding-right: 4px;
}

.ReportFilterValues
{
	font-size: 10px;
	vertical-align: baseline;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ZDetailsDiv
{
	padding-left:4px;
	margin:0px;
}
.ZDetailsDivButton
{
	padding-left: 5px;
	border-style: none;
	background-color: Transparent;
	text-decoration: underline;
}
.ZDetailsDivHeader
{
	padding-top: 10px;
	padding-bottom: 6px;
	margin:0px;
}
.ZDetailsDivInternal
{
}

.ZOrgAddressOrganisationCaption
{
	width: 117px;
	white-space: nowrap;
}

.ZOrgAddressOrganisation
{
	width: 201px;
	white-space: nowrap;
}

.ZOrgAddressAddressCaption
{
	width: 127px;
	white-space: nowrap;
}

.ZOrgAddressAddress
{
	width: 201px;	
	white-space: nowrap;
}

.ZOrgAddressOrganisationText
{
	width: 170px;
}

.ZOrgAddressAddressText
{
	width: 201px;
}

.AddressTable td.Label
{
	width: 80px;
}

.AddressTable td.InsideLabel
{
	width: 20px;	
}

.AddressTable td
{
	width: 80px;
	border: none;
	white-space: nowrap;	
}

.AddressTableOrg, .AddressTableAddress, .AddressTableAddress2, .AddressTableContact, .AddressTableEmail
{
	width: 258px;
}

.AddressTableCity, .AddressTableCountry
{
	width: 95px;
}

.AddressTableRegNumList, .AddressTablePostalCode, .AddressTableState
{
	width: 70px;
}

.AddressTablePhone, .AddressTableFax
{
	width: 95px;
}

.AddressTableRegNum
{
	width: 160px;
}

.AddressTableCity, .AddressTableCountry, .AddressTableRegNum, .AddressTableFax
{
	margin-right: 25px;
}

.AddressTableOrg_H, .AddressTableAddress_H, .AddressTableContact_H, .AddressTableEmail_H
{
	width: 250px;
}

.AddressTableAddress2_H
{
	width: 280px;
}

.AddressTableRegNumList_H
{
	width: 70px;
}

.AddressTablePostalCode_H, .AddressTableCity_H, .AddressTableState_H, .AddressTablePhone_H, .AddressTableFax_H, .AddressTableCountry_H
{
	width: 100px;
}

.AddressTableCity_H
{
	margin-right: 25px;
}

.AddressTableRegNum_H
{
	width: 176px;
}

.ComparisonTable
{
	border:0px;
	font-size:10px;
	font-weight:normal;
	padding: 10px;
}

.ComparisonTable td
{
	padding:2px;
}

.ComparisonQuotes
{
	border:0px;
	font-size:10px;
	font-weight:normal;
	padding:2px;
}

.ComparisonQuotesCaption
{
	font-size:12px;
	font-weight:bold;
}

.ComparisonQuoteEstimate
{
	border:1px solid #999999;
	background-color: #f7f7ff;
	font-size:9px;
	font-weight:normal;
	padding:5px;
	width:500px;
}

.ComparisonQuoteEstimateCaption
{
	font-size:10px;
	font-weight:bold;
}

.ComparisonQuoteEstimateAmount
{
	width:100px;
}

.ProgressBar
{
	width: 500px;
	height: 50px;
	margin: 5px;	
	background-color: #F5F5F5;
}

.ProgressBarControl
{
	background: #F5F5F5;
}

.ProgressDisplay 
{
	font-size: 9pt;
	font-weight: bold;
}

.ProgressDisplay .StatusMessage {
	margin: 1px;
	height: 1.5em;
}

.ProgressDisplay .ProgressBar {
	background-color: #005596;
}

.ProgressDisplay .ImageButton {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img {
	border-width: 2px; 
	border-style: outset;
	border-color: white;
	margin: 0px; 
	padding: 0px;
	height: 1.5em;
	vertical-align: top;
}

.UploadFileDialog
{
	padding-left: 20px;
	padding-top: 20px;
}

#InputFile
{
	width: 350px;
	height: 20px;	
}

#DebugConsole
{
   visibility: hidden;
}

.DataGridController
{
	overflow: visible;
	display: block;
}

.CustomizeColumnsControl
{
	width: 670px;
	display: block;
	position: absolute;
	background-color: #cccccc;
	border-color: #555555;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	z-index: 1500;
	padding-right: 5px;
}
.CustomizeColumnsControlInner
{
	padding: 10px;
	float:left;
}

.CustomizeColumnsControlButtonsHolder
{
	padding: 5px;
	padding-top: 25px;
	float:left;
}
.CustomizeColumnsButtons
{
	width: 100px;
	height: 20px;
}
.OnDemandMenuCaller
{
	position: absolute;
	width: 16px;
	overflow:hidden;
	background-color: transparent;
}
.OnDemandMenuCallerButton
{
	filter: alpha(opacity=0);
	opacity: 0;
	mozOpacity: 0;
	height: 16px;
	width: 16px;
	background-image:url(images/GridMenu.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	border: none;
}
.OnDemandButtonHolder
{
	display: none;
	position:absolute;
	margin-left:5px;
	margin-top:16px;
	padding: 5px;
	background-color: #cccccc;
	border-color: #555555;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	z-index: 1000;
	width: 160px;
}
.OnDemandMenuButton
{
	font-size: 11px;
	width:150px;
	display: block;
	border: none;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	padding:5px;
	white-space:nowrap;
}

a.OnDemandMenuButton:hover
{
	color: #ffffff;
	background-color: #aaaaaa;
	cursor: pointer;
}

.OnDemandHeader
{
	padding-top:5px;
}

body.popup
{
	background-image: none;	
}

.ImportValidationErrorLabel
{
	font-weight: bold;
	font-size: 12px;
	color: Red;
}

.ImportValidationWarningLabel
{
	font-weight: bold;
	font-size: 12px;
	color: #00a4e4;
}

.ImportValidationInfoLabel
{
	font-weight: bold;
	font-size: 12px;
}

.ImportSection
{
	width: 95%;
	max-height: 140px;
	overflow: auto;
	font-size: 9px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;	
}

.ImportValidationError
{
	color: Red;
}

.ImportValidationWarning
{
	color: #00a4e4;
}

.ImportValidationInfo
{
}

.ImportBasicInfo
{
}

.ImportBasicInfoLabel
{
	font-weight: bold;
}

.WizardButton
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.WizardPanel
{
	border: 1px solid #999999;
	width: 95%;
	height: 590px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: auto;
}

.CenteredPanel
{
	text-align: center;
}

.AWBCaption,
.AWBSection .DetailsHeader
{
	font-size: 10px;
	font-weight: normal;
}

.AWBCaption
{
	padding-right:2px;
	white-space: nowrap;
	width: 95px;
	text-align: right;
}

.AWBSection .DataGridController
{
	padding-bottom: 3px;
}

.AWBSection .DetailsTable
{
	width: 97%;
	padding: 3px;
}

.AWBSectionTitle,
.AWBSection .SectionTitle
{
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
}

.AWBSectionData,
.AWBSectionDataNoCaption
{
	padding-right:10px;
	padding-bottom:2px;
}

.AWBSectionDataNoCaption
{
	padding-left:5px;
}

.AWBSection,
.AWBLineHeader
{
	border: 2px solid #000000;
	vertical-align: top;    
}

.AWBSectionHighlighted
{
	border: 4px solid #000000;
	vertical-align: top;    
}

.AWBFieldSection
{
	border-right: 2px solid #000000;
	overflow:hidden;
}

.RightLine,
.LeftLine
{
	width: 375px;
}

.AWBNetRate
{
	width: 50px;
}

.NetRateSection
{
	vertical-align: middle;
}

.AWBCode3,
.AWBCode3 input
{
	width: 35px;
}

.AWBCode2,
.AWBCode2 input
{
	width: 20px;
}

.AWBText5
{
	width: 50px;
}

.AWBText10
{
	width: 85px;
}

.AWBText15
{
	width: 150px;
}

.AWBText20
{
	width: 200px;
}

.AWBText25
{
	width: 220px;
}

.AgentsIATALine
{
	width: 150px;
}

.AccountNoLine
{
	width: 155px;
}

.AWBFirstCarrier
{
	width: 200px;
}


.AWBRequestedFlights .AWBFieldSection
{
	padding-right:2px;
}

.AWBRequestedFlights tr
{
	height: 25px;    
}

.AWBRequestedFlights td
{
	padding: 0px;
	vertical-align: top;   
}

.AWBInsuranceInfo
{
	font-size: 8px;
	font-weight: normal;
	white-space: normal;
	width: 300px;
	padding: 3px;
}

.AWBHandlingInfo
{
	width: 700px;
	height: 70px;
}

.AWBSCISection
{
	border-right: 0px;
	border-bottom: 0px;
	width: 200px;
	text-align: center;
}

.AWBLineHeader
{
	border-top: 0px;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.AWBLineData
{
	vertical-align: top;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 2px;
}

.AWBLineFirstColumn
{
	border-left: 0px;
}

.AWBLineLastColumn
{
	border-right: 0px;
}

.AWBLineEmptyColumn,
.AWBEmptyCell
{
	border: 0px;
	background-color: #c0c0c0;
}

.AWBCommodityHeader
{
	border-top: 2px solid #000000;
}

.AWBCommodityEmptyHeader
{
	border-bottom: 0px;
}

.AWBLinesTotal
{
	border-bottom: 0px;
}

.AWBRightBorder
{
	border-right: 2px solid #000000;
}

.AWBLeftBorder
{
	border-left: 2px solid #000000;
}

.AWBBottomBorder
{
	border-bottom: 2px solid #000000;
}

.AWBCaptionBox
{
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	font-size: 10px;
	font-weight: normal;
}

.AWBCaptionBox td
{
	padding-left: 10px;
	padding-right: 10px;
}

.AWBChargeField
{
	padding: 3px;
	width: 150px;
}

.AWBLastChargeField
{
	padding: 3px;
	width: 158px;
}

.AWBShipperText
{
	font-size: 9px;
	font-weight: normal;
	white-space: normal;
	width: 600px;
	padding: 5px;
}

.AWBShipperSignature
{
	font-size : 10px;
	font-weight: normal;
	white-space: nowrap;
	padding-top: 2px;
}

.AWBSignatureLine
{
	padding: 3px;
	width: 100%;
}

.AWBSignatureLineCell
{
	padding: 1px;
}

.AWBEditor,
.AWBEditor span,
.AWBEditor textarea
{
	font-size: 11px;
	font-weight: normal;
}

.AWBCaptionBox span
{
	font-size: 9px;
}

.HAWBAddressLine
{
	width: 300px;
}

.HAWBSectionTitle,
.HAWBAddress .AWBSectionTitle
{
	font-size:11px;
	font-weight: bold;
}

.HAWBSectionTitle,
.HAWBAddress .AWBCaption
{
	width: 95px;
	vertical-align: middle;    
	text-align: right;    
	padding-right: 3px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.HAWBDetailsSection
{
	background-color: #EEEEEE;
}

.AWBCity
{
	width: 208px;
}

.AWBState
{
	width: 35px;
}

.AWBCountry
{
	width: 35px;
}

.AWBPostalCode
{
	width: 100px;
}

.AWBPhone
{
	width: 167px;
}

.AWBPhoneCaption
{
	width: 55px;
}

.AWBContactMethod
{
	width: 90px;
}

.HAWBAddress .AWBCity
{
	width: 148px;
}

.HAWBAddress .AWBPhone
{
	width: 110px;
}

.HAWBAddress .AWBPhoneCaption
{
	width: 50px;
}

.AWBSection .DetailsCell input
{
	width: 97%;
}

.WarningSectionText
{
	font-weight: bold;
	color: #00a4e4;
}

.MessageStatus
{
	color: #00a4e4;
	background-color: #EEEEEE;
	padding-left: 5px;
	padding-right: 7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
}

#SendFWBFHL
{
	font-weight: bold;
}

#TrackingEvents_TrackingEventsPanel_TrackingEventsGridController_UpdatePanelID
{
	padding-top: 1px;
}

.DeclarationStatusDetailsSection
{
	border: 1px solid #999999;
}

.DeclarationStatusDetailsSection th
{
	color: #005596;
	background: #EEEEEE url("images/MButt.gif") repeat left top;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 4px 0px 4px 2px;
}
.DeclarationStatusDetailsSection td
{
	padding-left: 2px;
}
.DeclarationStatusDetailsSection td.TextColumn
{
	min-width: 300px;
}
.ShipmentStatusHolder .DeclarationStatusDetailsSection
{
	margin-top: 15px;
	margin-bottom: 5px;
}

.ProductContents
{
	width: 160em;
}
.ProductContentsInfo
{
	width: 40%; 
	float: left;
}

.ProductImageDiv
{
	width: 60%; 
	float: left;
}

.ProductImageControl 
{
	max-width: 400px;
	max-height: 450px;
	vertical-align: middle;	
}

.Clearing 
{
	clear:both;
}

.ProductImageTable 
{
	vertical-align: middle;
}

.ProductImageContainer 
{
	padding: 7px 0px 7px 0px; 
	margin-top: 5px; 
	line-height: 400px; 
	width:400px; 
	border: 1px solid #939393; 
	text-align: center;
}

.ProductImageVAHelper
{
	display: inline-block; 
	height: 100%; 
	vertical-align: middle;
}

.ProductImageBoxBorder 
{
	border: solid 1px #939393;
}

.ProductImageBoxBorderHidden 
{
	border: 0px solid #FFFFFF;
}

.HidingBGImageInPopUpWindows
{
	background-image: none;
}

.CategorySeparator td
{
	border-bottom: 1px solid #999999;
}

.ZIFramePage form
{
	margin-bottom: 0px;
}

.FilterStripControl td,
.FilterStripControl input {
	vertical-align: top;
}

.FilterStripRowDateEdit input,
.FilterStripRowDateEdit span {
	vertical-align: top;
}

.EventReferenceFilterStripRow span {
	display: inline-block;
	width: 106px;
	margin-right: 5px;
	font-size: 8pt;
}

.EventReferenceFilterStripRow select {
	margin-right: 5px;
}

.EventReferenceFilterStripRow input {
	width: calc(100% - 206px);
}
