/***** LABEL *****/


.label_panel
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 310px;
}
.label_col01
{
	width:200px;
}
.label_col02
{
	width:110px;
}
.label_row_left td
{
	text-align:left;
}
.label_title_cell01
{
	vertical-align:top;
}
.label_title_cell02
{
	vertical-align:bottom;
}
.label_consignee
{
	text-align:center;
	font-size:x-large;
	font-weight:bold;
	border-style:solid;
	border-width:thin;
	border-color:Black;
	padding:2px;
}
.label_rail_tender
{
	text-align:left;
	font-size: 125%;
	font-weight:bold;
	padding:6px;
}
.selectSC {
	text-align:center;
	font-size:large;
	color:Red;
	padding-left:40px;
}
.label_conditions {
	font-size:x-small;
}

.label_signature {
	height: 50px;
}

.label_disclaimer {
	font-size: 8px;
	padding: 5px;
	font-style: italic;
}

/**** LOAD SHEET *****/

.loadsheet_table_class {
	background-color:White;
}
.loadsheet_table_class td {
	text-align:left;
}
.loadsheet_panel {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	width:760px;
}
.loadsheet_reg_input {
	width:140px;
	border:thin solid gray;
}
.loadsheet_comment_input {
	width:600px;
	border:thin solid gray;
}
.loadsheet_col_01 {
	width:90px;
}
.loadsheet_col_02 {
	width:150px;
}
.loadsheet_col_03 {
	width:90px;
}
.loadsheet_col_04 {
	width:150px;
}
.loadsheet_col_05 {
	width:80px;
}
.loadsheet_col_06 {
	width:150px;
}
.loadsheet_title {
	font-weight:bold;
}
.loadsheet_textGreen {
	font-weight:bold;
	color:Green;
	text-align:left;
}
.loadsheet_textRed {
	font-weight:bold;
	color:Red;
	text-align:left;
}
.loadsheet_content {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: Black;
}
.loadsheet_row_content td {
	height:25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: Black;
}
.shipcons_table_header{
	background-color:#CCCCCC;
	font-weight:bold;
}
.shipcons_table_class {
	margin-top:6px;
	/*margin-bottom:30px;*/
	border-style:solid;
	border-width:thin;
	border-color:Black;
	width:100%;
}
.shipcons_tbl_col_01 {
	width:30px;
}
.shipcons_tbl_col_02 {
	width:70px;
}
.shipcons_tbl_col_03 {
	width:40px;
}
.shipcons_tbl_col_04 {
	width:40px;
}
.shipcons_tbl_col_05 {
	width:170px;
}
.shipcons_tbl_col_06 {
	width:130px;
}
.shipcons_tbl_col_07 {
	width:120px;
}
.shipcons_tbl_col_08 {
	width:30px;
}
.loadSheetLogo {
	border-width: 0px;
}

@media print {
	.loadsheet_reg_input {
		font-size:	12px;
	}
	.loadsheet_title {
		font-size:	12px;
	}
	.loadsheet_textGreen {
		font-size: 12px;
	}
	.loadsheet_textRed {
		font-size: 12px;
	}
	.shipcons_table_header{
		font-size: 11px;
		height: 15px;
	}
	.shipcons_table_row {
		font-size: 12px;
	}
	.loadSheetLogo {
		width: 100px;
		height: 100px;
	}
	.shipcons_table_class {
		margin-bottom:30px;
	}

}

@media screen {
	.loadsheet_reg_input {
		font-size:	11px;
	}
	.loadsheet_title {
		font-size:	10px;
	}
	.loadsheet_textGreen {
		font-size:10px;
	}
	.loadsheet_textRed {
		font-size:10px;
	}
	.shipcons_table_header{
		font-size: 10px;
		height:15px;
	}
	.shipcons_table_row {
		font-size: 11px;
	}
	.loadSheetLogo {
		width: 60px;
		height: 60px;
	}
	.shipcons_table_class {
		margin-bottom:11px;
	}

}
