﻿html,body
{
	height:100%;
	width:100%;
}
.overlay
{
	height:208%;
	width:100%;
	background:#000000;
	opacity:.5;
	z-index: 50;
	filter: alpha(opacity=50);
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.showprogress
{
	display:none;
	z-index: 50;
	left:400px;
	top:200px;
	position:absolute;
}
.rate_popup
{
    width :740px;
	/*width:620px;*/
	/*height:580px;*/
	position: absolute;
	padding: 5px;
	top:50px;
	left:150px;
	position:absolute;
	color: black;
	text-decoration: none;
	z-index: 50;
	display:none;
	background:#FFFFFF;
}	
.pickupAndDeliveryDiv_popup
{
	height:65px;
	width:735px;
	/*width:615px;*/
	border-style:double;
	border-color:Black;
}
.DivHeader_popup
{
	position:relative;
	width:100%;
	background-color:Blue;
	color:White;
	font-weight:bold;
}
.itemDiv_popup
{
	position:relative;
	width:385px;
	border-style:double;
	border-color:Black;
}
.itemDiv_popupNew
{	
	position:relative;
	width:735px;	
	border-style:double;
	border-color:Black;
}
.resultDiv_popup
{
	position:relative;
	width:735px;
	/*width:615px;*/
	border-style:double;
	border-color:Black;
}
.label_Postal
{
	background-color:#C0C0C0;
	height:20px;
	font-weight:bold;
	font-size:12px;
	color:Black;	
}
.label_Services
{
	background-color:#797979;
	height:20px;
	font-weight:bold;
	font-size:12px;
	color:White;
}
.textbox_Postal
{
	width:100px;
	height:15px;
	font-weight:bold;
	font-size:12px;
	color:Black;
}
/*
.grid_class
{
	height:18px;	
	width:60px;	
}
.grid_text
{
	height:13px;
	width:30px;	
}
.grid_unit
{
	height:18px;
	width:50px;	
}
*/
.grid_header_class_weight
{
	background-color:#C0C0C0;	
	font-size:12px;
	height:15px;	
}
.button
{
	height:25px;
	width:60px;
}
/* For New Layout of LTL Rater*/

.bgPurple {background-color:#5F5FB2;}
.bgWhite {background-color:#ffffff;}

.LTLRaterDivBasic
{
	border-style:solid;
	border-width:2px;
	border-color:#5F5FB2;
	width:800px;
	padding-left:5px;
}
.LTLRaterCityCombo
{
	width:260px;
}
.LTLRaterDivOthers
{
	border-style:solid;
	border-width:5px;
	border-color:#5F5FB2;
	width:1005px;
	height:300px;
}
.LTLRaterDivServices
{
	border-style:solid;
	border-width:5px;
	border-color:#5F5FB2;
	width:400px;
	height:180px;
}

.LTLRaterDivButton
{
	text-align:center;
	width:381px;		
}

.LTLRaterDivHeader
{
	background-color:#5F5FB2;	
	color:White;	
	font-family:Arial;
	font-size:10;
	font-weight:bold;
}
.LTLRaterLabel
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Black;
}
.LTLRaterLabelRed
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Red;
}

.UnderLineLabel
{
	text-decoration:underline;
}
.LTLRaterCheckBox
{
	height:13px;
	width:10px;
}
.grid_text
{
	height:13px;
	width:30px;	
}
.grid_unit
{
	height:20px;
	width:50px;	
}
.grid_commodity
{
	height:20px;
	width:60px;	
	color:Red;
}
.grid_class
{
	height:20px;	
	width:40px;	
}
.toolTip
{
height:50px;
width: 50px; 

color:White;
border-style:dotted;
border-color:silver;
border-width:1px;
background-color:Blue;
background-position:top;
padding:4px;
}
.result_popup_city
{
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
/*----------------------------Start: For Dispatch Screen--------------------------------*/
.divHeader
{
	height:50px;	
	padding:10px;
	color:Black;
}
.dispatchTextBox
{
	height:13px;
	
}
.dispatchDDL
{
	height:20px;	
}
.dispatchGroupHeader
{
	font-weight:bold;
	font-size:large;
}
.divLeft
{
	margin-left:10px;
	width:430px;
	height:760px;
	border-style:double;	
}
.divRightTop
{
	width:485px;
	min-height:470px;
	border-style:double;	
}
.divRightBottom
{
	width:485px;
	margin-top:12px;
	border-style:none;	
	
}

.itemRow
{
	
}
.itemHeaderRow
{
	height:10px;
	font-weight:bold;
}

.itemCell
{
	text-align:center;	
	font-size:12px;
	height:2px;
}
.itemTextBox
{
	height:13px;
	width:50px;
	
}	
.itemDescTextBox
{
	height:13px;
	width:110px;
	
}	

.itemDescTextBox_LCL
{
	height:13px;
	width:100px;
	
}	
.divPrintRate
{
	width:620px;	
	padding: 5px;
	color: black;
	text-decoration: none;		
	background:#FFFFFF;
}
/*-----------------------------End: For Dispatch Screen---------------------------------*/

/*start: added by Puran*/

.borderleftblue
{
    border-left:3px solid #5F5FB2;
    /*border:none; */
    
}
.bordertopblue
{
    border-top:3px solid #5F5FB2; 
    /* border:none;*/
} 
.borderrightblue
{
   border-right:3px solid #5F5FB2;
     /* border:none; */
} 
.borderbottomblue
{
    border-bottom:3px solid #5F5FB2;
     /*border:none;*/
}

.bordernone1
{
    border:none;
}
.bordernone2
{
    border:none;
}
.bordernone3
{
    border:none;
}
.bordernone4
{
    border:none;
}
.bordernoneimage
{    
}

.borderimageblue
{
    background-image: url(../../images/border.png);
    width:3px;
    height:39px;
    margin-left:5px;
}
.borderimagered
{
    background-image: url(../../images/red_border.png);
    width:3px;
    height:39px;
    margin-left:5px;
}
.commodityCubicFeet_text
{
    margin-left:16px;
} 

.bordertopred
{
    border-top:3px solid #FF0000;
}
.borderleftred
{
    border-left:3px solid #FF0000; 
}
.borderbottomred
{
    border-bottom:3px solid #FF0000;
}
.borderrightred
{
    border-right:3px solid #FF0000;
} 
.email_overlay
{
	height:600%;
	width:100%;
	background:#000000;
	opacity:.5;
	z-index: 200;
	filter: alpha(opacity=50);
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.email_showprogress
{
	display:none;
	z-index: 200;
	left:400px;
	top:200px;
	position:absolute;
}
.emailpopupMainDiv
{
	width:650px;
	position: absolute;
	padding: 5px;
	top:50px;
	left:150px;
	position:absolute;
	color: black;
	text-decoration: none;
	z-index: 250;
	display:none;
	background:#FFFFFF;
}
.lblcolor

{
    color:#5F5FB2; 
}
.mailpopup_style
{
    font-family:Arial;
    font-size:12px;
}

.expTd
{ 
	border: 1px solid yellow;	
	text-align: center;
}

.spinner 
{
        position: fixed;
	top: 50%;
	left: 50%;	  	
}

     

/*end: added by Puran*/