span.PopUpSpanCenter{
	font-size: 12px;
	font-weight:bold;
		
}
span#spnWorldLoadLineUp{
   overflow: auto;
   max-height: 250px;
   display:block;
   padding:10px;
}
span.LoadLineUpPopUp > table
{
  min-width: 650px;

}
 


span.LoadLineUpPopUp > table > tbody > tr.trEven {
    background: #FFFFFF;
	font-size: 12px;
}
span.LoadLineUpPopUp > table > tbody > tr.trOdd {
    background: #DDDDDD;
	font-size: 12px;
}
span.LoadLineUpPopUp > table > tbody > tr > td.cargoStatus{
	text-align:center;
}
span.LoadLineUpPopUp > table > tbody > tr > td.volume{
	text-align:right;
}

span.LoadLineUpPopUp > table > thead > tr > th {
	font-weight:bold;
	font-size: 12px;
	white-space: nowrap;
	padding : 0px;
}

span.LoadLineUpPopUp > table > thead > tr > th:nth-child(1){ min-width: 100px;   }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(1) { min-width: 100px;   }

span.LoadLineUpPopUp > table > thead > tr > th:nth-child(2){ min-width: 100px;  }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(2) { min-width: 100px;  }


span.LoadLineUpPopUp > table > thead > tr > th:nth-child(3){ min-width: 50px; }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(3) { min-width: 50px;  }

span.LoadLineUpPopUp > table > thead > tr > th:nth-child(4){ min-width: 100px;  }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(4) { min-width: 100px;  }


span.LoadLineUpPopUp > table > thead > tr > th:nth-child(5){ min-width: 150px;  }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(5) { min-width: 150px; }



span.LoadLineUpPopUp > table > thead > tr > th:nth-child(6){ min-width: 100px;  }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(6) { min-width: 100px;  }

span.LoadLineUpPopUp > table > thead > tr > th:nth-child(7){ min-width: 50px; max-width: 50px; }
span.LoadLineUpPopUp > table > tbody > tr > td:nth-child(7) { min-width: 50px; max-width: 50px; }
