#home_container .hidden {
	display: none;
}

#opaco {
	background-color: #000000;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE8 */
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity =   70 );
	/* IE5+ */
	filter: alpha(opacity = 70); /* IE4- */
	moz-opacity: 0; /* Mozilla */
	-khtml-opacity: 0; /* Safari */
	opacity: 0; /* general CSS3 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#popup {
	background-color: #FFFFFF;
	position: fixed;
	/*width:300px;*/
	left: 50%;
	top: 50%;
	min-width: 300px;
	z-index: 11;
}

/*=================================================================================================*/

.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: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: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;
}
.resultDiv_popup
{
	position:relative;
	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*/

.LTLRaterDivBasic
{
	border-style:solid;
	border-width:5px;
	border-color:#5F5FB2;
	width:530px;
	padding-left:5px;
}
.LTLRaterCityCombo
{
	width:200px;
}
.LTLRaterDivOthers
{
	border-style:solid;
	border-width:5px;
	border-color:#5F5FB2;
	width:380px;
	height:180px;
}
.LTLRaterDivButton
{
	text-align:right;
	width:381px;		
}

.LTLRaterDivHeader
{
	width:100%;
	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;
}
.UnderLineLabel
{
	text-decoration:underline;
}
.LTLRaterCheckBox
{
	height:13px;
	width:10px;
}
.grid_text
{
	height:13px;
	width:50px;	
}
.grid_unit
{
	height:20px;
	width:70px;	
}
.grid_class
{
	height:20px;	
	width:60px;	
}
.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;*/
	font-size:16px;
	
}
.divLeft
{
	margin-left:10px;
	width:430px;
	height:610px;
	border-style:double;	
}
.divRightTop
{
	width:485px;
	height:400px;
	border-style:double;	
}
.divRightBottom
{
	width:485px;
	margin-top:12px;
	border-style:none;	
	
}

.itemHeaderRow{
	height:10px;
	font-weight:bold;
}

.itemCell{
	text-align:center;	
	font-size:12px;
	height:2px;
}
.itemTextBox{
	height:13px;
	width:30px;
	border:1px solid #84A8CC;
	font-family:Verdana;
	font-size:11px;
}	
.itemDescTextBox
{
	height:13px;
	width:150px;
	border:1px solid #84A8CC;
	font-family:Verdana;
	font-size:11px;	
}	

.itemDescTextBox_LCL
{
	height:13px;
	width:100px;
	
}	
#tblShipmentDetails td{text-align:center;}
div.ThirdParty{position: absolute;border:1px solid black;width:400px;background-color:#E4EDF6;margin-left:100px;margin-top:60px;}