#bdv {
    position: relative ;
    width: 100% ;
    height: 100% ;
    vertical-align: middle ;
}

#bdv_header {
    position: relative ;
    visibility: visible ;
    text-align: center ;
}

.bdv_context_menu_item {
    margin: 0px ;
    white-space: nowrap ;
}

.bdv_context_menu_item :link, .bdv_context_menu_item :visited {
    padding: 2px ;
    display: block ;
}

.bdv_context_menu_item :hover {
    background-color: #F8F2F2 ;
    text-decoration: none ;
}

#bdv_stru_edit td {
    font-size: 11px ;
}

#bdv_stru_edit input, #bdv_stru_edit select {
    font-size: 12px ;
}

.bdv_edit_bar {
    font-size: 12px ;
    font-weight: bold ;
    padding: 4px ;
    margin: 1px ;
    background-color: #D8CE89 ;
    border: 1px outset #D8CE89 ;
    cursor: move ;
}

span.bdv_stru_edit_section {
    font-style: italic ;
    line-height: 1.5em ;
}

table.bdv_stru_edit_section {
    border: 1px inset #FF9070 ;
    margin: 3px ;
}

.bdv_popup {
    /*width: inherit ;*/
    postition: absolute ;
    overflow: visible ;
    visibility: hidden ;
    background-color: #E9DE99 ;
    z-index: 100 ;
    padding: 1px ;
    font-size: 12px ;
    border: 1px outset #D8A906 ;
    /*FILTER: Alpha(Opacity: 95) ;*/
}

#bdv_bar {
    overflow: hidden ;
    visibility: visible ;
    width: 100% ;
    text-align: center ;
    position: relative ;
}

/*#bdv_footer {
	overflow: hidden ;
	visibility: visible ;
	width: 100% ;
	text-align: center ;
	position: relative ;
}*/

#bdv_pages {
    position: relative ;
    width: 100% ;
    height: 620px ;
}

#bdv_pag_sx {
    text-align: right ;
    width: 450px ;
}

#bdv_pag_dx {
    text-align: left ;
    width: 100% ;
}

#bdv_lens {
    position: absolute ;
    width: 320px ;
    height: 160px ;
    overflow: hidden ;
    z-index: 10 ;
    visibility: hidden ;
    border: 2px outset red ;
    cursor: pointer ;
}

#bdv_tools {
    position: relative ;
    width: 30px ;
    height: 100% ;
    text-align: right ;
}

#bdv_table {
    /*width: 900px ;*/
    height: 100% ;
    width: 100% ;
}

#bdv_tit_sx, #bdv_tit_dx {
    font-family: Verdana, sans ;
    font-size: 10px ;
}

.bdv_pagina {
    position: relative ;
    height: 620px ;
    padding: 0px ;
    margin: 0px ;
    background-color: transparent ;
}

.bdv_layer {
    position: absolute ;
    left: 0px ;
    top: 0px ;
    width: 100% ;
    height: 620px ;
    overflow: auto ;
    visibility: hidden ;
    padding: 0px ;
    margin: 0px ;
}

.bdv_layer_ill {
    position: absolute ;
    left: 0px ;
    top: 0px ;
    width: 450px ;
    height: 620px ;
    overflow: auto;
    visibility: hidden ;
    padding: 0px ;
    margin: 0px ;
}

.bdv_layer_txt {
    position: absolute ;
    top: 0px ;
	left: 0px ;
    width: 418px ;
    height: 588px ;
    overflow: auto ;
    visibility: hidden ;
	font-size: 11px ;
	padding: 16px ;
	margin: 0px ;
	text-align: justify ;
}

.bdv_layer_txt p {
	text-indent: 2em ;
	line-height: 1.2em ;
}

.bdv_wait {
    position: absolute ;
    left: 40% ;
    top: 45% ;
    width: 100px ;
    height: 20px ;
    z-index: 2 ;
    border: 1px outset #660000 ;
	color: white ;
    background-color: #660000 ;
    overflow: hidden ;
    text-align: center ;
	font-weight: bold ;
	padding: 5px ;
}

.bdv_button {
    width: 24px ;
    height: 24px ;
}

.bdv_button_pressed {
}

.bdv_slider_button {
    width: 16px ;
    height: 16px ;
}

.bdv_pagine {
    height: 100% ;
    width: 100% ;
}

.bdv_header_bar {
    border-bottom: 1px solid #CCCCDD ;
    /*margin-bottom: 2px ;*/
}

.bdv_navigation_bar {
    border-top: 1px solid #CCCCDD ;
}

.bdv_left_col {
    width: 160px ;
    border-right: 1px solid #CCCCDD ;
}

.bdv_right_col {
    border-left: 1px solid #CCCCDD ;
}

.bdv_thumb_layer {
	width: 134px ;
	height: 134px ;
	margin: 1px ;
	border: 1px outset #CCCCDD ;
	background-color: #F0F0EC ;
	float: left ;
	padding-top: 8px ;
	font-size: 11px ;
}

.bdv_thumb_layer_void {
    background-color: transparent ;
    border: 1px solid transparent ;
}

.bdv_thumb_layer_selected {
	background-color: #FFF0A0 ;
	border: 1px outset #F0E090 ;
}

.bdv_thumb_layer div {
	text-align: center ;
}

.bdv_thumb_img {
	border: 2px inset #CCCCDD ;
	height: 90px ;
}

.bdv_thumb_layer_void .bdv_thumb_img {
	border: none ;
}


.bdv_thumb_img_selected {
	border: 2px inset red ;
}

.bdv_gallery_header {
	font-size: 12px ;
	font-weight: bold ;
	text-align: center ;
}

.thumb {
	width: 90px;
	height: 60px;
	border: 2px solid black ;
	cursor: pointer ;
	text-align: center;
}
.thumb_title {
	color: black ;
}
.thumb_selected {
	border: 2px solid #990000;
}
.thumb_title_selected {
	color: white ;
	background-color: #990000;
}

.trasc {
	font-family: serif ;
	font-size: 13px ;
	text-align: justify ;
}

.trasc p {
	white-space: pre-wrap ;
}

.trasc_match {
	font-weight: bold ;
	line-height: 1em ;
	background-color: yellow ;
}

