
body {
	background-image: url(/gfx/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E0DDB0;
}

#page {
	position: relative;

	margin: 0 auto 0 auto;
	width: 1010px;
}

#top {
	position: relative;
	background-image: url(/gfx/top.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	/*height: 199px;*/
	height: 117px;
	z-index: 2;
}

#top_middle
{
	/*position: absolute;*/
	overflow: auto;
	background-image: url(/gfx/top_middle.jpg);
	background-repeat: repeat-y;
	width: 1010px;
	z-index: 2;
	/*top: 118px;*/
}

#top_bottom
{
	background-image: url(/gfx/top_bottom.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	height: 1px;
	z-index: 2;
}


#bottom {
	position: relative;
	background-image: url(/gfx/bottom.jpg);
	background-repeat: no-repeat;
	width: 1010px;
	height: 27px;
}

.main,
.main_index {
	position: relative;
	background-repeat: repeat-y;
	width: 1010px;
	padding-left: 40px;
	padding-bottom: 50px;
	z-index: 1;
	overflow: auto;
}

.main {
	background-image: url(/gfx/center.jpg);
}

.main_index {
	background-image: url(/gfx/top_middle.jpg);
}

#green_bar {
	position: absolute;

	/* border: 1px solid red; */
	width: 922px;
	height: 26px;

	top: 88px;
	left: 38px;

	z-index: 2;
}

#page_header
{
	/*position: absolute;*/

	width: 700px;
	min-height: 74px;

	float: left;
	margin-left: 38px;
	/*top: 119px;*/

	z-index: 1;
}

#page_header_bottom {
	clear: both;
	width: 700px;
	margin-left: 52px;
	height: 25px;
	display: none;
}

#green_bar .tab, #green_bar .tab_hover, #green_bar .tab_click, #green_bar .tab_menu {
	position: relative;

	font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;

	color: white;
	width: 90px;
	height: 28px;

	padding-top: 6px;
	padding-left: 4px;

	float: left;
}

#green_bar .tab .freccia,
#green_bar .tab_hover .freccia,
#green_bar .tab_click .freccia,
#green_bar .tab_menu .freccia
{
	background-image: url(/gfx/freccia_off.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-top: 4px;
	width: 8px;
	height: 7px;
	float: left;
}

#green_bar .tab_menu .freccia
{
	background-image: url(/gfx/freccia_on.gif);
}

#green_bar .tab_click .freccia
{
	background-image: url(/gfx/freccia_click.gif);
}

#green_bar .tab_hover .freccia
{
	background-image: url(/gfx/freccia_hover.gif);
}

#green_bar .tab_hover {
	color: white;
	background-image: url(/gfx/tab_hover.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 28px;

	cursor: pointer;
}

#green_bar .tab_click {
	color: yellow;
	background-image: url(/gfx/tab_click.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 28px;
}

#green_bar .tab_menu {
	color: black;
	background-image: url(/gfx/tab_on.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 28px;

	cursor: pointer;
}

#btn_customize
{
	position: absolute;
	top: 91px;
	left: 856px;
	z-index: 100;
	cursor: pointer;
}

#btn_help
{
	position: absolute;
	top: 91px;
	left: 812px;
	z-index: 100;
	cursor: pointer;
}

#ajax_wait
{
	position: absolute;
	top: 86px;
	left: 940px;
	width: 24px;
	height: 24px;
	z-index: 100;
	display: none;
	background-image: url(/gfx/wait.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* Blocco di destra in Home Page */
#right_bar_cnt
{
	float: right;
	width: 180px;
	margin-right: 105px;
}

#credit_block,
#right_block  {
	margin-top: 5px;

	width: 180px;
}

/* Blocchi di ricerca */
#search_box,
#rivista_box,
#tool_frame
{
	width: 724px;
	min-height: 500px;
	margin-bottom: 10px;
	overflow: auto;
}

#search_form {
	/*width: 700px;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#rivista_box .rivista_container
{
	padding: 10px;
}

#toolbar, #navi, #rivista_box {
	position: relative;
	display: block;
}

#toolbar, #navi {
	width: 700px;
}

#search_wait
{
	margin: auto;
	margin-top: 60px;
	display: none;
	position: relative;
	height: 100px;
	width: 200px;
	background-image: url(/os3jslib/gfx/progress/medium_white.gif);
	background-repeat: no-repeat;
}



/* Blocco Rivista */
#rivista_header {
	position: relative;
	margin-bottom: 7px;
}

#rivista_logo {
	padding-top: 3px;
	background-repeat: no-repeat;
	width: 100%;
	height: 42px;
}

#rivista_brand {
	background-repeat: no-repeat;
	/*margin-left: 190px;*/
	height: 33px;
	width: 100px;
	float: right;
}

#rivista_brand img
{
	border: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.copy
{
	margin: auto;
	padding: 5px 0px;
	line-height: 20px;
	font-size: 10px;
}

#top_right_menu
{
	position: absolute;
	/*top: 117px;*/
	left: 773px;
	width: 182px;
	height: 76px;
	z-index: 100;
	padding-top: 3px;
}

#top_right_menu div
{
	height: 16px;
	padding-top: 3px;
}

#tool_frame
{
	height: 550px;
	border: 0;
	display: none;
}

/*========== FOOTER ========================*/
#footer {
	margin: auto;
	padding: 2px;
	text-align: center;
	margin-bottom: 20px;
}

#footer .footer_btn {
	margin-right: 20px;
	background-color: #9AA8B1;
	cursor: pointer;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: black;
}

#footer .footer_btn:hover {
	text-decoration: underline;
}

/*========== BD ========================*/
#bd_frame
{
	width: 918px;
	height: 552px;
	border: 0;
}

/*========== ANNOTAZIONI ========================*/
.annotazione
{
	text-align: center;
	margin-top: 8px;
}

.annotazione button
{
	margin-top: 5px;
	width: 100px;
}

/*=========== SCRIVANIA =============================*/

#scrivania_block {
	min-height: 350px;
}


/*=========== QUOTIDIANO ===========================*/

#header_news,
#header_prp,
#header_appr {
	padding: 5px;
	margin-bottom: 5px;
}


.quot_res {
	width: 98%;
	margin-left: 5px;
}

#tab_res td {
	padding: 3px;
}

.quot_res .row_header {
	line-height: 25px;
}

.side_bar .tit,
#top_right_menu a
{
	margin-bottom: 3px;
}

.side_bar hr,
#top_right_menu hr
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#cnt_lst_results {
	margin: auto;
	padding: 5px;
}

#lst_header {
        padding: 5px;
}

#lst_results {
	margin-top: 10px;
}

#lst_results .quot_lst {
	margin-top: 10px;
}

#lst_results .quot_lst .occhiello,
#lst_results .quot_lst .titolo,
#lst_results .quot_lst .autore,
#lst_results .quot_lst .abstract,
#lst_results .quot_lst .data {
	padding:2px 0px;
}

#lst_results .quot_lst .sep {
	width: 100%;
	margin: 5px 0px 10px 0px;
}

.quot .abstract {
        padding-bottom: 5px;
}


.quot .news_bottom {
	padding: 3px;
	width: 185px;
	margin-bottom: 15px;
}

#cnt_doc {
	padding: 10px;
}

#cnt_doc .doc_occ {
	float: left;
	height: 20px;
}

.wki_library_occhiello,
.wki_library_titolo ,
.wki_library_autore ,
.wki_library_abstract ,
.wki_library_testo ,
.wki_library_fonte 
{
	padding-bottom: 5px;
	padding-top: 1em;
}

#cnt_doc .doc_data {
	float: right;
}

#cnt_doc .doc_txt {
	clear: both;
	padding-top: 5px;
}

#cnt_doc .quoty_fonte
{
	padding-bottom: 5px;
	padding-top: 1em;
}

.wki_library_fonte,
.wki_library_autore,
.wki_library_titolo,
.wki_library_testo
{
	padding: 0.5em;
}

.wki_library_titolo_allegati,
.wki_library_titolo_collegati
{
	margin-top: 1.5em;
}

.doc_txt .quoty_abstract,
.doc_txt .quoty_autore {
	padding-bottom: 1em;
}

#lst_multi_lnk {
        padding: 5px;
}
#lst_multi_lnk a {
        line-height: 20px;
}

/*=========== HOME PAGE NEWS ==================*/

#hp_center {
	padding: 10px 10px 20px 10px;
	overflow: auto;
}

#hp_center .title {
	margin-bottom: 30px;
	line-height: 30px;
}

#hp_center .title_riv {
	clear: both;
	line-height: 30px;
}

#news_sx,
#news_dx, 
#hp_riv .hp_riv0,
#hp_riv .hp_riv1 {
	float: left;
	width: 342px;
	margin-bottom: 13px;
}

#news_dx, #hp_riv .hp_riv1 {
	margin-left: 20px;
}

#news_sx .tit_news,
#news_dx .tit_news {
	line-height: 30px;
}

#news_sx .tit_news,
#news_dx .tit_news {
	float: none;
}

#hp_riv .autore,
#hp_riv .occhiello,
#hp_riv .abstract,
#hp_riv .titolo,
#news_sx .occhiello,
#news_sx .autore,
#news_sx .abstract,
#news_sx .titolo,
#news_dx .occhiello,
#news_dx .autore,
#news_dx .abstract,
#news_dx .titolo {
	padding: 2px 0px 2px 0px;
}

#news_sx .news_bottom,
#news_dx .news_bottom {
	padding: 3px;
	width: 100px;
	margin-bottom: 15px;
}

#lb_doc_save .label
{
	margin-top: 6px;
	margin-left: 4px;
}

#lb_doc_save button
{
	width: 100px;
	height: 27px;
}

#lb_doc_save .button
{
	text-align: center;
}

#doc_box
{
	width: 700px;
}

#doc_font_buttons
{
	float: right;
	height: 22px;
}

#doc_hl_first
{
	margin: 2px 12px;
}

#navi_top
{
	width: 500px;
	float: left;
	margin: 2px 0;
	height: 2em;
}

#doc_body,
#cnt_doc,
#toolbar2
{
	clear: left;
}

#lb_doc_save #bookmarks_tree
{
	height: 235px;
}

#toolbar2
{
	margin-bottom: 15px;
}

/*  PROVVISORIO PER IL PULSANTE "CODICI COMMENTATI"  */
#menu_moduli
{
	padding-top: 0 !important;
}

#menu_moduli .freccia
{
	margin-top: 9px !important;
}

#menu_moduli div
{
	line-height: 13px;
}

/*  PULSANTE "TRATTATO DIRITTO PROCESSUALI CIVILE"  */
#menu_arieta
{
	padding-top: 0 !important;
}

#menu_arieta .freccia
{
	margin-top: 5px !important;
	float: right !important;
	left: -7px;
	position: relative;
	top: -26px;
}

#menu_arieta div
{
	line-height: 8px;
	font-size: 8px;
	top: -4px;
	position: relative;
}

#menu_arieta.tab_menu div
{
	top: 0;
}


