body {
    background: white!important;
    color: black!important;
    font-family: Verdana!important;
}

html,body{
height:100%;
overflow: -moz-scrollbars-vertical;
overflow-y: visible;

}
body {
    margin: 0;
    padding: 0;
}
#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background-image: url('images/fieldcases_800.png')!important;
	background-repeat: no-repeat;
	display: list-item;
    list-style-image: url("images/fieldcases_800.png");
    list-style-position: inside;
}

#print_button {
width: 800px;
height: 20px;
margin: 0 auto;
}

#button_p {
left: 680px;
position: relative;
display: block;
background-color: #ffffff;
border: 0 none;
    border-radius: 0px;
    cursor: pointer;
}
#container {
	margin: 0 auto;
	width:800px;
	font-family: Verdana;
	position: relative;  
}
#button_p:hover {
	color: #3A5FCD;
}

#content{
	width: 800px;
	position: relative;
	background: #ffffff;
}
.manage {
	width: 1000px;
	height: 100px;
	color: #3D59AB;
	font-family: Verdana;
	font-size: 14px;
}

#navigation {
	position: relative;
	height: 48px;
	width: 1000px;
}

/* CSS menu */

.menu_simple {
	width: 1000px;
	height: 500px;
	position: relative;
	
	left: 5px;
}

span {
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	top: 0px;
	
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:1000px;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    padding: 10.5px 11px;
    color: #3D59AB;
    display:block;
	
}

.manage_list {
	color: #3D59AB;
	font-family: Verdana;
	font-size: 12px;
	cursor: default;
} 
span.manage_list {
	margin-left: 200px;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #FF7256;
}

/* End CSS menu */

#prev {
	width: 48px;
	height: 48px;
	position: relative;
	left: 0px;
	float: left;
}

#order {
	width: 798px;
	margin-right:4px;
	height: 48px;
	position: relative;
	float: left;
	background-color: #ffffff;
	text-align:right;
	font-size:40px;
	font-family: Verdana;
	color: #3D59AB;
}

#next {
	width: 48px;
	height: 48px;
	position: relative;
	float: left;

}
#list, #print {
	width:32px;
	padding:8px;
}

/*Gallery*/

	.thumbnails {
		font-size: 11px;
	} 
	
	.thumbnails img {
		height: 40px;
		width: 40px;
		border: 1px solid #a8a8a8;
		padding: 1px;
		margin: 0 10px 10px 0;
		
	}

	.thumbnails img:hover {
		border: 1px solid #00ccff;
		cursor:pointer;
	}

	.preview img {
		border: 1px solid #ffffff;
		padding: 1px;
		max-height:400px;
		max-width:800px;
	}
	
/* End gallery*/
@media print {
    .page-break {page-break-after: always;}
	.page-avoid {page-break-after: auto;}
}	

@page {size: 210mm 297mm; margin: 10mm;}

.text_border {
	padding: 10px;
}