*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana;
	background: #f2f4f5 url(../gfx/back_body.png) repeat-x top;
	font-size: 9pt;
}

#page
{
	width: 1008px;
	overflow: auto;
	/*padding: 0 0 10px 0;*/
	margin: auto;

	background: url(../gfx/big_center.png) repeat-y -42px 0;
}

#top
{
	height: 75px;
	width: 976px;
	margin: auto;
	margin-left: 19px;
	position: relative;

	background: url(../gfx/top.png) no-repeat 0 -25px;
}

#goto_hp
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 402px;
	height: 63px;
	cursor: pointer;
}

#login_box
{
	position: absolute;
	right: 12px;
	top: 6px;
	width: 340px;
	overflow: hidden;
	height: 60px;
}

#login_box .sep
{
	font-size: 1px;
	height: 10px;
	border-left: 1px solid black;
	margin: 0 3px;
}

#login_box a
{
	color: black;
	font-size: 11px;
	text-decoration: none;
}

#login_box a:hover
{
	text-decoration: underline;
}

#login_box a,
#login_box .label
{
	font-size: 10px;
}

#login_box .btn_assoc_mail
{
	position: relative;
	width: 130px;
	height: 23px;
	margin: 2px;
	background: url(../gfx/btn_assoc.png) no-repeat center top;
	cursor: pointer;
}


#loginform span
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px; 
}

#username
{
	background: url(../gfx/input_user.png) no-repeat;
	border: 0;
	height: 20px;
	text-indent: 3px;
	width: 133px;
	line-height: 20px;
}

#passwd
{
	background: url(../gfx/input_pwd.png) no-repeat;
	border: 0;
	height: 23px;
	line-height: 23px;
	text-indent: 3px;
	width: 110px;
}

#buttonlogin
{
	margin: 0 3px;
}

#search_mask
{
	padding-left:3px;
}

#main
{
	width: 967px;
	padding: 19px;
	margin: auto;
}

.topbar_small .topbar_left
{
	float: left;
	height: 73px;
	width: 12px;

	background: url(../gfx/ricerca_left_small.jpg) no-repeat;
}

.topbar_small .topbar_center
{
	float: left;
	height: 73px;
	width: 945px;

	background: url(../gfx/ricerca_center_small.jpg) repeat-x;
}

.topbar_small .topbar_right
{
	float: left;
	height: 73px;
	width: 7px;

	background: url(../gfx/ricerca_right_small.jpg) no-repeat;
}


.topbar .topbar_left
{
	float: left;
	height: 140px;
	width: 12px;

	background: url(../gfx/ricerca_left.jpg) no-repeat;
}

.topbar .topbar_center
{
	float: left;
	height: 140px;
	width: 945px;

	background: url(../gfx/ricerca_center.jpg) repeat-x;
}

.topbar .topbar_right
{
	float: left;
	height: 140px;
	width: 7px;

	background: url(../gfx/ricerca_right.jpg) no-repeat;
}

.topbar_center .title
{
	font-size: 16px;
	text-indent: 5px;
	font-weight: bold;
	color: white;
	height: 30px;
	line-height: 30px;
	overflow: visible;
}

.topbar_center .title .tit_search
{
	float: left;
	width: 400px;
}

.topbar_center .title .btn_archivio
{
	display: none;
	position: relative;
	float: right;
	width: 130px;
	height: 23px;
	margin: 2px;
	background: url(../gfx/btn_archivio.png) no-repeat center top;
	cursor: pointer;
	overflow: visible;
}

.topbar_center .title .btn_guida
{
	display: none;
	float: right;
	width: 71px;
	height: 24px;
	margin: 2px;
	background: url(../gfx/btn_guida.png) no-repeat center top;
	cursor: pointer;
}

.topbar_center .cnt
{
	height: 38px;
	overflow: hidden;
	line-height: 26px;
}

.topbar_center .second_cnt
{
	height: auto;
	overflow: visible;
}

.topbar_center .cnt .td_easy,
.topbar_center .cnt .td_adv
{
	padding-right: 10px !important;
	padding-left: 0px !important;
	/*background-color: #EFEFF7;*/
}

.topbar_center .cnt .td_easy .easy_cnt,
.topbar_center .cnt .td_adv .adv_cnt
{
	float: right;
	width: 140px;
	/*padding-right: 10px;*/
	overflow: hidden;
	/*cursor: pointer;*/
	/*background: #EFEFF7 url(/gfx/fr_down.png) no-repeat center right;*/
	color: #444444;
	font-weight: bold;
	margin-top: 3px;
        background: url(../gfx/fil_search.png) no-repeat 10px 0;
}

.topbar_center .cnt .td_easy .easy_cnt
{
	background: #EFEFF7 url(../gfx/fr_up.png) no-repeat center right;
}

.topbar_center .cnt .btn_search,
.topbar_center .cnt .btn_clear
{
	margin-top: 4px;
}

.topbar_center .cnt a
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

.adv_cnt a:hover
{
	text-decoration: underline;
}


.topbar_center .cnt .topbar_sep
{
	border-left: 1px solid gray;
	width: 5px;
	height: 37px;
}

.cnt_libro_hp
{
	padding: 8px;
}

.cnt_libro_hp .cnt_img
{
	min-height: 200px;
}

.cnt_libro_hp .cnt_info
{
	text-align: left;
}

.cnt_libro_hp .titolo,
.cnt_libro_hp .autore,
.cnt_libro_hp .edizione,
.cnt_libro_hp .editore,
.cnt_libro_hp .dpubb
{
	margin-top: 2px;
}

#results .cnt_info .classdescr
{
	font-weight: bold;
	font-size: 8pt;
}

#results .sects .titolo,
#results .cnt_info .titolo,
.cnt_libro_hp .cnt_info .titolo
{
	color: #00416B;
	font-size: 14px;
	font-weight: bold;

	padding: 4px 0;
	margin-bottom: 8px;
}

#results .sects .titolo a,
#results .cnt_info .titolo a,
.cnt_libro_hp .cnt_info .titolo a
{
	color: #00416B;
	font-size: 10pt;
	font-weight: bold;

	text-decoration: none;
}

#results .sects .titolo a:hover,
#results .cnt_info .titolo a:hover,
.cnt_libro_hp .cnt_info .titolo a:hover
{
	text-decoration: underline;
}

#results .cnt_info .titolo
{
	padding-bottom: 18px;
}

#results .cnt_img
{
	/*float: left;*/
	width: 190px;
	text-align: center;
	margin-top: 13px;
	/*min-height: 200px;*/
}

#results .cnt_info
{
	padding: 10px 5px;
	line-height: 1.5em;
	/*min-height: 200px;*/
}

#results .row
{
	border-bottom: 2px solid #EDEFEE;
}

#results .sects
{
	float: left;
	width: 319px;
	min-height: 200px;
	padding: 10px 0 5px 5px;
	line-height: 1.5em;
}

#results .sects .titolo
{
	font-style: italic;
}

#results .sects .titolo a
{
	text-decoration: none;
	color: #00416B;
}

#results .sects .titolo a:hover
{
	text-decoration: underline;
}

#results .sects .sects_titoli
{
	height: 250px;
	overflow: auto;
}

#results .sects .classdescr
{
	color: #00416B;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}

#navs_header .tab_nav span,
#navs_bottom .tab_nav span 
{
	/*color: #31BAFE;*/
	padding: 4px;
	font-weight: bold;
	color: black;
}

#results .sects .show_cap_divs,
#navs_header .tab_nav a,
#navs_bottom .tab_nav a 
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#results .lnk_struct
{
	float: left;
	/*
	margin-top: 8px;
	text-align: center;
	width: 300px;
	*/
}

#results .lnk_struct a
{
	color: #00416B;
	font-weight: bold;
	text-decoration: none;
}

#results .pagerank
{
	float: right;
	color: #808080;
}

#results .lnk_struct a:hover,
#results .sects .show_cap_divs:hover
{
	text-decoration: underline;
}

#results .no_results
{
	border: 2px solid #414F52;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto;
	padding: 30px 0;
	text-align: center;
	width: 400px
}

#tp_ranking
{
	z-index: 1000;
	background-color: white;
	padding: 10px;

	border: 1px solid gray;
	width: 300px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ranking
{
	padding: 5px;
}


#navs_header .tab_nav .result_right,
#navs_bottom .tab_nav .result_right 
{
	margin: 5px 0;
	text-align: right;
	color: gray;
}

#navs_header .tab_nav a span,
#navs_bottom .tab_nav a span 
{
	color: black;
	font-weight: normal;
}

#search_form
{
	position: relative;
}

#search_form table td
{
	padding: 0 6px;
}

#tree_box
{
	float: left;
	width: 235px;
	min-height: 400px;
	margin-left: 9px;
}

#tree_box .tree_header
{
	background: url(../gfx/doc_struct_header.png) no-repeat;
	width: 238px;
	height: 12px;
}

#tree_box .tree_footer
{
	background: url(../gfx/doc_struct_footer.png) no-repeat;
	width: 238px;
	height: 12px;
}

#tree_box #tree_header
{
	background: url(../gfx/doc_struct_back.png) repeat-y;
	font-size: 15px;
	color: #00416B;
	padding-left: 15px;
}

#tree_box .tree_body
{
	background: url(../gfx/doc_struct_back.png) repeat-y scroll 0 0 transparent;
	padding-left: 4px;
	padding-right: 3px;
}

#results,
#results_hp
{
	float: left;
	width: 730px;
	min-height: 400px;
	margin-left: 3px;
}

#results_hp .title
{
	font-size: 15px;
	text-indent: 20px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

#results
{
	width: 710px;
	margin-left: 10px;
}

#results .tot_res_cnt
{
	min-height: 70px;
}

#results .tot_res
{
	min-height: 30px;
	font-size: 16px;
	padding: 20px 20px 20px 0;
}

#results .tabs_bar
{
	overflow: auto;
	background: url(../gfx/back_tabs_header.png) repeat-x;
	height: 70px;
}

#results .bottom_bar
{
	height: 57px;
	margin-top: 10px;
	background: url(../gfx/back_tabs_footer.png) repeat-x;
}

#results .tabs_bar #glob_header
{
	padding: 3px;
	height: 25px;
}

#glob_header img
{
	margin: 0 3px 0 10px;
}

#glob_header a
{
	color: black;
}

#tabs_header
{
	float: left;
	width: 370px;
	margin-top: 6px;
}

#tabs_header .tab
{
	float: left;
	width: 148px;
	text-align: center;
	height: 28px;
	line-height: 34px;
	margin-top: -10px;
	font-size: 13px;
	cursor: pointer;
}

#tabs_header .tab_other_books,
#tabs_header .tab_my_books
{
	XXbackground: url(../gfx/tab_volumi_unsel.png) no-repeat;
	background: url(../gfx/tab_volumi_bianco.png) no-repeat;
}

#tabs_header .sel
{
	height: 30px;
	XXbackground: url(../gfx/tab_volumi_unsel.png) no-repeat;
	background: url(../gfx/tab_volumi_bianco.png) no-repeat;
	font-weight: bold;
	/*
	height: 29px;
	background: url(/gfx/tab_volumi_sel.png) no-repeat;
	*/
}

#navs_header,
#navs_bottom
{
	float: right;
	width: 255px;
	margin-right: 5px;
}

#navs_bottom
{
	margin-top: 12px;
}

.clear_div
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 1px;
}

#footer_page
{
	height: 100px;
	width: 1008px;
	margin: auto;

	background: url(../gfx/big_bottom.png) no-repeat -40px 0;
}

.copyright 
{
	color: #D5D5D5;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	/*width: 650px;*/
}

.wait
{
	background: url(/os3jslib/gfx/progress/medium_white.gif) center center no-repeat;
	height: 300px;
	overflow: hidden;
}


/********* DOC ***********/
#doc_header
{
	border-top: 2px solid #C8D0D3;
	border-bottom: 1px solid #C8D0D3;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	min-height: 80px;
	padding: 5px;
}

#tp_header_doc
{
	z-index: 1000;
	background-color: white;
	padding: 20px;

	border: 1px solid gray;
	max-width: 500px;
	/*
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#tp_header_doc .doc_titolo,
#doc_header .doc_titolo
{
	color: #00416B;
	font-weight: bold;
}

#tp_header_doc .doc_autori,
#tp_header_doc .doc_editore,
#tp_header_doc .doc_datapub,
#doc_header .doc_autori,
#doc_header .doc_editore,
#doc_header .doc_datapub
{
	font-weight: bold;
}

#tp_header_doc .classificazione,
#doc_header .classificazione
{
	color: #00416B;
	font-weight: bold;
}

#tp_header_doc div
{
	margin-bottom: 4px;
}

#doc_struct
{
	float: left;
	width: 235px;
	margin-top: 10px;
}

#doc_book
{
	float: left;
	width: 730px;
	min-height: 800px;
    margin-top: 13px;
}

#doc_struct .doc_struct_header
{
	background: url(../gfx/doc_struct_header.png) no-repeat;
	width: 238px;
	height: 12px;
}

#doc_struct .doc_struct_footer
{
	background: url(../gfx/doc_struct_footer.png) no-repeat;
	width: 238px;
	height: 12px;
}

#doc_struct .doc_struct_item
{
	background: url(../gfx/doc_struct_back.png) repeat-y;
	width: 238px;
}

#doc_struct .doc_struct_title
{
	font-size: 17px;
	color: #00416B;
}

#doc_struct hr
{
	color: #CAD0D0;
}

#doc_struct .doc_struct_item_text0,
#doc_struct .doc_struct_item_text1,
#doc_struct .doc_struct_item_text2
{
	margin: 0 10px;
	color: #00416B;
	padding: 5px;

	/*text-transform: uppercase;*/
}

#doc_struct a
{
	color: #00416B;
	text-decoration: none;
}

#doc_struct .doc_struct_item_text0
{
	padding: 0;
}

#doc_struct .doc_struct_item_text2
{
	background-color: #EAEEEF;
}

#doc_struct .doc_struct_item_selected
{
	font-weight: bold;
}


.cnt_arch_popup
{
	position: absolute;
	padding-bottom: 7px;
	width: 132px;
	height: 84px;
	margin-left: -2px;
	background: url(../gfx/btn_archivio_popup.png) no-repeat;
}

.cnt_arch_popup .primo,
.cnt_arch_popup .ric_arch,
.cnt_arch_popup .doc_arch,
.cnt_arch_popup .doc_noted
{
	width: 132px;
	height: 20px;
	cursor: pointer;
}

#player_docbar
{
	display: none;
	margin-left: 1px;
	margin-top: 10px;
	padding-top: 3px;
}

.player_docbar_sep
{
	height: 25px; 
	width: 1px; 
	font-size: 1px; 
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	padding: 0;
}

.player_docbar_archivia,
.player_docbar_marked,
.player_docbar_noted,
.player_docbar_annota
{
	height: 32px;
	width: 32px;
	background: url(../gfx/annota.png) no-repeat;
	cursor: pointer;
}

.player_docbar_archivia
{
	background: url(../gfx/annota.png) no-repeat;
}

.player_docbar_marked,
.player_docbar_noted
{
	border: 1px solid red;
}

#cnt_mod_arch
{
	margin: 3px;
	border: 1px solid #777777;
}

#cnt_mod_arch .title,
.bookmarks_top,
.bookmarks_bottom
{
	background: url(../gfx/back_tabs_header.png) repeat-x;
}

#cnt_mod_arch .title
{
	padding: 10px;
	font-size: 16px;
}

#cnt_mod_arch .actions,
#cnt_mod_arch .ricerca_buttons,
#cnt_mod_arch .ricerca_link,
#cnt_mod_arch #ricerca_head
{
	margin: 5px 0 10px 10px;
}

#cnt_mod_arch #ricerca_head td
{
	padding: 3px;
}

.os3tree .empty 
{
	margin-right: 7px;
}

.bookmarks_shell,
.bookmarks_shell .btn_cnt 
{
	border: 1px solid #777777;
}

#cnt_mod_arch .actions
{
	padding: 2px 5px;
}

.bookmarks_shell .btn_cnt 
{
	padding: 10px;
	background-color: #5F757C;
	height: auto;
	width: auto;
	color: white;
	font-weight: bold;
	margin-right: 10px;
}

.bookmarks_shell .bookmarks_top .btn_cnt 
{
	border-top: 0;
}

.bookmarks_shell .bookmarks_bottom .btn_cnt 
{
	border-bottom: 0;
}

.bookmarks_shell .checkall
{
	padding: 2px;
}

.note_buttons
{
	overflow: auto;
	background: url(../gfx/back_tabs_header.png) repeat-x;
}

.note_buttons .btn_cnt
{
	cursor: pointer;
	padding: 10px;
	background-color: #5F757C;
	height: auto;
	width: auto;
	color: white;
	font-weight: bold;
	margin-right: 10px;
}

.note_buttons .btn_cnt
{
	float: left;
}

.note_buttons .clear_div
{
	clear: both;
}

.scrivania_title
{
	width: 500px;
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
}

#player_docbar .txt_empty,
#search_form .txt_empty
{
	color: gray;
	font-style: italic;
}

#search_form .txt_not_empty,
#search_form .txt_empty
{
        background: url(../gfx/input_search.png) no-repeat 0 2px;
	text-indent: 3px;
	border: 0;
	height: 27px;
	width: 608px;
	font-size: 13px;
}

#search_form .label
{
	color: #303A3B;
	font-size: 12px;
	font-weight: bold;
}

#filter_order_by,
#search_form .inp_rounded
{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #E4EBF0;
}

#novita
{
	width: 961px;
	color: #686868;
	font-size: 12px;
	margin: 15px 6px;
}

#novita_cnt {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#novita_categ
{
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;

	border-left: 1px solid #D2D2D2;
	color: #39464C;
	font-weight: bold;
	line-height: 28px;
	padding-left: 5px;
	width: 68px;
	background-color: #DADADA;
}

#novita_text
{
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-topright: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: none repeat scroll 0 0 #F0F1F3;
        border-right: 1px solid #D2D2D2;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        width: 861px;
	position: relative;
}

#novita_title,
#novita_categ,
#novita_text,
#novita_arrow
{
        float: left;
}

#novita_title,
#novita_categ,
#novita_text
{
        border-bottom: 1px solid #D2D2D2;
        border-top: 1px solid #D2D2D2;
}

#novita_arrow
{
        background: #F0F1F3 url(../gfx/history_arrow.png) no-repeat -4px -3px;
        height: 28px;
        width: 24px;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

#novita_text .scroller_text
{
        /*border-top: 1px solid #BEC4C2;
        width: 400%;*/
        line-height: 28px;
	position: absolute;
	white-space: nowrap;
	padding: 0 10px;
}

#novita_cnt .clear
{
	clear: both;
}

#opere_bar .title,
#opere_bar2 .title
{
	background: url(../gfx/footer_bar.png) no-repeat;
	line-height: 34px;
	height: 34px;
	width: 966px;
	text-align: center;
	color: white;
	margin: 5px auto 20px 5px;
	font-size: 15px;
}

#opere_bar .cnt_loghi
{
	background: url(../gfx/loghi.jpg) no-repeat center center;
	width: 882px;
	height: 55px;
	margin: auto;
}

#opere_bar .opera_logo
{
	float: left;
	width: 123px;
	height: 65px;
}

#opere_bar .cedam
{
	background: url(../gfx/cedam_logo.png) no-repeat top center;
	width: 120px;
}
#opere_bar .utet
{
	background: url(../gfx/utet_logo.png) no-repeat top center;
	width: 120px;
}
#opere_bar .ilfisco
{
	background: url(../gfx/ilfisco_logo.png) no-repeat -27px -6px;
	width: 230px;
}
#opere_bar .leggiit
{
	background: url(../gfx/leggiit_logo.png) no-repeat center 10px;
	width: 160px;
}
#opere_bar .ipsoa
{
	background: url(../gfx/ipsoa_logo.png) no-repeat center -7px;
	width: 240px;
}

#opere_bar2 .title
{
	text-align: right;
}

#opere_bar2 .title a
{
	margin-right: 20px;
	color: white;
	text-decoration: none;
}

#opere_bar2 .title a:hover
{
	text-decoration: underline;
}

#buttons
{
	margin: auto;
	width: 976px;
	height: 128px;
	background: url(../gfx/icon_bar.png) no-repeat center center;
}

#buttons .btn
{
	float: left;
	width: 123px;
	height: 122px;
	cursor: pointer;
}

#buttons .btn01
{
	width: 138px;
}

#buttons .btn02
{
	width: 130px;
	margin-left: 8px;
}

#buttons .btn03
{
	width: 130px;
	margin-left: 8px;
}

#buttons .btn04
{
	width: 128px;
	margin-left: 8px;
}

#buttons .btn05
{
	width: 128px;
	margin-left: 10px;
}

#buttons .btn06
{
	width: 128px;
	margin-left: 10px;
}

#buttons .btn07
{
	width: 126px;
	margin-left: 8px;
}

#init_spacer_div
{
	height: 200px;
	text-align: center;
	padding-top: 100px;
}

#init_spacer_div span
{
	font-size: 20px;
	font-weight: bold;
}

.wwl_popbox
{
	width: 605px;
        z-index: 1000;
}

.suggest-box {
        border: 1px solid black;
        padding: 8px;

        background-color: white;
        color: black;

        border-radius: 4px;

        min-height: 30px;
        overflow: auto;
}

.suggest-box .row {

}

.suggest-box .row_hover {
        background-color: #EEEEEE;
        color: 000000;
        cursor: pointer;
}

#tree_body .tree_item0,
#tree_body .tree_item1
{
	clear: both;
	cursor: pointer;
	font-size: 10pt;
	padding: 3px 0;
	font-weight: bold;
	color: #6A6E6F;
	overflow: auto;
}

#tree_body .tree_item1
{
	background-color: #EAEEEF;
}

#tree_body .selected
{
	color: black;
}

#tree_body .img, 
#tree_body .testo
{
	float: left;
}

#tree_body .img
{
	background: url(../gfx/libro01.png) no-repeat center center;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

#tree_body .testo
{
	width: 199px;
	margin-top: 5px;
}

#tree_body .selected .img
{
	background: url(../gfx/libero_aperto.png) no-repeat center center;
}

.coupon_msg
{
	line-height: 2em;
}

.docbar_center2
{
	padding-top: 6px;
}

.close_popup
{
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
	width: 100px;
	border: 1px solid black;
}

/* inizio - ALESSANDRO */
#doc_header { min-height:10px; }
#doc_header div { display:none; }
#doc_header div.doc_titolo { display:block; }

#tree_body .tree_item0, #tree_body .tree_item1  { font-size:9pt; font-weight:normal; color:#00416B; }
#tree_body .selected   { font-weight:bold; }

XXXX#main_page {
  XXXbackground-color:red;
  XXXbackground-image:-moz-linear-gradient(19% 75% 90deg,#FCFCFC, #FFFFFF, #C7C7C7 75%);

/* generato da http://www.colorzilla.com/gradient-editor/ */

background: -moz-linear-gradient(top,  rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.17)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
/* fine - ALESSANDRO */



#warn_msg
{
	margin: 20px auto 10px auto;
	color: red;
	text-align: center;
	font-weight: bold;
	width: 500px;
	padding: 10px 0;

	border: 1px solid rgba(0,0,0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}



.os3tree { font-family: verdana; font-size: 9pt; }

.os3tree a:hover { 
	text-decoration: none; 
	background-color: inherit; 
	border: 0; 
}

#tree_header {
	padding: 10px 3px 5px 3px;
	font-weight: bold;
}

#tree_body .folder,
#tree_body .norm,
#tree_body .tree_hover,
#tree_body .tree_hover_sel,
#tree_body .btn_down,
#tree_body .btn_up,
#tree_body .sel
{
	background-color: transparent;
	font-size: 9pt;
	padding-top: 3px;
	cursor: pointer;
}

#tree_body .folder
{
	overflow: auto;
	clear: both;
}



#tree_body .plus,
#tree_body .minus {
	background: url(/gfx/libro01.png) no-repeat 0 -3px;
	height: 22px;
	width: 24px;
	cursor: pointer;
}

#tree_body .minus {
	background-image: url(/gfx/libero_aperto.png);
}

#tree_body .void
{
	display: none;
}

.folder_box .norm,
.folder_box .tree_hover
{
	cursor: pointer;
}

.folder_box .tree_hover {
	text-decoration: underline;
}



