.os3tabs_header {
	position: relative;
	
	/* DEBUG */
	border: 1px solid black;
}

.os3tabs_header .row {
	position: relative;

	clear: both;
}

.os3tabs_header .row .tab,      .os3tabs_header .row .tab_hover,
.os3tabs_header .row .btn_down, .os3tabs_header .row .btn_up,
.os3tabs_header .row .sel,
.os3tabs_header .row .disabled
{
	position: relative;

	border: 1px solid black;
	background-color: #ffcccc;
	
	float: left;

	cursor: pointer;

        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-user-select: None;
	padding: 0 4px 0 4px;

	overflow: hidden;

	white-space: nowrap;
}

.os3tabs_header .row .disabled
{
	background-color: #DFDFDF;
	color: #8F8F8F;
}

.os3tabs_header .row .tab_hover {
	background-color: #ffffcc;
}

.os3tabs_header .row .btn_down {
	background-color: red;
}

.os3tabs_header .row .btn_up {
	background-color: yellow;
}

.os3tabs_header .row .sel {
	background-color: green;
	color: white;
}

.os3tabs_body {
	position: relative;
	clear: both;

	/* DEBUG */
	border: 1px solid black;
	padding: 4px;
}

.os3tabs_body .tab {
	position: relative;

	top: 0px;
	left: 0px;

	display: none;
}


.os3calendar {
	position: relative;

	border: 1px solid #000000;
	float: left;
	padding: 2px;
	background-color: #F0F0FC;
	font-size: 8px;

	width: 16em;
	padding-left: 1em;
	padding-right: 1em;
}

.os3calendar .header {
	position: relative;

	border: 1px solid #000000;
	background-color: #C8D0DC;
	/*padding: 0.5em; */
	text-align: center;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.os3calendar table {
	font-size: 9px;
}

.os3calendar .days table {
	font-size: 8px;
}

.os3calendar .header .month 
{
	font-weight: bold;
	cursor: pointer;
}

.os3calendar .header .month .year_select 
{
	font-weight: normal;
	border: 1px solid #909090;
}

.os3calendar .header .month .month_select 
{
	font-weight: normal;
	border: 1px solid #909090;
	font-size: 90%;
	left: 0px;
}

.os3calendar .days_label {
	background-color: #C8D0DC;
	text-align: center;
	border-bottom: 1px solid;
}

.today {
	text-align: right;
	padding: 0.5em;
}

.sunday {
	padding: 0.5em;
	text-align: right;
	background-color: #FF8C5F;
}

.day0 {
	padding: 0.5em;
	text-align: right;
}

.day1 {
	padding: 0.5em;
	text-align: right;
	background-color: #C8D0DC;
}

.os3calendar a {
	text-decoration: none;
	color: black;
}


.os3calendar a:hover {
	background-color: #EDEF3B;
}

.os3calendar .today a {
	font-weight: bold;
	border: 1px solid black;
	padding: 0.2em;
	color: red;
}

.hidden {
	display: none;
}

.os3calendar_button {
	background-image: url(../os3wwl/os3calendar/gfx/calendar.png);
	width: 20px;
	height: 20px;

	background-repeat: no-repeat;

	border: 0px !important;
}



*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 13px;
}

/*quotidiano*/
#qt_col1
{
	width: 256px;
}

#qt_col2
{
	width: 353px;
}

#qt_col3
{
	width: 167px;
}

#qol_title
{
	width: 100%;
	height:	106px;
}

#search
{
}

/*Desk fiscale*/

.lbar_lnk a,
.lbar_lnk
{
        color: #03447C;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
	padding-top: 5px;
}       


.img_timer 
{       
        background: url(/gfx/timer_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}

.img_calc
{
        background: url(/gfx/calc_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}       

.img_parc
{
        background: url(/gfx/parcel_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}

.img_polis
{       
        background: url(/gfx/polis_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}

.img_gu
{
        background: url(/gfx/gu_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}

.img_serv
{
        background: url(/gfx/serv_icon.png) left 50% no-repeat;
        float: left;
        width: 21px;
        height: 21px;
}


/* Generici */

a
{
	text-decoration: none;
	border: 0px;
}

body
{
	background-color: #dcdcdc;
}

/* Login */

#login_not_abb,
#login_not_abb a
{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #a9a9a9;
	margin-left: 16px;
	text-decoration: none;
}

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

#logincrossinfo
{
	float: left;
	margin-left: 4px;
	width: 5px;
}

.logintxt
{
	float: left;
	padding-left: 5px;
	color: #9b9b9b;
	font-size: 13px;
	font-weight: bold;
}

#logintoprnd
{
	background: url(../gfx/logintop.png) no-repeat bottom;
	height: 6px;
}

#loginbottomrnd
{
	background: url(../gfx/loginbottom.png) no-repeat;
	height: 6px;
}

#login input
{
	/*background: url(../gfx/logintext.png);*/
	border: 0px;
	margin-left: 4px;
	color: #A9A9A9;
}


#buttonlogindiv
{
	float: left;
	margin-top: 7px;
}


#buttonlogindiv  input
{
	margin: 0px;
	width: 19px;
	height: 20px;
	background: url(../gfx/logingo.png) no-repeat -2px 0;
}

#logininfo
{
	clear: both;
}

#logindata
{
	margin-top: 7px;
	margin-bottom: 7px;
	padding-right: 3px;
	width: 175px;
	float: left;
}

#loginform_cnt
{
	background: url(../gfx/loginbg.png);
}

/* Rispondi */

.risponde_fisco
{
	padding-top: 64px;
	margin-left: 114px;
	font-size: 22px;
	cursor: pointer;
}

.risponde_fisc
{
	margin-left: 2px;
	padding: 0px;
	font-weight: bold;
}

.risponde_online
{
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}

.risponde_risp
{
	color: #679fc0
}

#risponde_line
{
	margin-left: 97px;
	width: 195px;
	line-height: 1px;
	height: 0px;
	border: 1px solid #EFEFEF;
}

.risponde_accedi
{
	margin-left: 240px;
	margin-top: 8px;
	font-weight: bold;
	font-style: italic;
	color: #D48C28;
	cursor: pointer;	

	display: none;
}

.risponde_accedi a
{
	font-weight: bold;
	font-style: italic;
	color: #D48C28;
}

/* Struttura pagina */
#page
{
	width: 965px;
	margin: auto;
	padding-top: 10px;
}

#footer
{
	clear: both;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
}

#main,
#main_frame
{
	background-color: #ffffff;
	width: 963px;
	padding-bottom: 16px;
}

#leftmenu
{
	width: 215px;
	margin-left: 11px;
	float: left;
	/*background-color: blue;*/
}

#cont2,
#cont3
{
	float: left;
	width: 720px;
	margin-left: 5px;
}

#cont
{
	width: 714px;
	margin-left: 11px;
	float: left; 
}

/* Titolo */

#bannerleft
{
	float: left;
	cursor: pointer;
}

#bannerright
{
	float: right;
}

#title
{
	width: 940px;
	height: 115px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 11px;
	margin-left: 11px;
	background-color: #ffffff;
}

/* Bordi arrotondati */

#tl
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 11px;
	background: url(../gfx/tl.png) no-repeat;
}

#tr
{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 11px;
	background: url(../gfx/tr.png) no-repeat;
}

#bl
{
	position: relative;
	float: left;
	width: 8px;
	height: 11px;
	background: url(../gfx/bl.png) no-repeat 0 100%;
}

#br
{
	position: relative;
	float: right;
	width: 8px;
	height: 11px;
	background: url(../gfx/br.png) no-repeat 0 100%;
}

#roundborderbottom
{
	clear: both;
	background-color: #ffffff;
	width: 963px;
	height: 11px;
}

/* Menu list */

#borderlisttop
{
	margin-top: 12px;
	height: 6px;
	background: url(../gfx/menubordertop.png) no-repeat bottom;
}

#borderlistbottom
{
	background: url(../gfx/menuborderbott.png) no-repeat;
	height: 6px;
	clear: both;
}

#listmenu
{
	background-color: #e8e8e8;
	width: 215px;
	overflow: hidden;
}

/*option menu*/
#optionmenutitle
{
	margin-left: 5px;
}

#optionmenu
{
	width: 205px;
	background-color: white;
	margin-left: 5px;
}

#optionmenuround
{
	margin-left: 5px;
	width: 205px;
	background: url(../gfx/optionmenurnd.png) no-repeat;
	height: 5px;
}

.unselect
{
	color: #6a6a6c;
	font-size: 13px;
	font-weight: bold;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.unselect  img
{
	display: none;
}

.unselect
{
	cursor: pointer;
}

.select
{
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#optionmenu .unselect a
{
	color: #6a6a6c;
	text-decoration: none;
}

#optionmenu .select a
{
	color: #999999;
	text-decoration: none;
}

.select img
{
	display: inline;
	margin-right: 7px;
}

.line
{
	margin-left: 10px;
	background-color: #efefef;
	height: 1px;
	width: 185px;
}

/* section menu */

.sectionleft
{
	margin-top: 5px;
	padding-top: 11px;
	width: 8px;
	height: 23px;
	background: url(../gfx/sectionborder.png) no-repeat;
	float: left;
}

.sectionmain,
.sectionmainxp
{
	margin-top: 5px;
	padding-top: 11px;
	width: 173px;
	height: 23px;
	background: url(../gfx/sectionbg.png) repeat-x;
	float: left;
	font-size: 11px;
	color: white;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}

.sectiongo
{
	margin-top: 5px;
	padding-top: 11px;
	width: 34px;
	height: 23px;
	background: url(../gfx/sectiongoto.png) no-repeat;
	float: left;
	clear: right;
	cursor: pointer;
}

.sectionxp
{
	cursor: pointer;
}

.sectionxp
{
	margin-top: 5px;
	padding-top: 11px;
	width: 34px;
	height: 23px;
	background: url(../gfx/sectionplus.png) no-repeat;
	float: left;
	clear: right;
}

.sectioncont,
.sectionbottom
{
	display: none;
}

.sectioncont ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sectioncont ul li
{
	padding-left: 14px;
	background: url(/gfx/lightarrow.png) no-repeat 3px 7px;
}

.section_click,
.section_unclick
{
	clear: both;
}

.section_click .sectionleft
{
	margin-top: 5px;
	padding-top: 11px;
	width: 8px;
	height: 21px;
	background: url(../gfx/sectionborderleft.png) no-repeat;
	float: left;
}

.section_click .sectionmain,
.section_click .sectionmainxp
{
	margin-top: 5px;
	padding-top: 11px;
	width: 173px;
	height: 21px;
	background: url(../gfx/sectionopenbg.png) repeat-x;
	float: left;
	font-size: 11px;
	color: white;
	font-family: arial;
	font-weight: bold;
}

.section_click .sectionxp
{
	margin-top: 5px;
	padding-top: 11px;
	width: 34px;
	height: 21px;
	background: url(../gfx/sectionminus.png) no-repeat;
	float: left;
}

.section_click .sectioncont
{
	clear: both;
	width: 207px;
	/*height: 80px;*/

	margin-left: 4px;
	display: block;
	background-color: white;
	overflow: hidden;
}

.section_click  .sectionbottom
{
	display: block;
	margin-left: 2px;
	width: 211px;
	height: 8px;
	font-size: 1px;
	background: url(../gfx/sectionbottom.png) no-repeat;
}

/* Parte centrale */

/*fisco*/

#fisconline
{
	/*background-color: blue;*/
	height: 166px;
	width: 330px;
	margin-bottom: 11px;
}

#risponde
{
	background: url(../gfx/rispondeaccedi.png) no-repeat;
	height: 139px;
	width: 330px;
	margin-bottom: 11px;
}

#fiscoleft
{
	width: 331px;
	float: left;
	margin-right: 11px;
}

/* qol */


#qol
{
	clear: left;
	float: left;
	/*background-color: Teal;*/
	height: 139px;
	width: 160px;
	margin-right: 6px;
	margin-bottom: 11px;
}

/* qol tab */

.qol_tab_cnt
{
	height: 109px;
	overflow: auto;
}

#qol_tab
{
	height: 139px;
	float: left;
}

#qol_tab_group
{
	border-left: 2px solid #cdcdcd;
	border-top: 2px solid #cdcdcd;
	clear: both;
	float: left;
	width: 386px;
	height: 109px;
	margin-top: -2px;
}

#qol_tab_bd_right
{
	height: 111px;
	width: 5px;
	float: left;
	margin-top: -2px;
	background: url(../gfx/qol_tab_right.jpg) no-repeat;	
}

#qol_tab_header
{
	z-index: 1000; 
	position: relative;
	cursor: pointer;
}

#qol_tab_bd_bottom
{
	clear: both;
	width: 393px;
	height: 4px;
	background: url(../gfx/qol_tab_bottom.jpg) no-repeat;	
}

.tab, .tab_hover 
{
	font-size: 10px;
	color: #a7a7a7;
	background: url(../gfx/qol_tab_right_unsel.jpg) no-repeat;	
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	text-align: center;
	border-top: 2px solid #E8E8E8;
	border-left: 2px solid #E8E8E8;
}

.tab
{
	border-right: 1px solid #E0E0E0
}

.sel, .btn_up, .btn_down 
{
	font-size: 10px;
	border-right: 2px solid #cdcdcd;
	border-top: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
	color: #d48c28;
	background-color: white;
	height: 26px;
	font-weight: bold;
	padding: 0 5px;
	float: left;
	text-align: center;
	line-height: 26px;
}

.sel_first
{
	font-size: 11px;
	color: #d48c28;
	background: url(../gfx/qol_tab_left_sel.jpg) no-repeat left;
	border-top: none;
	border-right: 2px solid #cdcdcd;
	height: 28px;
	font-weight: bold;
	width: 111px;
	float: left;
	text-align: center;
}


.sel_last
{
	font-size: 11px;
	color: #d48c28;
	background: url(../gfx/qol_tab_right_sel.jpg) no-repeat right;
	border-top: none;
	border-right: none;
	border-left: 2px solid #cdcdcd;
	height: 28px;
	font-weight: bold;
	width: 111px;
	float: left;
}


.tab_first
{
	font-size: 11px;
	border-right: 1px solid #e3d2b8;
	color: #a7a7a7;
	/*background-color: #e8e8e8;*/
	background: url(../gfx/qol_tab_left_unsel.jpg) no-repeat left;	
	height: 26px;
	width: 111px;
	float: left;
	text-align: center;
}

.tab_last
{
	font-size: 11px;
	color: #a7a7a7;
	/*background-color: #e8e8e8;*/
	background: url(../gfx/qol_tab_right_unsel.jpg) no-repeat right top;	
	height: 26px;
	border-right: none;
	width: 111px;
	float: left;
	text-align: center;
}


#tab
{
	float: left;
	border: 2px solid gray;
	height: 135px;
	width: 539px;
	margin-bottom: 11px;
}

.qol_tab_cnt .tab_row_cnt
{
	padding: 5px;
}

.qol_tab_cnt .tab_row_cnt .data
{
	color: #7F7F7F;
	font-size: 12px;
	margin-left: 9px;
}

.qol_tab_cnt .tab_row_cnt .classdescr
{
	color: #525252;
	font-size: 12px;
	margin-left: 9px;
}

.qol_tab_cnt .tab_row_cnt .titolo,
.qol_tab_cnt .tab_row_cnt .titolo a
{
	color: #0076AB;
	font-size: 13px;
	text-decoration: none;
}

.qol_tab_cnt .tab_row_cnt .titolo a:hover
{
	text-decoration: underline;
}

.qol_tab_cnt .tab_row_cnt .titolo
{
	/*text-indent: 10px;
	background: url(/gfx/lightarrow.png) no-repeat left 4px;*/
	font-weight: bold;
	font-style: italic;
}

.qol_tab_cnt .tab_row_cnt ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -4px;
}

.qol_tab_cnt .tab_row_cnt ul li
{
	padding-left: 14px;
	background: url(/gfx/lightarrow.png) no-repeat 3px 4px;
}

/*fisco*/

#fisconlinebanner
{
	width: 330px;
	height: 41px;
	background: url(../gfx/fiscobanner.png);
}

#fisconlinebottom
{
	clear: both;
	background: url(../gfx/fiscorndbottom.png);
	height: 5px;
	width: 330px;
}

#fisconlinelist
{
	height: 120px;
	background-color: white;
	border-left: 1px solid #f9d34c;
	border-right: 1px solid #f9d34c;
	font-size: 12px;
}

.fisconline_elm
{
	padding: 3px;
	margin-left: 4px;
}


#fisconlinelist a
{
	color: #454545;
	border: none;
}

#fisconlinelist img
{
	border: none;
}
/* rivista */

#rivista
{
	/*background-color: green;*/
	height: 316px;
	width: 372px;
	float: left;
	margin-bottom: 11px;
}

#rivistatop
{
	background: transparent url(../gfx/rivistabordertop.png) no-repeat scroll 0%;
	color: #BD720D;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	width: 372px;
}

.riv_online
{
	height: 18px;
	overflow: hidden;
	width: 346px;
	border-left: 10px solid #F9D34C;
	border-right: 10px solid #F9D34C;
	padding: 0 3px;
	clear: both;
	color: orange;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted gray;
}

.riv_online a
{
	color: orange;
}

#rivistamiddle
{
	background-color: white;
	border-left: 10px solid #f9d34c;
	border-right: 10px solid #f9d34c;
	height: 248px;
	width: 352px;
	overflow: auto;
}

#rivistabottom
{
	background: url(../gfx/rivistaborderbottom.png) no-repeat;
	width: 372px;
	height: 14px;
}

#rivistamdimg
{
	padding-top: 25px;
	top: 30px;
	width: 143px;
	height: 176px;
	float: left;
}

#rivistamdright
{
	width: 200px;
	height: 242px;
	float: left;
}

#rivistamdbottom
{
	clear: both;
	color: orange;
	font-style: italic;
	font-weight: bold;
	margin: 0 10px;
	padding-top: 5px;
	text-align: right;
	/*border-top: 1px dotted gray;*/
}

#rivistamdbottom a
{
	color: orange;
}

#rivistanews
{
	font-family: Arial;
	font-size: 12px;
	color: orange;
	font-weight: bold;
}

.rivista_art
{
	list-style-image: url(/gfx/greyarrow.png);
	margin-left: 14px;
}

.rivista_art .rivistanews_title
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}

.rivista_art .rivistanews_text
{
	font-style: italic;
	font-size: 12px;
	color: #7F7F7F;
}

/* altre banche dati */

.altrebdmaintitle
{
	color: #db9b43;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 5px;
}

.altrebdtitle
{	
	color: #464646;
	font-size: 13px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.altrebdsection a
{
	color: #464646;
	font-size: 12px;
}

.altrebdsection
{
	padding-left: 9px;
}


#altrebdline
{
	line-height: 2px;
	height: 2px;
	width: 87%;
	left: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin: auto;
	border-top: 1px solid gray;
}

#altrebd
{
	clear: both;
	width: 714px;
}

#altrebdmain
{
	background-color: #f9d34c;
	width: 713px;
	padding-top: 10px;
}

#altrebdtop
{
	clear: both;
	background: url(../gfx/altrebdtop.png) no-repeat;
	height: 24px;
	width: 714px;
}

#altrebddown
{
	clear: both;
	background: url(../gfx/altrebdbottom.png) no-repeat;
	height: 20px;
	width: 714px;
}

#altrebduno,
#altrebddue,
#altrebdtre
{
	/*
	width: 200px;
	height: 330px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	*/
	float: left;
}

#altrebd .altrebd_box
{
	margin-left: 10px;
	width: 223px;
	margin-bottom: 10px;
}

#altrebd .altrebd_box .top
{
	background: white url(../gfx/altrebdwhitetop.png) no-repeat top;
	padding: 10px;
	color: #DB9B43;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
}

#altrebd .altrebd_box .bottom
{
	background: white url(../gfx/altrebdwhitebottom.png) no-repeat top;
	height: 8px;
	font-size: 1px;
}

#altrebd .altrebd_box .content
{
	background-color: white;
	padding-bottom: 3px;
}

#altrebd .altrebd_box .content .body
{
	width: 200px;
	margin: auto;
}

#altrebd .altrebd_box .content .body .sep
{
	height: 5px;
	font-size: 1px;
	border-top: 1px dotted #8F8F8F;
}





#altrebduno_top
{
	background: url(../gfx/altrebdwhitetop.png) no-repeat bottom;
	width: 223px;
	height: 10px;
}



#altrebduno_middle
{
	background-color: white;
	width: 223px;
	height: 310px;
}

.content_altrebd
{
	margin-left: 5px;
}

.altrebdline,
.altrebdline
{
	height: 5px;
	font-size: 1px;
	border-top: 1px dotted black;
}

#altrebduno_bottom
{
	background: url(../gfx/altrebdwhitebottom.png) no-repeat;
	width: 223px;
	height: 8px;
}

#altrebddue
{
	/*
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 8px;
	float: left;
	*/
}

#altrebddue_top
{
	background: url(../gfx/altrebdwhitetop.png) no-repeat bottom;
	width: 223px;
	height: 10px;
}

#altrebddue_middle
{
	background-color: white;
	width: 223px;
	height: 310px;
}

#altrebddue_bottom
{
	background: url(../gfx/altrebdwhitebottom.png) no-repeat;
	width: 223px;
	height: 8px;
}

#altrebdtre
{
	/*
	margin-top: 10px;
	float: left;
	*/
}

#altrebdtre1_top
{
	background: url(../gfx/altrebdwhitetop.png) no-repeat bottom;
	width: 223px;
	height: 10px;
}

#altrebdtre1_middle
{
	background-color: white;
	width: 223px;
}

#altrebdtre1_bottom
{
	background: url(../gfx/altrebdwhitebottom.png) no-repeat;
	width: 223px;
	height: 8px;
	margin-bottom: 8px;
}


#altrebdtre2_top
{
	background: url(../gfx/altrebdwhitetop.png) no-repeat bottom;
	width: 223px;
	height: 10px;
}

#altrebdtre2_middle
{
	background-color: white;
	width: 223px;
}

#altrebdtre2_bottom
{
	background: url(../gfx/altrebdwhitebottom.png) no-repeat;
	width: 223px;
	height: 8px;
}

#leftmenu .section_link
{
	padding: 3px 0;
}

#leftmenu .section_link a
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}


/* ======== SCADENZARIO ========= */
#scadenzario .os3calendar
{
	border: 0;
	width: 184px;
	background-color: transparent;
}

#scadenzario .os3calendar .header
{
	border: 0;
	background-color: transparent;
	color: black;
}

#scadenzario .os3calendar table
{
	font-size: 13px;
	line-height: 13px;
}

#scadenzario .os3calendar .header .month
{
	font-size: 14px;
	line-height: 14px;
	text-indent: 18px;
}

#scadenzario .os3calendar .days table
{
	border-style: solid;
	border-color: #CECECE;
	border-width: 0 0 1px 1px;
}

#scadenzario .os3calendar .days td
{
	background-color: transparent;
	border-style: solid;
	border-color: #CECECE;
	border-width: 1px 1px 0 0;
	font-size: 13px;
	color: #989898;
	padding: 2px;
	text-transform: uppercase;
}

#scadenzario .os3calendar a:hover
{
	background-color: transparent;
}

#scadenzario .os3calendar .days a,
#scadenzario .os3calendar .days a:hover
{
	border: 0;
	color: black;
	padding: 4px;
	background-color: transparent;
	font-weight: normal;
}

#scadenzario .os3calendar .days .selected a
{
	color: red;
	text-decoration: underline;
}

#main_frame
{
	height: 850px;
	width: 710px;
	border: 0;
	margin-left: 10px;
}

ul.reg li,
ul.noreg li
{
	margin-left: 14px;
}

ul.noreg
{
	list-style-type: none;
	background: url(/gfx/lightarrow.png) no-repeat left 4px;
}

ul.reg
{
	list-style-type: none;
	background: url(/gfx/check01.gif) no-repeat left 4px;
}

#altrebdmain ul.noreg
{
	background: url(/gfx/dash.png) no-repeat left 4px;
}

#cont3 .scad_row
{
	width: 620px;
	margin: auto;
}

#cont3 .scad_row .data
{
	padding: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

#cont3 .scad_row .titolo
{
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

#cont3 .scad_row .abstract
{
	margin-bottom: 25px;
	font-size: 13px;
}

#teleskill_cnt
{
	float: right;
	margin-top: 5px;
}

#warn_msg
{ 
	display: none;
	border: 2px solid black;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;

	background-color: #ffcccc;
	color: black;
	margin: 10px 10px 10px 10px;
}



ul
{
	margin-left: 15px;
}

.cp_link
{
	font-weight: bold;
	padding: 2px 5px;
	color: #316796;
	font-size: 11px;
}

.cp_link a
{
	color: #316796;
}


