body{
	
	/*background: url("square-bg.gif") repeat scroll 0 0 #FFFFFF;
	 color: #626366; */
    font-family: Arial,Tahoma,sans-serif;
    font-size: 87.5%;
    line-height: 1.714em;
	
	
	
	vertical-align:middle;
	width: 1024px; 
    margin: 0 auto;
}

.hr { 	
	color: gray;
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: double;
    border-width: 1px;
}

.text {			
	color: black;		
}

.text a {
	text-decoration: none;
	color: white;	
}

.text:hover {
	color: #e85711;		
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navigation {			
	color: black;
	font-weight: bold;
	margin: 10px;	
}

.navigation a {
	text-decoration: none;
	color: white;	
}

.navigation:hover {
	color: #e85711;		
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.buttons {
	background-image: url("orange_bg.png"); 
	background-repeat: repeat-x;
	border-color: orange;
	color: white;	
	font-weight: bold; 	 	
}

.buttons:hover {	
	background-image: url("gray_bg.png");
	background-repeat: repeat-x;
	border-color: orange;
	color: white;	
	
	webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.buttons[disabled]:hover {
	webkit-transition: none;
  	-moz-transition: none;
  	-o-transition: none;
  	-ms-transition: none;
  	transition: none;
}

.css_webship {
	text-align: center;
}

.css_webship .label_webship {
	font-weight: bold;
}

.css_webship table {
	margin-left:auto; 
    margin-right:auto;
}

.css_webship table td {
  padding: 4px 5px;
}


/* table container */
.table_dialog {
	background-color: gray;
	padding: 20px;
}

.labelsnotprinted {
	background-color: #FFEAB9;
	/*background-image: url("yellow.png");*/
}

.card {
	background-color: #A9A9F5;
}

.invalid_receiver {
	background-color: #FF6666;	
}


.font_copyright {
	position:absolute;
	right:20px;
	font-size: 10px;
	font-style: italic;
}



.edit_description::-ms-clear {
	display: none;
}