.kuryriDiv{
	background-color:White;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:250px;
}
.shipmentChunk{
	position:relative;
	width:250px;
	color:black;
	margin-top:5px;
	margin-right:10px;
}

.dispecer .title{
	left:530px;
}
.dispecer .kuryriDiv{
	width:520px;
}
.dispecer .form{
	left:540px;
}
.dispecer .shipmentChunk{
	width:510px;
	clear:both;
}
.dispecer .shipmentSum{
	margin-left:6px;
}
.dispecer .joinedShipment .shipmentSum{
	margin-left:1px;
}
.dispecer .popupDetail{
	left:540px;
}
.dispecer .shipmentsToShift{
	left:860px;
}
.dispecer .shipmentsToShiftWarning{
	left:880px;
}

.shipmentChunk h2{
	margin:0;
	font-size:.9em;
}
.shipmentChunk h3{
	margin:0 0 0 5px;
	font-size:.8pt;
}
.shipmentChunk img {
	margin-right:5px;
}
.shipmentChunk hr {
	margin:2px 5px 3px 15px;
	border-width:2px;
}
.kuryriDiv .scrollable{
	top:0px;
	bottom:0px;
	right:0;
	left:0;
	padding:5px;
	overflow:hidden;
	overflow-y:auto;
}
.ShipmentDetail{
	visibility:hidden;
	position:absolute;
}
.shipmentSum{
	margin-left:8px;
	position:relative;
	list-style-type:none;
	padding:2px;
	font-size:.85em;
}
.shipmentSum.top a{
	font-weight:bold;
	color:#D92BAD;
}
.shipmentSum.late a{
	color:#DD0000;
    font-weight:bold;
}
.shipmentSum a{
	color:inherit;
}
.shipmentSum.alarm .time{
	color:#DD0000;
	font-weight:bold;
}
.shipmentFlags{
	position:absolute;
	right:0;
	bottom:1px;
}
.shipmentFlags div{
	display:inline-block;
	border:1px solid gray;
	font-family: Times New Roman;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	cursor:default;
	padding:1px 2px;
}
.flag1{
	background-color:#FFCCCC;
}
.flag2{
	background-color:#CCFFFF;
}
.flag3{
	background-color:#FFFFCC;
}
.flag4{
	background-color:#ff0000;
	color:White;
}
.flag5{
	background-color:#CCCCFF;
}
.shipmentChunk a{
	text-decoration:none;
}
.popupDetail{
	visibility:hidden;
	position:fixed;
	padding:10px;
	background-color:#e6eef7;
	z-index: 100;
	left:280px;
	bottom:0px;
	width:300px;
}
.shipmentSum:hover .popupDetail{
	visibility:visible;
}
.shipmentsToShift{
	visibility:hidden;
	padding:10px;
	background-color:white;
	border:15px solid #e6eef7;
	text-align:left;
	z-index: 101;
	position:fixed;
	left:600px;
	bottom:0px;
	width:300px;
	line-height:1em;
}
.shipmentsToShift .shipmentChunk{
	width:300px;
}
.shipmentsToShift a{
	color:#555555;
}
.shipmentsToShiftWarning{
	position:fixed;
	z-index: 101;
	position:fixed;
	left:620px;
	bottom:0px;
	width:300px;
	line-height:1.5em;
	background-color:Red;
}
.shipmentsToShiftWarning:hover .shipmentsToShift{
	visibility:visible;
}
.shipmentsToShiftWarning{
	text-align:center;
	color:White;
	font-weight:bold;
}