/*#################################################################################################################################
//#
//#	File		: port_locate.css
//#	Author		: Gene Dascher
//#	Created		: September 8, 2010
//#	Purpose		: CSS for the Google Maps Port Locator
//#
//#
//#################################################################################################################################
//#
//#	History
//#	=======
//#
//#	Date		Version		Name			Bug	Comments
//#	===========	============	=====================	===== 	============================================================
//#	08 Sep 2010	V1.0.GED.0.0	Gene Dascher		38594	Written from fbo_locator.css
//#	28 Oct 2010	V1.0.GED.1.0	Gene Dascher		38594	Added orderquotemsgbox class
//#	27 May 2011	V1.0.GED.2.0	Gene Dascher		45045	Removed map_legend_item class and added map_legend_list class.
//#	30 Aug 2013	V1.0.GED.3.0	Gene Dascher		61021	Updated for EAS Spec
//#	11 Sep 2013	V1.0.GED.3.1	Gene Dascher		63469	Removed width limiting styles from .PagePortLocate .Canvas and .PagePortLocate #Content
//#	21 Sep 2013	V1.0.GED.3.2	Gene Dascher			Removed ul li style that was causing navigation menu issues when logged in.
//#	23 Sep 2013	V1.0.GED.3.4	Gene Dascher			Added li.PortTabNavigation class back in so Port Detail tabs show up correctly
//#	15 Oct 2013	V1.0.GED.3.5	Gene Dascher		65098	Added text-align: left to map-legend and map-bottom classes.
//#	18 Oct 2013	V1.0.GED.3.6	Gene Dascher		65265	Added class to remove blue border from Drop Down menus in IE.
//#									Updated warning_message class with correct color.
//#	21 Nov 2013	V1.0.GED.3.7	Gene Dascher		66396   Added zoom: 1 and *display: inline; to classes with display:inline-block for IE7 compliance
//#     19 Dec 2013     V1.0.WBM.4.0    Brian McCane            67013   Replaced expand/collapse images from old framework with images from new framework//#
//#################################################################################################################################
*/

.Canvas .Footer {
	text-align: left;
	margin-left: -1px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: -1px;
}

.PagePortLocate .Canvas{
	margin-left:auto;
	margin-right:auto;
}
.PagePortLocate .link {
	font-size: 14pt;
}
.PagePortLocate #Content {
	margin-left:auto;
	margin-right:auto;
}
.PagePortLocate #MERCHANT_SUMMARY_MULTI_CONTENT {
	text-align: left;
}
.PagePortLocate .Messages {
	text-align: left;
}
.PagePortLocate #MERCHANT_SUMMARY_SINGLE_FOOTER table tr td div table{
	margin: auto;
}

/* Header styles */
.UserMessages {
    background: white url("/images/framework/theme_chrome_canvas_footer_background.gif") repeat-x center bottom;
	border: 1px solid silver;
	display: block;
	margin-bottom: 1em;
	padding: 15px;
	width: 950px;
}
h1 a {
	font-size: 1.5em;
	color: #003163;
}

#map_did_you_mean {
	border-top: 1px solid black;
	padding: 5px;
}

#map_did_you_mean p{
	margin: 0px;
	padding-left: 5px;
}

#map_did_you_mean .mdym_header{
	font-weight: bold;
}

#map_did_you_mean a {
	text-decoration: none;
	font-weight: bold;
}

#map_canvas {
	width: 900px;
	height: 600px;
	text-align: center;
	border: 1px black solid;
	overflow: hidden;
}

#map_sidebar {
	width: 100px;
	height: 600px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding-left: 4px;
	overflow: auto;
}

#map_sidebar a {
	text-decoration: none;
	font-weight: bold;
}

#map_bottom {
	width: 900px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px 0px;
	text-align: left;
}

#map_legend {
	width: 900px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
}

#map_legend p {
	clear: both;
	margin: 0px;
	width: 100%;
}

#map_legend img {
	vertical-align: top;
}

#map_legend_title {
	width: 60px;
	padding-left: 10px;
	font-weight: bold;
}

.map_legend_list {
	list-style-type: none;
	float: left;
	padding-left: 10px;
	margin-left: 0px;
}

.LocationInfo .Odd {
	background-color: #E0E9E9;
}

.LocationInfo .Even {
	background-color: #FFFFFF;
}

.MultiViewDataExpandRow .Odd {
	background-color: #ddd;
	padding: 5px;
}

.MultiViewDataExpandRow .Even {
	background-color: #fff;
	padding: 5px;
}

.MultiViewDataExpandRow .CreateOrder {
	text-align: right;
}

.LocationInfo th td {
	padding-left: 2px;
	text-align: left;
}

#tooltip {
	background-color: #fff;
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 4px;
}

#tooltip .port_name {
	font-weight: bold;
}

.cluster_label {
	color: white;
	font-weight: bold;
	background-color: transparent;
}

.contr_create_om_button {
	text-align: center; 
	border-top: 1px solid black; 
	padding-top: 4px;
}

.create_order_link {
	padding-right: 20px;
	text-align: right;
}

.geosearch_error {
	padding: 20px;
	background: url("/images/framework/error.png") left no-repeat;
}

#orderquotemsgbox {
	background-color: white;
	border: 1px solid black;
	padding: 3px;
	position: absolute;
	text-align: justify;
	width: 225px;
	z-index: 1000;
}

#PORT_LOCATE_SINGLE .warning_message { 
	font-size: 8pt; 
	padding: 5px; 
	text-align: center; 
	background-color: darkred; 
	color: white; 
	border: #808080 1px solid;
	border-radius: 4px;
}

li.PortTabNavigation {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0px 2px;
	margin-bottom: 3px;
}

.PortSearchDetailCanvas {
	padding: 5px;
}

.PortTabNavigation a {
	border: 1px solid #888;
	background-color: gray;
	background-image: -webkit-gradient(linear,left top,left bottom,from(lightgrey),to(gray,gray));
	background-image: -webkit-linear-gradient(top,lightgrey,gray,gray);
	background-image: -moz-linear-gradient(top,lightgrey,gray,gray);
	background-image: -o-linear-gradient(top,lightgrey,gray,gray);
	background-image: linear-gradient(to bottom,lightgrey,gray,gray);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightgrey',endColorstr='gray');
	padding: 5px 15px;
	position: relative;
	top: 2px;
	color: white;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	text-decoration: none;
}

.PortTabNavigation a.Selected {
	background-color: white;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#56a0d3),to(white,white,white,white,white));
	background-image: -webkit-linear-gradient(top,#56a0d3,white,white,white,white,white);
	background-image: -moz-linear-gradient(top,#56a0d3,white,white,white,white,white);
	background-image: -o-linear-gradient(top,#56a0d3,white,white,white,white,white);
	background-image: linear-gradient(to bottom,#56a0d3,white,white,white,white,white);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a0d3',endColorstr='white');
	border-bottom: 1px solid white;
	color: #00467f;
}

.Expand {
	background-image: url('/images/framework/expand.gif');
	background-repeat: no-repeat;
	background-position-y: -3px;
	padding-left: 20px;
}

.Collapse {
	background-image: url('/images/framework/collapse.gif');
	background-repeat: no-repeat;
        background-position-y: -3px;
	padding-left: 20px;
}

fieldset.ContractData {
	border: 1px solid black;
	padding: 10px;
}

fieldset.ContractData legend{
	margin-left: 10px;
	padding: 0px 5px;
}

.PortSearchDetails .MultiViewHeader {
	background-color: #56a0d3;
	border-bottom: 1px solid silver;
}

.PortSearchDetails .MultiViewHeader .Label {
	color: black;
	font-weight: bold;
	min-height: 17px;
	border-left: 1px solid silver;
	padding-left: 4px;
}

.PortSearchDetails .MultiViewHeader .Label.First {
	border-left: 0;
}

.PortSearchDetails .MultiViewDataRow .Field {
	border-left: 1px solid silver;
	padding-left: 4px;
}

.PortSearchDetails .MultiViewDataRow  .Field.First {
	border-left: 0;
}

.MultiViewDataExpandRow .Label {
	font-weight: bold;
	padding-right: 10px;
}

.Product {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 25%;
	padding: 0;
}
.MOD {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10%;
}
.MinQty {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10%;
}
.MaxQty {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10%;
}
.UOM {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10%;
}
.CLIN {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10%;
}
.NSN {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 20%;
}

.ContractContactData {
	padding-left: 15px;
}

.ProductSection {
	padding: 10px 20px;
	border: dotted;
	margin: 10px;
}

.Footer .yui3-u-1-2 {
	width: 49.5%;
}

.Footer .yui3-u-1-3 {
	width: 33.2%;
}

.Footer .yui3-u-2-3 {
	width: 65%;
}

.Footer .yui3-u-1-4 {
	width: 24.8%;
}

.Footer .yui3-u-3-4 {
	width: 74.4%;
}

.Footer .yui3-u-1-5 {
	width: 19.8%;
}

input.LOVValue {
	border: 0px !important;
}
