﻿.stopPanel_default 
{
	position:relative;
}
.quotesShipConsPanel
{
	position:absolute;
	top:10px;
	left:0px;
	z-index:1;
}
.stopInfoTable
{
	position:absolute;
	top:10px;
	left:300px;
	z-index:1;
}
.contactTable
{
	position:absolute;
	top:208px;
	left:0px;
}
.notesPanel
{
	position:absolute;
	top:290px;
	left:48px;
	height:100px;
}
.cellTitle
{
	text-align:right;
	width:80px;
}
.labelNotes
{
	position:absolute;
	top:0px;
	left:0px;
}
.textBoxNotes
{
	position:absolute;
	top:0px;
	left:44px;
	width:450px;
	height:70px;
}
.timeField
{
	margin-left:3px;
}
.loadStopDetail
{
	position:absolute;
	top:0px;
	left:204px;
/*	top:29px;
	left:214px;*/
	width:576px;
	height:400px;
	border-style:outset;
	border-width:1px;
	border-color:Black;
}
.loadStopList
{
	width:200px;
	height:400px;
}
.shipConsIdLabel
{
	position:absolute;
	top:-10px;
	left:30px;
	width:300px;
}
.quotesStopIdLabel
{
	
}
.quoteStopSaveButton
{
	position:absolute;
	bottom: 0px;
	left: 6px;
	width:120px;
	background-color: #0066FF;
	color:  white;
	cursor: pointer;
	border: 0px !important;
	font-weight: bold;
	padding: 0;
	margin:  5px 20px 5px 0px;	
}
.lcpContentPanel .gridviewHeader {
    background: #5D7B9D;
}
.loadStopList .gridviewHeader {
    background: #5D7B9D;
}
.gvCell0 {
	width:5px;
}
.gvCell1 {
	width:auto;
}
.cancelQuoteBtn {
	border:thin solid gray;
	margin-top:10px;
	color:Red;
	font-weight:bold;
}
.saveQuoteBtn {
	border:thin solid gray;
	margin-top:10px;
	margin-left:10px;
	color:Green;
	font-weight:bold;
}
.locationChooserPanel 
{
	position:absolute;
	top:0px;
	background-color:gray;
	width:100%;
	height:100%;
	z-index:10;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.lcpContentPanel {
	background-color:White;
	z-index:100;
	position:absolute;
	top:0px;
	width:100%;
}
.chooseShipConsLabel {
	padding:4px;
	font-size:large;
	font-weight:bold;
}
.cancelChooseSC {
	position:absolute;
	right:6px;
	top:2px;
}
.infoPanel {
	margin-top:30px;
	margin-left:200px;
	margin-bottom:30px;
}
.quoteSummaryPanel {
	margin-top:30px;
	margin-left:200px;
	margin-bottom:30px;	
}
.nextBtn {
	height:20px;
	width:120px;
	background-color: #0066FF;
	color:  white;
	cursor: pointer;
	border: 0px !important;
	font-weight: bold;
	padding: 0;
	margin:  5px 20px 5px 654px;
}
/* quoteSummary_Panel */
.quoteSummary_Panel {
	position:relative;
	border:thin solid gray;
	height:220px;
	width:340px;
}
.lblQuoteTitle {
	font-weight:bold;
	position:absolute;
	left:10px;
	width:130px;
	text-align:right;
}
.lblQuoteValue {
	position:absolute;
	left:150px;
	width:200px;
	text-align:left;
}
.lblQuoteIdTitle {
	top:10px;
}
.lblQuoteRefTitle {
	top:35px;
}
.lblQuoteOriginTitle {
	top:60px;
}
.lblQuoteDestinationTitle {
	top:85px;
}
.lblQuotePalletsTitle {
	top:110px;
}
.lblQuoteLinearFeetTitle {
	top:135px;
}
.lblQuoteWeightTitle {
	top:160px;
}
.lblQuoteRateTitle {
	top:185px;
}

.lblQuoteIdValue {
	top:10px;
	color:Blue;
	font-weight:bold;
}
.lblQuoteRefValue {
	top:35px;
}
.lblQuoteOriginValue {
	top:60px;
}
.lblQuoteDestinationValue {
	top:85px;
}
.lblQuotePalletsValue {
	top:110px;
}
.lblQuoteLinearFeetValue {
	top:135px;
}
.lblQuoteWeightValue {
	top:160px;
}
.lblQuoteRateValue {
	top:185px;
	color:Red;
}

.button_std {
	background-color: #ff000c;
	color:  white;
	cursor: pointer;
	border: 0px !important;
	font-weight: bold;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin:  5px 20px 5px 0px;
}
.Grid_Quotes {
	background-color: White;
	border-style:solid;
	border-width:3px;
	padding:3px;
	border-color:Gray;
	width:100%;
	position: relative; 
	z-index: 0;
}
.MaskedEditFocus {
	background-color:#FFFFDB;
}
