﻿/* --------------- */
/* Generic styling */
.FormLabel
{
	color: #666;
	vertical-align: middle;
}
.Help
{
	font-size: xx-small;
	font-style: italic;
}
.AdminForm th
{
	text-align: left;
	width: 200px;
	margin-right: 100px;
}
.AdminForm th .Title
{
	font-weight: bold;
}
.AdminForm th .Help
{
	font-weight: normal;
}

.PageView
{
	border: 1px solid gray;
	max-width: 950px;
	padding: 5px 10px 5px 10px;
}

.PageView1 {
    border: 1px solid gray;
    max-width: 680px;
    padding: 5px 10px 5px 10px;
}

.RolesAssignment .List
{
	float: left;
	position: relative;
	padding:2px 5px 2px 5px;
}
.DetailGridView
{
	width: 50% !important;
	float: left;
	border-right: 1px solid #000;
}

div.ButtonPanel
{
	text-align: left;
	padding: 8px 0 2px 0;
	border-top: solid 1px #bde2f8;
	margin-top: 8px;
}

div.GridFilter {
    text-align: right;
}

.Error
{
	color: Red;
}

.Success
{
	color: Green;
}

.NoWrap
{
	white-space: nowrap;
}

.Dropdown *
{
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
}

a.PageLink
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a.PageLink:hover
{
	text-decoration: underline;
}

p
{
	color: #333;
}

a.Button
{
	display: inline-block;
	background: #b0daf4 !important;
	border: 1px solid !important;
	border-color: #bde2f8 #489ed3 #489ed3 #bde2f8 !important;
	font-weight: bold !important;
	color: Black !important;
	text-decoration: none;
	display: inline-block;
	cursor: pointer !important;
	padding: 2px 16px 2px 16px;
}
.ButtonStyle
{
	background-color: #b0daf4 !important;
	color: Black !important;
}
a.DisabledButton
{
	display: inline-block;
	background: #ddd !important;
	border: 1px solid !important;
	border-color: #ddd #ddd #ddd #ddd !important;
	font-weight: bold !important;
	color: GrayText !important;
	text-decoration: none;
	display: inline-block;
	cursor: default !important;
	padding: 2px 16px 2px 16px;
}
.DisabledButtonStyle
{
	background-color: #ddd !important;
	color: GrayText !important;
}

a.MiniButton
{
	display: inline-block;
	background: #b0daf4 !important;
	border: 1px solid !important;
	border-color: #bde2f8 #489ed3 #489ed3 #bde2f8 !important;
	font-weight: bold !important;
	color: Black !important;
	text-decoration: none;
	display: inline-block;
	cursor: default !important;
	font-size: 7pt !important;
	padding: 1px 4px 1px 4px;
}

a.PadLeft, input.PadLeft
{
	margin-left: 8px;
}

/* -------------------- */
/* Master Page Elements */



body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
}

html, body {height: 100%;}

#MyWrapper {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px auto; /* the bottom margin is the negative value of the footer's height */
    width: 100%;
}


.menu
{
	background-color: #b0daf4;
}

#divContainer
{
	/*position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 0px 0 0px;
}
.header
{
	padding: 4px 16px 4px 16px;
	background-color: #d6ebf5;
	border-bottom: solid 1px #15778b;
	font-size: 10px;
}
.clearfix
{
	clear: both;
}
.Location
{
	font-weight: bold;
	font-style: italic;
}
IMG
{
	border: 0 none;
}
.TerminalView, 
.onlinehelp
{
	float: right;
	text-align: right;
	/*width: 380px; // removed by Aliya for no max width */ 
}

.onlinehelp
{
    padding: 5px;
    padding-top: 10px;
    width: 350px;
}

.UserName
{
	font-weight: bold;
}
.UserView
{
	margin-top: 3px;
}
.TerminalLabel
{
	font-weight: bold;
	float: right;
}
.logos .TerminalLabel
{
	font-size: large;
	float: left;
	padding: 26px 8px;
}
#tblLoginDetails
{
	padding: 4px 16px 4px 16px;
	background-color: #d6ebf5;
	border-bottom: solid 1px #15778b;
	font-size: 10px;
}

#tblLoginDetails *
{
	color: Black !important;
}

#divLocation
{
	float: right;
	white-space: nowrap;
}

#divLogos
{
	padding: 0 16px 0 16px;
}

#divLogos td
{
	height: 70px;
}

#divHeader
{
	background-color: White;
}
.push
{
	clear:both;
	height:40px;
}

#divContent
{
	padding: 0px 16px 30px 16px; /* bottom padding leaves space for footer */
	min-height:100%;
}

#divFooter
{
	/*width: 100%; // removed by Aliya for no max width */ 
	bottom: 0; /* stick to bottom */
	padding: 8px 15px 8px 15px;
	margin: 10px auto 0 auto;
	border-top: solid 1px #15778b;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

#divGroupFooter
{
	float: right;
	color: #004679;
	font-weight: bold;
	padding-right: 30px;
}


#divFooter a
{
	font-size: 10px;
	color: #083436;
	font-weight: normal;
	text-decoration: none;
}

#divFooter a:hover
{
	text-decoration: underline;
}

/* ------------ */
/* Menu styling */

div.NoMenuLine
{
	padding: 0 0 8px 0;
	border-top: solid 1px #15778b;
}


.divNoMenu
{
	padding: 0 0 8px 0;
	border-top: solid 1px #15778b;
}

.MenuContainer
{
	background: #b0daf4 !important;
	padding: 0 0 0 4px;
	margin-left: 5px; /*width:100%;*/
	clear: both;
	float: none;
}

.MenuBar
{
	background: #b0daf4 !important;
	z-index: 17 !important;
}

.MenuBar *
{
	font-size: 10px !important;
	font-weight: bold !important;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	color: Black;
}

.StaticMenuStyle
{
	z-index: 1 !important; /*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: Transparent; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */ /* position: relative; */ /* makes the menu blocks be positioned relative to their parent menu item                                       the lack of offset makes these appear normal, but it will make a difference                                       to the absolutely positioned child blocks */
	color: #000000; /* sets the default font colour to black */
}

.StaticMenuItemStyle
{
	z-index: 1 !important;
	font-size: 10px;
	color: #000000;
	padding: 6px 6px 6px 6px;
	border: 1px solid transparent;
}

.StaticHoverStyle
{
	background-color: #d6ebf5 !important;
	cursor: default;
}

.DynamicMenuStyle
{
	z-index: 1 !important; /*border: 1px solid #000;*/ /* puts a black border around the menu blocks */
	background-color: #FFFFFF;
	padding-left: 0px; /* stops the usual indent from ul */
	cursor: default; /* gives an arrow cursor */
	margin-left: 0px; /* Opera 7 final's margin and margin-box model cause problems */
	list-style-type: none; /* removes the bullet points */
	padding-top: 0px;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	border: 1px solid #CCCCCC;
	color: #000000;
}

.DynamicMenuItemStyle
{
	z-index: 1 !important;
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	color: #000000; /* sets the default font colour to white */
	background: #FFFFFF none repeat scroll 0 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid Transparent;
}

.DynamicHoverStyle
{
	background-color: #d6ebf5 !important;
	cursor: default;
}

.SiteMapPathContainer
{
	background: #d6ebf5 !important;
	padding: 3px 0 3px 0px;
	clear:left;
}

.SiteMapPath
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-weight: bold !important;
	background: #d6ebf5 !important;
	font-size: 10px;
	color: Gray;
}

/* ------------------------- */
/* Terminal selector styling */
.terminalSelectorBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.TerminalSelector
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 300px;
}

a.TerminalSelector
{
	display: block;
	border: solid 1px #bde2f8;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	margin: 0 2px 0 2px;
	width: 290px;
}

a.TerminalSelector:hover
{
	background: #b0daf4;
	border-color: #489ed3;
}

.TerminalSelector h3
{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background: #EEEEEE;
}

.DialogCaption
{
	font-weight: bold;
	color: Black;
	font-size: 11px;
}

.Validator
{
	cursor: help;
	color: red;
}

table.Detail
{
	width: 100%;
}

tr.DetailRow
{
}

tr.DetailRowAlternate
{
	background-color: #eeeeee;
}


td.DetailCellLabel,
td.DetailCellLabelNoWidth,
span.DetailCellLabel
{
    color: Gray;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 20px;
}

td.DetailCellLabel
{
    width: 1%;
}

td.DetailCellValue,
td.DetailCellNoWidth
{    
    vertical-align: middle;
}

td.DetailCellValue
{
    width: 10%; /*forces even column distribution*/
}

td.FormLabel
{
	text-align: left;
	vertical-align: text-top;
	padding: 5px 8px 0 0; /*fixes textboxes v-align but ajax combos todo yet*/
}

td.NoWrap 
{
    white-space: nowrap;
}
	

.FormField
{
	text-align: left;
	vertical-align: text-top;
	font-weight: bold;
}

.Querying
{
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	background-color: #eeeeee;
	background-image: url(../Images/processing.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: progress;
	z-index: 1000;
}

.collapsePanel
{
	height: 0px;
	background-color: white;
	overflow-y: scroll;
	border-color: #d6ebf5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.collapsePanelHeader
{
	background-color: #d6ebf5;
	font-weight: bold;
	float: none;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

/*TODO: not sure if used below*/


/* TODO: CssClass properties set to DataGridView should be now Grid and anything set to Textbox should be removed*/
html
{
	height: 100%;
}

/*body
{
	margin: 0;
	padding: 0;
	height: 100%; 
	background-color: #feffe2;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
}*/
input[type=text], input[type=submit], input[type=button], textarea, input[type=password]
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
	border: solid 1px #7F9DB9;
	padding: 3px 0px 0px 3px;
	background-color: #f3fafe !important;
}
input[type=text], textarea
{
	background: #f3fafe !important;
	color: Black;
}
input[type=text], input[type=password]
{
	height: 16px;
}
input[type=submit], input[type=button]
{
	padding: 2px 2px 1px 2px;
	background-color: #b0daf4 !important;
}
.ajax__combobox_inputcontainer
{
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: -6px;
}
.ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer
{
	border: 0 0 0 0;
	padding: 0 0 0 0;
}
.ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer
{
	border: 0 0 0 0;
	padding: 0 0 0 0;
}
.ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
	border-right: 0px none;
	padding-right: 20px;
}
.ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
	margin: 0 0 0 0;
	border: solid 1px #7F9DB9;
	border-left: 0px none;
	background-color: #f3fafe !important;
	background-image: url(../Images/windows-arrow.gif);
	background-position: right center;
}
.ajax__combobox_itemlist
{
	border-color: #7F9DB9;
}
.RequiredComboBox_completionListElement, .EquipmentGroupList, .EquipmentStowList, .TempUnitList, .VentUnitList
{
	background-color: #f3fafe !important;
	padding: 0px 0px 0px 0px;
	position: absolute;
	z-index: 6000;
	visibility: hidden;
	margin-left: 0px !important;
	margin-top: 20px !important;
	border: solid 1px #7F9DB9;
	cursor: 'default';
	overflow: auto;
	height: 200px;
}
.RequiredComboBox_completionListElement
{
	width: 300pt !important;
}
.RequiredComboBox_listItem, .RequiredComboBox_highlightedListItem
{
	padding: 3px 0px 3px 3px;
	margin: 0px;
	list-style: none none none;
	height: 12px !important;
}
.RequiredComboBox_listItem, .RequiredComboBox_listItemCell
{
	cursor: default;
}
.RequiredComboBox_highlightedListItem, .RequiredComboBox_highlightedListItemCell
{
	background-color: #b0daf4 !important;
	cursor: hand;
}
.RequiredComboBox_processingStart
{
	display: inline;
	visibility: visible;
}
.RequiredComboBox_processingEnd
{
	visibility: hidden;
}
table.Grid
{
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
}
table.Grid td, table.Grid th
{
	padding: 2px 6px 2px 6px;
}
table.Grid th, tr.GridFooterRow td
{
	text-align: left;
	background-color: #b0daf4;
	vertical-align: middle;
	color: #000000;
}
tr.GridFooterRow td
{
	background-color: #d6ebf5;
}
table.Grid tr.GridAltRow td
{
	color: #000000;
	background-color: #eeeeee;
}
fieldset
{
	padding: 10px;
	border: solid 1px #bde2f8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
}
legend
{
	color: #666;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 8pt !important;
}
.ValidationSummary
{
	padding-top: 8pt;
    color:Red;
}
.Hidden
{
	border: solid 1px #489ed3;
	background: yellow;
	font-weight: bold !important;
	padding: 2px !important;
	color: Black;
	position: absolute;
	visibility: hidden;
	display: none;
}
.ProcessingButton
{
	padding-top: 8pt;
	vertical-align: middle;
}
.WinArrow
{
	border: solid 1px #7F9DB9;
	border-left: 0px none;
	float: left;
}
.ErrorOccurred
{
	padding-top: 10px;
}
.SortIndicator
{
	color: #0033CC;
}
.calendarContainer table tr td
{
	padding: 0 !important;
	margin: 0 !important;
	border-width: 0px !important;
}

.Terminal
{
	width: 230px;
}
.ShippingLine
{
	width: 230px;
}
.Ship
{
	width: 230px;
}
.ShipVisitVoyage
{
	width: 230px;
}
.ShipVisitCall
{
	width: 230px;
}
.TruckingCompany
{
	width: 230px;
}
.HazardClass
{
	width: 230px;
}
.SpecialStow
{
	width: 230px;
}
.CustomerPriority
{
	width: 230px;
}
.TempUnit
{
	width: 230px;
}
.VentUnit
{
	width: 230px;
}
.EquipmentGrade
{
	width: 230px;
}
.GridFooterRow .RequiredComboBox_completionListElement
{
	height: 100px !important;
}
.EquipmentType
{
	width: 230px;
}
.EquipmentGroup
{
	width: 230px;
}
.EquipmentStow
{
	width: 230px;
}
.EquipmentSizeType
{
	width: 230px;
}
.LineHoldStatus
{
	width: 230px;
}
.HoldType
{
	width: 230px;
}
.ISOEquipmentCode
{
	width: 230px;
}
.Pool
{
	width: 230px;
}
.PurposeService
{
	width: 230px;
}
.TruckingService
{
	width: 230px;
}
.TruckingCompanyStatus
{
	width: 230px;
}
.RoutingPoint
{
	width: 230px;
}
.Train
{
	width: 230px;
}
.TransshipCategory
{
	width: 230px;
}

/* AJAX Calendar Control */
.ajax__calendar_container
{
	padding: 4px;
	cursor: default;
	width: 170px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_body
{
	height: 139px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
	top: 0px;
	left: 0px;
	height: 139px;
	width: 170px;
	position: absolute;
	text-align: center;
	margin: auto;
	background-color: #FFFFFF;
}
.ajax__calendar_container TABLE
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.ajax__calendar_container TD
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.ajax__calendar_header
{
	height: 20px;
	width: 100%;
}
.ajax__calendar_prev
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(<%=WebResource("Calendar.arrow-left.gif")%>);
}
.ajax__calendar_next
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(<%=WebResource("Calendar.arrow-right.gif")%>);
}
.ajax__calendar_title
{
	cursor: pointer;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
.ajax__calendar_footer
{
	height: 15px;
}
.ajax__calendar_today
{
	cursor: pointer;
	padding-top: 3px;
}
.ajax__calendar_dayname
{
	height: 17px;
	width: 17px;
	text-align: right;
	padding: 0 2px;
	background-color: #FFFFFF;
}
.ajax__calendar_day
{
	height: 17px;
	width: 18px;
	text-align: right;
	padding: 0 2px;
	cursor: pointer;
}
.ajax__calendar_month
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.ajax__calendar_year
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.ajax__calendar .td
{
	background-color: #FFFFFF;
}
.ajax__calendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.ajax__calendar .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar .ajax__calendar_day
{
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
}
.ajax__calendar .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.ajax__calendar .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
	color: #0066cc;
}

.ajax__calendar_days table tr td
{
	background-color: #FFFFFF !important;
}
.SpreadSheet
{
	z-index: 0;
	border: 1px solid #edf9ff;
	width: 100%;
	margin-bottom: 10px;
}

/* Used in Report Delivery */
.reportSelection
{
	float: left;
	margin-right: 10px;
}
.reportCriteria
{
}
.reportParameterLabel
{
}
.reportParameterInput
{
}
.reportingShippingLine
{
}
.reportFormatSelector
{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.deliverButtons
{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.ReportingShip
{
	width: 300px;
}
.ReportingShipVisitVoyage
{
	width: 300px;
}
.ReportingSelect
{
	width: 50px;
}
.ReportingCode
{
	width: 50px;
}
.ReportingDescription
{
	width: 250px;
}

.termview_logo {
    float: left;
    margin: 0 15px 0 0; /*vertical-align:middle;*/ /*float:left;*/
}

.location_style
{
	vertical-align: middle !important;
}
.location_dropdown_style
{
	padding-left: 0px !important;
}
.HideDeleteRowHeaderText
{
	color: #b0daf4 !important;
}
.location_style
{
	padding-top: 20px !important;
	vertical-align: middle !important;
	float: left !important;
}
.RepeaterElementStyle
{
	display: inline-block;
	background: #E0EEEE !important;
	border: 1px solid !important;
	border-color: #bde2f8 #489ed3 #489ed3 #bde2f8 !important; /*font-weight: bold !important;*/
	color: Black !important;
	text-decoration: none;
	display: inline-block;
	cursor: default !important;
	padding: 2px 16px 2px 16px; /*height: 22px !important;      text-align: center !important;*/
}
.HyperLinkStyle
{
	background: #b0daf4;
	border: 1px solid;
	border-color: #7f9db9;
	font-weight: normal !important;
	color: Black !important;
	text-decoration: none;
	cursor: default !important;
	padding: 2px 2px 1px 2px;
}
.TableLinkStyle
{
	background: #b0daf4 !important;
	font-weight: normal !important;
	color: Black !important;
	text-decoration: none;
	display: inline-block;
	cursor: default !important;
	padding: 2px 8px 2px 8px !important;
}
.ViewInvoiceTableStyle td, .ViewInvoiceTableStyle th
{
	border: 1px solid !important;
	border-color: #bde2f8 #489ed3 #489ed3 #bde2f8 !important;
	color: Black !important;
	text-decoration: none;
	cursor: default !important;
	height: 15px;
	padding: 2px 8px 2px 8px;
}
.ViewInvoiceTableStyle th
{
	background: #b0daf4;
	font-weight: bold !important;
}
.ViewInvoiceTableStyle td
{
	background: #e0eeee;
}
.ViewInvoiceLinkCellStyle
{
	border: 0 solid !important;
	background: transparent;
	padding: 0px !important;
}
.ViewInvoiceLinkCellStyleTest
{
	border: 0 solid !important;
	background-color: #00ffff !important;
	padding: 0px !important;
	margin: 0px !important;
}
.TableLinkStyleTest
{
	background-color: #00ffff !important;
	font-weight: normal !important;
	color: Black !important;
	cursor: default !important;
	padding: 2px 8px 2px 8px !important;
}
.ViewInvoiceNumberColumnStyle
{
	width: 120px;
}
.ViewInvoiceDateColumnStyle
{
	width: 120px;
}
.ViewInvoicePaidThroughColumnStyle
{
	width: 120px;
}
.ViewInvoiceStatusColumnStyle
{
	width: 80px;
}

/*----- Container Service Selector -----*/
.ContainerSelectorList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	width: 400px;
}
.ContainerSelectorList li
{
	display: block;
}
.ServiceSelectorGroupHeader, .ServiceSelectorContainerHeader
{
	text-align: center;
}
.ServiceSelectorGroupHeader, .ServiceSelectorContainerHeader, .ContainerSelectorList .GroupValue, .ContainerSelectorList li label
{
	height: 14px;
	width: 120px;
	margin: 0;
	padding: 6px 2px 6px 2px;
	border: 1px solid;
	background: #B0DAF4;
	border-color: #BDE2F8 #489ED3 #489ED3 #BDE2F8;
	float: left;
}
.ServiceSelectorGroupHeader, .ServiceSelectorContainerHeader
{
	font-weight: bold;
}
.ServiceSelectorGroupHeader
{
	width: 250px;
}
.ContainerSelectorList .GroupValue, .ContainerSelectorList li label
{
	background: #E0EEEE;
	height: 22px;
	width: 250px;
}
.ContainerSelectorList .GroupValue
{
	padding: 2px;
}
.GroupLabel
{
	padding: 4px 0px 4px 0px;
	width: 250px;
	float: left;
}
.ContainerSelectorList li label
{
	height: 14px;
	width: 120px;
}
.ContainerValidator
{
	cursor: help;
	float: left;
	padding: 6px 2px 6px 2px;
}
.TreeView_Box
{
 max-height : 240px;
	overflow: auto;
}

.PermissionSelectorColumn
{
	float: left;
	height: 250px;
	position: inherit;
}
.Wide
{
	width: 275px;
}
.Center
{
	width: 60px;
	margin-top: 10px;
}

.ShippingLineList .rlbCheck
{
    vertical-align:top !important;
}

.ShippingLineList .rlbTemplate
{
    display:inline-block !important;
}
.ShippingLineList .LineCode,
.ShippingLineList .LineDescription
{
float:left;
position:relative;
}

.ShippingLineList .LineCode
{
    display:block;
    font-weight:bold;
    padding: 0 2px 0 2px;
    width: 30px;
}
.ShippingLineList .LineDescription
{
    display:block;
    max-width:100px;
    padding: 0 2px 0 2px;
}

/* ------------------ Login Page ------------------------ */
#divLoginPageText
{
	float: left;
	width: 400px;
	margin-left: 40px;
	margin-top: 100px;
	padding-top:20px;
}

#divLogin
{
	padding-top: 20px;
	width: 250px;
	margin-left: 100px;
	margin-top: 100px;
	float: left;
}

/* Custom Reporting Formatting*/
.LeftFloat
{
    float: left;
}
.LeftFloat p
{
    margin-top: 2px;
}

.RightFloat
{
    float: right;
}

.CustomReportGrid .rgDataDiv
{
    Height : inherit !important;
}

/* Combo Boxes */
.EnquiryGradeCombo
{
    width : 308px !important;
}
.EnquiryStowCombo
{
    width : 308px !important;
}

.ComboBoxWide
{
    width : 300px !important;
}

.ComboBoxStandard 
{
    width : 230px !important;
}

.ComboBoxMedium 
{
    width : 194px !important;
}

.ComboBoxSmall
{
    width : 150px !important;
}

.ComboBoxNarrow
{
    width : 65px !important;
}


/* booking page styles */
.BookingTextBoxWidth
{
    width : 225px;
}

.BookingMilitaryTextBoxWidth
{
    width : 202px;
}

table.BookingDetails,
table.BookingDetailsCheck
{
    width: 100%;
}

.BookingDetails TH,
.BookingDetailsCheck TH
{
    white-space: nowrap;
    color: Gray;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}

.BookingDetails TH
{
    width: 130px;
    padding-right: 20px;
}

.BookingDetails TD,
.BookingDetailsCheck TD
{
    vertical-align: middle;
}

.BookingDetails TD
{
    width: 253px;
}

.BookingDetailsCheck TD
{
    width: 120px;
}

.EndOfBookingDetailsCheck
{
    width: 36px !important;
}

.EDODetailsCheck TH
{
	white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    width:100px;
}
.FormViewData
 {
    width: 100%;
 }
 
.FormViewData .DivLeft
 {
     float:left;
     width:55%;
}  
 .FormViewData .DivRight
 {
     float:left;
     width:45%;
}

 .FormViewData .DivBottom
 {
     display:block;
}

.FormViewData .WeightUnit
{
    padding-top:3px;
    }
    
/* booking page styles */
.BookingTextBoxWidth
{
    width : 225px;
}

.BookingMilitaryTextBoxWidth
{
    width : 202px;
}

table.BookingDetails,
table.BookingDetailsCheck
{
    width: 100%;
}
/* Pre Advise Container page */
table.PreAdviseContainerDetails
{
    width: 840px;
    border-collapse: collapse;
}

.BookingDetails TH,
.BookingDetailsCheck TH
{
    white-space: nowrap;
    color: Gray;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}
.PreAdviseContainerDetails TD,
.PreAdviseContainerDetails TH
{
	vertical-align: middle;
    padding: 2px 0px 2px 0px;
}

.BookingDetails TH
{
    width: 130px;
    padding-right: 20px;
}

.BookingDetails TD,
.BookingDetailsCheck TD
{
    vertical-align: middle;
}

.BookingDetails TD
{
    width: 253px;
}

.BookingDetailsCheck TD
{
    width: 120px;
}

.EndOfBookingDetailsCheck
{
    width: 36px !important;
}
.PreAdviseContainerDetails TH
{
	color: Gray;
	text-align: left;
	width: 100px;
}

.PreAdviseContainerDetails TD
{
    width: 180px;
}

.PreAdviseContainerCommodity
{
    width: 432px;
}

.PreAdviseContainerCombo
{
    width: 157px !important;
}

.PreAdviseContainerWeight
{
    width : 75px !important;
    vertical-align : top;
}

TH.PreAdviseContainerTop,
TD.PreAdviseContainerTop
{
    vertical-align : top;
}

.PreAdviseGridError
{
	color: Red;
	padding-top: 8px;
}

Table.DetailTable
{
    width: 100%;
}

.DetailTable TR TH
{
    color: Gray;
    vertical-align: middle;
    text-align:left;
    white-space: nowrap;
    padding-right: 20px;
    width: 1%;    
}

.DetailTable TR TD
{
    vertical-align: middle;
    width: 10%;
}

.Unit
{
    vertical-align: top;
	width: 80px !important;
    height: 20px !important;
}

.UnitSmall
{
    width: 60px !important;
    vertical-align: top;
    height: 15px !important;
}

/* override for inserting a non-uniform column in a DetailTable */
TD.DetailTabelSmallValue
{
    width: 5%;
}

div.TerminalNews
{
	border: 1px solid;
	height:200px;
	overflow:auto;
	margin-top:1em;
}

div.newsTitle
{
	font-weight:bold;
	padding-left: 1em;
}

div.newsBody
{
	padding-top: 1em;	
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom:2em;
	text-align:justify;
}

div.Vspace
{
	margin-top:1em;
}

div.ShipsOnBerth
{
    border-width:1px; 
    border-style:solid;
    padding: 1em 1em 1em 1em;
    max-height : 170px;
	overflow: auto;
	margin-top:1em;
}
div.ShipsOnBerthHeader
{
    font-weight:bold;
}
div.ShipsOnBerthBody
{
    padding-top: 2em;
}

.QuickSearch
{
	font-size: small;
	float:right;
	text-align: right;
}

.HelpPageHeader
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

div.HelpPage
{
	text-align:left;
	margin-left: 2em;
}

div.HelpPageRepeater
{
	margin-top: 5em;
}

td.HelpPageRepeater
{
	text-align:justify;
	vertical-align:top;
	width: 600px;
	padding-bottom: 1em;
}

td.PageHelpLink
{
	padding-left:100px;
}

/* The following are trying to correct styling issues from the new telerik controls */
.DateInput, .NumericTextBox, .Grid .riSingle .riTextBox
{
    height:22px !important;
}
.RadComboBox_WebBlue .rcbReadOnly .rcbInputCellLeft {
    background-position-y: 0 !important;
}

.SelectWithoutBorder
{
    color: black;
    font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
    font-size: 8pt !important;
}

a.Flag img {
    height: 15px;
    margin-left: 3px;
}

span.FlagControl {
    margin-left: 20px;
    margin-right: 20px;
    float: right;
    margin-top: 2px;
}

span.FlagControl.NoMenu {
    /* margin-right: 380px; // removed by Aliya for no max width fix */
    margin-top: 1px !important;
}

/* UI alignment fix for Quick Search control */
div.QuickSearch .RadComboBox {
    margin-bottom: 3px;
}

/* CSS styles for Terminal Reports screen START */
div.SortCombo {
    margin-left: 10px;
    width: 170px !important;
}

.ListHeight200 .rlbGroup
{
   height: 200px !important;
   overflow: auto;
}

div.EntityCombo {
    width: 300px !important;
}

div.ReportDDL {
    width: 420px !important;
}

div.ReportDDLSmall {
    width: 370px !important;
}

div.non_collapsable ul.rpRootGroup li.rpItem span.rpExpandHandle {
    display: none;
}

.operatorLabel, .mandatoryLabel 
{
    margin-right: 5px;
    /*
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    */
}

span.requiredFieldValidator {
    color: Red;
    font-weight: bold;
}

.MultiSelectCombo 
{
    width: 480px !important;
}

/* CSS styles for Terminal Reports screen END */
