
@import url("reset.css");

/*************************/
/* Default mask template */
/*************************/

* {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

a:focus {
	outline: none;
}

html, body
{
	background-color: #CCCCCC;
	color:#333333;
	text-align:center;
	height:100%;
}

#p4a_top_container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

* html #p4a_top_container {
	position: absolute;
}

#p4a_main_container 
{
	margin-left:20px;
	margin-right:20px;
	text-align: left;
	margin-top:15px;
	clear:both;
}

#p4a_main_inner_container>* {
	margin-left: auto;
	margin-right: auto;
}

#p4a_footer {
    text-align: left;
    height: 100px;
    background: #666666;
    color: #FFFFFF;
    padding-top: 0px;
    background: url(layout/banda-obbligatoria.png) top left;
    background-size: 942px 100px;
}

#p4a_footer p
{
	color: #FFFFFF;
	margin-left:20px;
}

#p4a_body
{
	width:942px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#p4a_body form {
	display: inline;
}

#p4a_body h2,
#p4a_body h2 table td 
{
	/*text-align:center;*/
	/*font-size: 16px;*/
	/*font-weight: bold;*/
	/*margin-bottom: 10px;*/
	position:relative;
	top:15px;
	margin-bottom:20px;
	font-family:Arial;
	font-size:24px;
	color: #0054A4;
	line-height: 95%;
}

#p4a_loading {
	background: red;
	color: white;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	padding: 5px;
	float: right;
}

#p4a_loading_percentage {
	color: white;
	white-space: nowrap;
	padding: 5px 5px 0 5px;
	display: none;
}

* html #p4a_loading {
	position: absolute;
}

#p4a_loading img {
	float: left;
	margin-right: 10px;
}

#p4a_sidebar_left,
#p4a_sidebar_right {
	background: ;
	border-bottom: ;
	position: fixed !important;
	position: absolute;
 	top: 0;
 	height: 100%;
	padding: 10px;
	z-index: 2;
}

#p4a_sidebar_left {
 	left: 0;
 	border-right: 1px solid ;
}

#p4a_sidebar_right {
	border-left: 1px solid ;
 	right: 0;
}

ol.p4a_backtrace {
	margin-left: 20px;
}

ol.p4a_backtrace li {
	list-style: decimal outside;
}

/***********************/
/* Popup mask template */
/***********************/

#p4a_popup {
	background: ;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#p4a_popup #p4a_main_container {
	margin-top: 50px;
}

#p4a_main_inner_container
{
	position:relative;
}

#p4a_popup #p4a_main_inner_container {
	background: white;
	border: 2px solid ;
	padding-bottom: 20px;
	margin: auto;
}

#p4a_popup h2 {
	margin: 0;
	line-height: 32px;
	padding-left: 32px;
	background: url(gradient.png) bottom repeat-x;
}

* html #p4a_popup h2 {
	margin-right: -100px;
	background-image: none;
}

#p4a_popup #p4a_popup_top_container {
	margin: 0;
	margin-bottom: 20px;
}

#p4a_popup #p4a_main {
	padding: 0 10px;
	padding-right: 5px;
}

* html #p4a_popup #p4a_main {
	padding-left: 0;
	padding-right: 20px;
}

/***********/
/* P4A_Box */
/***********/

.p4a_box {
	text-align: left;
}

.p4a_box strong {
	font-weight: bold;
}

.p4a_box em {
	font-style: italic;
}

.p4a_box ul li {
	list-style: disc inside;
}

.p4a_box ol li {
	list-style: decimal inside;
}

/*************/
/* P4A_Frame */
/*************/

.p4a_frame 
{
}

/****************/
/* P4A_Fieldset */
/****************/

.p4a_fieldset 
{
	/*
	border: 1px solid ;
	padding-top: 10px;
	padding-bottom: 10px;
	
	float: left;
	*/
}

.p4a_fieldset .row {
	margin-right: 10px;
}

* html .p4a_fieldset .row {
	margin-left: -10px;
}

.p4a_fieldset legend {
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	color: ;
	padding: 0 5px;
	text-align: left;
}

/*************/
/* P4A_Field */
/*************/

.p4a_field, .p4a_field_votazione {
	white-space: nowrap;
}

.compile_esperienza_campo .p4a_field .p4a_label , .compile_esperienza_campo .p4a_field_votazione .p4a_label
{
	text-align: right;
	font-weight: bold;
	color: #666;
	margin-right: 5px;
	background: #f5f5f5;
}

.p4a_field_votazione input,
.p4a_field input,
.p4a_field textarea,
.p4a_field_votazione select,
.p4a_field select,
.p4a_field_file table {
	border: 1px solid ;
	color: ;
}

.p4a_field_votazione option,
.p4a_field option {
	color: ;
}

.p4a_field_label div {
	text-align: left;
	margin-left: 5px;
}

.p4a_field_votazione
{
	float:left;
}

.p4a_field_votazione_scale
{
	float:left;
}

.p4a_field_votazione input
{
	min-width:30px;
}

.p4a_field input {
	min-width: 350px;
}

.p4a_field_votazione select {
	width: 50px;
}

.p4a_field select {
	width: 350px;
}

.p4a_field_radio input,
.p4a_field_checkbox input {
	border: none;
	width: auto;
}

.p4a_field input:focus,
.p4a_field textarea:focus {
 	border: 1px solid ;
 	outline: 1px solid ;
 	background-image: url(gradient.png);
 	background-position: bottom;
 	background-repeat: repeat-x;
}

.p4a_field_file table {
	margin-left: 1px;
	text-align: center;
	float: left;
	white-space: nowrap;
}

.p4a_field_date input,
.p4a_field_data_integer input,
.p4a_field_data_decimal input,
.p4a_field_data_float input,
.p4a_field_data_date input,
.p4a_field_data_time input
 {
	text-align: right;
}

.field_error input,
.field_error textarea,
.field_error select,
.field_error iframe {
	border: 2px dashed red;
	background: url(/widgets/field/error.gif) no-repeat bottom right;
}

.field_error .field_error_msg {
	position: absolute;
	color: ;
	display: none;
	background: ;
	padding: 10px;
	border: 2px solid ;
}

.p4a_field_radio_values,
.p4a_field_multicheckbox_values {
	text-align: left;
	float: left;
}

.p4a_field_radio_values input,
.p4a_field_multicheckbox_values input {
	border: none;
	width: auto;
}

.p4a_field table.p4a_widget_layout_table {
	display: block;
	float: left;
	clear: both;
}

.p4a_field .p4a_field_date_trigger {
	width: 20px;
	min-width: 100px;
	background: ;
	text-align: center;
}

.p4a_field_rich_textarea textarea {
	border: none;
}

/****************************/
/* P4A_Field - autocomplete */
/****************************/

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	border-color: ;
	background: ;;
}

/***************************/
/* P4A_Field - date picker */
/***************************/

.ui-datepicker {
	background: ;
	border: 2px solid ;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	background: white;
	color: ;
	font-weight: normal;
}

/************/
/* P4A_Line */
/************/

hr.p4a_line {
 	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	width: 1px;
	height: 1px;
}

/******************************************/
/* P4A_DB_Navigator and P4A_Dir_Navigator */
/******************************************/

.p4a_dir_navigator,
.p4a_db_navigator {
	text-align: left;
	font-weight: normal;
	overflow: auto;
}

.p4a_dir_navigator li,
.p4a_db_navigator li {
	padding: 2px 0 2px 18px;
	background: url(/16/places/folder.png) no-repeat;
}

.p4a_dir_navigator li.active_node,
.p4a_db_navigator li.active_node {
	background-image: url(/16/status/folder-open.png);
	font-weight: bold;
}

.p4a_dir_navigator li.home_node,
.p4a_db_navigator li.home_node {
	background: url(/16/actions/go-home.png) no-repeat;
}

.p4a_browser_opera .p4a_dir_navigator li,
.p4a_browser_ie .p4a_dir_navigator li,
.p4a_browser_opera .p4a_db_navigator li,
.p4a_browser_ie .p4a_db_navigator li {
	margin-top: 5px;
	padding-top: 0;
}

* html .p4a_browser_ie .p4a_dir_navigator li,
* html .p4a_browser_ie .p4a_db_navigator li {
	padding: top: 2px;
	margin-top: 0;
	width: 100%;
}

.p4a_dir_navigator a,
.p4a_dir_navigator,
.p4a_db_navigator a,
.p4a_db_navigator {
	text-decoration: none;
}

.p4a_dir_navigator a:hover,
.p4a_db_navigator a:hover {
	text-decoration: underline;
}

.p4a_dir_navigator .hoverclass,
.p4a_db_navigator .hoverclass {
	color: ;
	background: ;
}

.p4a_dir_navigator .hoverclass li a,
.p4a_db_navigator .hoverclass li a {
	color: ;
}

/***************************/
/* P4A_Widget_Layout_Table */
/***************************/

table.p4a_widget_layout_table {
	border-collapse: collapse;
	margin: 0;
	text-align: left;
}

table.p4a_widget_layout_table td {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table.p4a_widget_layout_table td.c1 {
	width: 1px;
	padding-right: 5px;
}

/***********************************/
/* P4A_Message and system messages */
/***********************************/

.p4a_system_messages {
	z-index: 10000;
	position: absolute;
	display: none;
	width: 300px;
	overflow: hidden;
}

.p4a_system_messages_inner {
	color: ;
	background: ;
	border: 2px solid ;
}

.p4a_system_messages table.p4a_message {
	margin: 10px 20px;
}

.p4a_system_messages em {
	font-style: italic;
}

/**************/
/* P4A_Button */
/**************/

.p4a_button {
	background: url(layout/cmd_background.png) repeat-x top left;
	border: 1px solid #7B9BBC;
	cursor: pointer;
	height:36px;
	overflow: visible; /* used to fix the IE stretched buttons bug */
	color:#FFFFFF;
	font-size:12px;
	margin: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.p4a_button_image {
	border: 1px solid ;
	padding: 0;
}

.p4a_button:hover {
	border: 1px solid ;
	outline: 1px solid ;
}

.p4a_button_disabled,
.p4a_button_image_disabled {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
}

.p4a_button_disabled:hover {
	color: ;
	background: ;
	border: 1px solid ;
}

/***************/
/* P4A_Toolbar */
/***************/

.p4a_toolbar {
	background:  url(gradient.png) bottom repeat-x;
	border-bottom: 1px solid ;
	padding: 2px;
}

#p4a_main_container .p4a_toolbar {
	border: 1px solid ;
}

#p4a_popup .p4a_toolbar {
	border: none;
}

* html .p4a_toolbar {
	background-image: none;
}

.p4a_toolbar .p4a_button {
	background: none;
	border: 1px solid transparent;
}

* html .p4a_toolbar .p4a_button {
	border: 1px solid ;
}

.p4a_toolbar .p4a_button_image:hover {
	border: 1px solid ;
	outline: none;
}

.p4a_toolbar_16 button {
	height: 21px;
}

.p4a_toolbar_32 button {
	height: 37px;
}

.p4a_toolbar_48 button {
	height: 53px;
}

.p4a_toolbar_separator {
	border-left: 1px solid ;
	margin: 3px 5px 0 5px;
}

/*************/
/* P4A_Label */
/*************/

.p4a_label {
	overflow: visible;
	display: block;
	text-align: left;
	cursor: pointer;
	float:left;
	width: 180px;
	white-space: normal;
}

.p4a_label_no_width {
	overflow: visible;
	display: block;
	text-align: left;
	cursor: pointer;
	float:left;
	white-space: normal;
}

.p4a_label_aree_cat, .p4a_label_aree_cat span
{
	overflow: visible;
	display: block;
	text-align: left;
	cursor: pointer;
	float:left;
	white-space: normal;
	font-size:20px;
	color:#C4161C;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: 10px;
}

.p4a_label_required {
	font-weight: bold;
}

.p4a_label .p4a_tooltip_icon {
	float: right;
}

.p4a_tooltip {
	display: none;
	position: absolute;
	margin-left: 20px;
	z-index: 10000;
}

.p4a_tooltip_inner {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	color: ;
	background: ;
	border: 2px solid ;
}

.p4a_tooltip_inner strong {
	font-weight: bold;
}

.p4a_tooltip_inner em {
	font-style: italic;
}

/****************/
/* P4A_Tab_Pane */
/****************/

.p4a_tab_pane,
div.ui-tabs {
	padding: 0;
	border: 1px solid ;
	border: none;
}

.p4a_tab_pane ul.tabs {
	border: 0;
	background: none;
}

.p4a_tab_pane ul.tabs li {
	border: 1px solid ;
	height: 25px;
}

.p4a_tab_pane ul.tabs li img {
	float: right;
	margin: -2px -6px 0px 5px;
}

.p4a_browser_ie .p4a_tab_pane ul.tabs li img {
	float: none;
	vertical-align: top;
}

.p4a_tab_pane ul.tabs li a {
	color: ;
}

.p4a_tab_pane ul.tabs li.disabled a {
	cursor: default;
	color: ;
}

.p4a_tab_pane div.p4a_tab_pane_page {
	padding: 10px 10px 15px 0;
	border: 1px solid ;
	overflow: auto;
}

/*************/
/* P4A_Table */
/*************/

.p4a_table {
	border: 1px solid ;
	text-align: left;
	width:95%;
	margin-top:20px;
}

.p4a_table caption {
	background:  url(gradient.png) bottom repeat-x;
	border: 1px solid ;
	padding: 5px;
	font-weight: bold;
}

* html .p4a_table caption {
	background-image: none;
}

.p4a_browser_gecko .p4a_table caption {
	margin-left: -1px;
}

.p4a_browser_safari .p4a_table caption {
	margin-right: -1px;
	border-bottom: none;
}

.p4a_browser_opera .p4a_table caption {
	border-bottom: none;
}

.p4a_table td,
.p4a_table th {
	border-right: 1px solid ;
}

.p4a_table th {
	padding: 5px;
	font-weight: bold;
	background: #3974A4;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid ;
}

* html .p4a_table th {
	background-image: none;
}

.p4a_table th.p4a_row_indicator {
	border-bottom: none;
	background: white;
	width: 15px;
}

.p4a_table td {
	padding: 2px;
}

.p4a_table th a,
.p4a_table td a {
	display: block;
	text-decoration: none;
}

.p4a_table td a:hover {
	text-decoration: underline;
}

.p4a_table td.integer,
.p4a_table td.decimal,
.p4a_table td.float,
.p4a_table td.date,
.p4a_table td.time,
.p4a_table td.filesize,
.p4a_table td.integer textarea,
.p4a_table td.decimal textarea,
.p4a_table td.float textarea,
.p4a_table td.date textarea,
.p4a_table td.time textarea,
.p4a_table td.filesize textarea {
	text-align: right;
	white-space: nowrap;
}

.p4a_table td.file {
	text-align: center;
}

.p4a_table td.action {
	background: ;
}

.p4a_table td.action a img {
	vertical-align: middle;
}

.p4a_table_rows1 {
	background-color: #F7F8FB
}

.p4a_table_rows2 {
	background-color: #EBEEF6;
}

.p4a_table th.p4a_toolbar {
	font-weight: normal;
	border-top: 1px solid ;
	padding: 0;
}

.p4a_table th.p4a_toolbar .p4a_box,
.p4a_table th.p4a_toolbar .p4a_field {
	margin-top: 3px;
}

.p4a_table_navigation_bar .p4a_label {
	width: auto;
	margin-right: 5px;
}

/************/
/* P4A_Grid */
/************/

.p4a_grid_td_disabled {
	background: ;
}

.p4a_grid_td {
	border: 1px solid ;
	border-collapse: collapse;
	margin: 0;
	height:25px;
}

.p4a_grid_text {
	border: none;
	margin: 0;
	padding: 0;
}

.p4a_grid_text:focus {
 	background-image: url(gradient.png);
 	background-position: bottom;
 	background-repeat: repeat-x;
 	border: 1px solid ;
 	outline: 1px solid ;
}

/************/
/* P4A_Menu */
/************/

#p4a_menu {
	background:  url(gradient.png) bottom repeat-x;
	border-bottom: 1px solid ;
}

* html #p4a_menu {
	background-image: none;
}

.p4a_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: static;
	z-index: 20;
}

.p4a_menu table.p4a_widget_layout_table {
	margin: 0;
}

.p4a_menu table.p4a_widget_layout_table td.c1 img {
	margin-left: 5px;
}

.p4a_menu li {
	float: left;
	display: block;
}

.p4a_menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	background-color: ;
	z-index: 40;
	border: 1px solid #ccc;
	width: 120px;
}

* html .p4a_menu ul {
	margin-top: -5px;
}

.p4a_menu ul li {
	width: 120px;
	margin: 0;
}

.p4a_menu li a,
.p4a_menu li div {
	display: block;
	text-decoration: none;
	color: ;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #CCCCCC;
	font-size:15px;
}

.p4a_menu li:hover {
	display: block;
	/*background:  url(gradient.png) bottom repeat-x;*/
	border-bottom: 2px solid #C4161C;
}

.p4a_menu ul ul {
	display: none;
	margin-top: -2em;
	margin-left: 120px;
}

.p4a_menu li:hover ul ul,
.p4a_menu li:hover ul ul ul,
.p4a_menu li:hover ul ul ul ul,
.p4a_menu li:hover ul ul ul ul ul {
	display: none;
}

.p4a_menu li:hover ul,
.p4a_menu ul li:hover ul,
.p4a_menu ul ul li:hover ul,
.p4a_menu ul ul ul li:hover ul,
.p4a_menu ul ul ul ul li:hover ul {
	display: block;
}

/***********/
/* Various */
/***********/

.accesskey {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.row,
.br {
	clear: both;
}

.p4a_shadow {
	padding: 0 6px 6px 0;
}

.p4a_shadow_r {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 6px;
	width: 6px;
	background: url(shadow-r.png) top;
}

.p4a_shadow_b {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 6px;
	height: 6px;
	background: url(shadow-b.png) left;
}

.p4a_shadow_br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: url(shadow-br.png);
}

/* PERSONALIZZAZIONE CAPITALE LAVORO */
#header
{
	width:942px;
}

#header_logo
{
	width:162px;
	height:110px;
	background: url(layout/logo.png?1) no-repeat top left;
	position:relative;
	left:30px;
	float:left;
	margin-top:20px;
}

#header_right
{
	width:700px;
	height:110px;
	float:left;
	position:relative;
	left:80px;
}

#header_right_logo
{
	width:100%;
	height:100px;
	background: #FFFFFF;
	position:relative;
}

#header_right_logo_png
{
	height:42px;
	background: url(layout/logo_regione.png?1) no-repeat top right;
	position:relative;
	top:28px;
	right:30px;
}

#header_right_top_bar
{
	width:100%;
	height:20px;
}

#header_right_top_bar_content
{
	background: url(layout/albodeidocenti.png) no-repeat top left;
	position:relative;
	top:17px;
	width:100%;
	height:20px;
}

#header_bottom
{
	width:100%;
	height:80px;
	top: 16px;
	position:relative;
}

#header_bottom_left
{
	background-color: #0B6EB1;
	width:220px;
	height:100%;
	margin-right:22px;
	float:left;
}

#header_bottom_right
{
	width:700px;
	height:100px;
	background: #F0F0F0 url(layout/header_image.png) no-repeat top left;
	float:left;
}

#header_bottom_right_user_info
{
	margin-top:80px;
	text-align:left;
}
#header_bottom_right_user_info span {
	font-size: 11px;
	margin: 2px;
}

.title_introduzione, .title_autocertificazione
{
	font-family:Arial;
	font-size:18px;
	color:#0054A4;
	margin-bottom:20px;
	margin-top:20px;
}

.content_autocertificazione, .content_list_autocertificazione li
{
	font-size:14px;
}

.content_list_autocertificazione li
{
	margin-top:5px;
	margin-bottom:5px;
}

.content_list_autocertificazione
{
	margin-top:10px;
	margin-bottom:10px;
}

.info_autocertificazione
{
	margin-bottom:10px;
}

.first_content_introduzione p, .first_content_introduzione ul, .first_content_introduzione li, .first_content_introduzione strong, .first_content_introduzione span
{
	font-size:14px;
}

.first_content_introduzione .TestoRosso, .first_content_introduzione strong
{
	font-weight:bold;
}

.first_content_introduzione .TestoRosso
{
	color:#C4161C;
}

.first_content_introduzione p
{
	margin-bottom:10px;
}

.container_fs_anagrafica
{
	position:relative;
	margin-top:20px;
}

.container_lbl_info
{
	clear:both;
	position:relative;
	padding-bottom:20px;
}

.area_didattica
{
	border:1px solid #999999;
	margin-top:25px;
}

.area_didatticacategoria
{
	border:1px solid #999999;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f5f5f5;
}

.area_didattica > div, .area_didatticacategoria div
{
	margin-left:0px;
}

.area_didattica_title
{
	font-size:14px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#333333;
}

.requisito
{
	margin-top:10px;
}

.requisito_tipo
{
	color:#666;
	font-weight:bold;
}

.requisito_valore
{
	color:#333333;
}

.area_didattica a, .area_didatticacategoria a
{
	margin-top:15px;
	float:right;
	margin-right:15px;
	background: url(layout/icon_mail.png) no-repeat top left;
	padding-left:20px;
}

a.mostra_nascondi_requisiti
{
	margin-top:0px;
	float:none;
	background:none;
	padding-left:0px;
}

.area_didattica a:link, .area_didattica a:active, .area_didattica a:hover, .area_didattica a:visited,
.area_didatticacategoria a:link, .area_didatticacategoria a:active, .area_didatticacategoria a:hover, .area_didatticacategoria a:visited
{
	text-decoration:none;
	color:#666;
}

.compile_esperienza
{
	margin-top:10px;
	margin-bottom:10px;
}

.compile_esperienza_title
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size:14px;
	color: #666666;
	font-weight: bold;
}

.compile_esperienza_campo
{
	margin-left:20px;
	margin-top:3px;
	margin-bottom:3px;
}


.q8_tgest_action_invia a:link, .q8_tgest_action_invia a:active, .q8_tgest_action_invia a:hover, .q8_tgest_action_invia a:visited,
.q8_tgest_action_completa a:link, .q8_tgest_action_completa a:active, .q8_tgest_action_completa a:hover, .q8_tgest_action_completa a:visited,
.q8_tgest_action_stampa a:link, .q8_tgest_action_stampa a:active, .q8_tgest_action_stampa a:hover, .q8_tgest_action_stampa a:visited
{
	text-decoration:none;
	color:#333333;
}

.tgest_actions
{
	width:200px;
}

.tgest_actions div
{
	margin-right:5px;
	margin-left:5px;
}

.tgest_actions
{
	margin-right:5px;
	margin-left:5px;
}

.q8_tgest_action_invia_button, .q8_tgest_action_completa_button, .q8_tgest_action_stampa_button, .q8_tgest_action_button
{
	background: url("layout/button_bg2.png") repeat-x scroll center bottom #F0F0F0;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    width: 80px;
}


.q8_tgest_action_annulla_invia_button
{
	background: url("layout/button_bg2.png") repeat-x scroll center bottom #2E5072;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    width: 80px;
    background-color:#F0F0F0;
}

.q8_tgest_action_completa_button
{
	float:left;
	margin-left:0;
	margin-right: 0;
}

.q8_tgest_action_stampa_button
{
	margin: 0;
}

.q8_tgest_action_button
{
	float:left;
	margin-left:5px;
	text-align: center;
}

.q8_tgest_action_button a
{
	text-align: center;
}

.q8_tgest_action_invia_button
{
	float:right;
}

.q8_tgest_action_invia_button a
{
	background: url(layout/icon_mail.png) no-repeat top left;
	text-align: center;
}

.q8_tgest_action_annulla_invia_button
{
	float:right;
}

.q8_tgest_action_annulla_invia_button a
{
	text-align: center;
}

.q8_tgest_action_invia a
{
	background: url(layout/icon_mail.png) no-repeat top left;
	padding-left:20px;
	float:right;
}

.q8_tgest_action_completa_button a
{
	background: url(layout/icon_details.png) no-repeat top left #F0F0F0;
	padding-left:10px;
	text-align: center;
}

.q8_tgest_action_completa a,
{
	background: url(layout/icon_details.png) no-repeat top left;
	padding-left:20px;
	float:left;
}
.q8_tgest_action_view a
{
	background: url(layout/icon_details.png) no-repeat top left;
	padding-left:20px;
	float:left;
}

.q8_tgest_action_stampa_button a
{
	background: url(layout/icon_printer.png) no-repeat top left;
	padding-left:10px;
	text-align: center;
}

.q8_tgest_action_stampa a
{
	background: url(layout/icon_printer.png) no-repeat top left;
	padding-left:20px;
	margin-right:5px;
	margin-left:5px;
}

.display_sezionecontainer
{
	margin-top:20px;
}

.display_sezionecontainer > .display_sezione_titolo
{
	font-size:18px;
	color:#333333;
	font-weigth:bold;
}

.display_sezionecontainer .display_sezione
{
	margin-left:30px;
	margin-top:5px;
	margin-bottom:0px;
}

.display_sezione
{
	border:1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f5f5f5;
}

.display_requisiti
{
	border:1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
}

.display_requisiti > .display_requisiti_titolo
{
	margin-left:15px;
	margin-top:15px;
	font-size:18px;
	color:#333333;
}

.display_sezione > .display_sezione_titolo
{
	margin-left:15px;
	margin-top:15px;
	font-size:14px;
	font-weight: bold;
	color:#333333;
}


.display_sezione_punteggio_massimo
{
	display:block;
	color:#0054A4;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:5px;
}

.display_sezione_punteggio_ottenuto
{
	display:block;
	color:#0054A4;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:5px;
}

.display_sezione_edit_link a:link, .display_sezione_edit_link a:active, .display_sezione_edit_link a:hover, .display_sezione_edit_link a:visited
{
	text-decoration:none;
	color:#333333;
}

.display_sezione_edit_link 
{
	float:right;
}

.display_sezione_edit_link a
{
	
	margin-bottom: 10px;
	float:right;
	margin-right:15px;
	background: url(layout/icon_edit.png) no-repeat top left;
	padding-left:20px;
}

#p4a_top
{
	margin-left:175px;
}

h3
{
	font-weight:bold;
	font-size:14px;
}

.esperienze_fatte, .requisiti_fatti
{
	margin-left:15px;
	font-weight: normal;
}

.requisiti_fatti
{
	margin-top:15px;
}

.esperienze_fatte_item, .requisito_fatto_item
{
	list-style-type: circle;
	font-size: 13px;
	font-weight: bold;
}

.faq_index
{
	margin-bottom:20px;
}

.faq_index > h3
{
	margin-bottom:10px;
}

.faq_index_faq
{
	margin-bottom:5px;
}

.display_faq
{
	margin-top:20px;
	border-top: 1px solid #999999;
}

.display_faq > h3 , .display_faq > p
{
	margin-bottom:10px;
}

.display_faq_top
{
	text-align:right;
	font-size:10px;
}

.esperienze_fatte_valori, .requisito_fatto_valori
{
	margin-left:20px;
	margin-bottom:10px;
}
.esperienze_fatte_valori li, .esperienze_fatte_valori li b, .requisito_fatto_valori li, .requisito_fatto_valori li b {
	font-size: 11px;
}
.header_bottom_left_img
{
	position:relative;
	top:30px;
}
.p4a_label_punteggio
{
	margin-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #d8dded;
	padding: 5px;
	border: solid 1px #0054A4;
}
.p4a_label_punteggio span, .p4a_label_punteggio span b {
	font-size: 16px;
}
.compile_esperienza_number a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-bottom:1px;
}

.help_content
{
	font-size:smaller;
	height:200px;
	overflow-x: hidden;
	-ms-overflow-x : hidden;
	overflow-y: scroll;
	-ms-overflow-y : scroll;
	/*overflow:scroll;*/
	text-align:left;
	margin:10px;
}

.compile_esperienza_number_aggiungi
{
	background: url(layout/icon_add.png) no-repeat top left;
	padding-left:20px;
}

.compile_esperienza_number_chiudi
{
	background: url(layout/icon_close.png) no-repeat top left;
	padding-left:20px;
}

.compile_esperienza_number_elimina
{
	background: url(layout/icon_delete.png) no-repeat top left;
	padding-left:20px;
}

.button_entra_introduzione
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.p4a_label_validation
{
	margin-top:30px;
}

.p4a_label_validation span
{
	font-size:24px;
	font-weight:bold;
	color:#AA0000;	
}

.p4a_label_avviso
{
	margin-top:20px;
}

.p4a_label_avviso span
{
	font-size:14px;
	font-weight:bold;
	color:#AA0000;	
}

/* Home page Amministrazione*/

.adminhome_item
{
	border:1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f5f5f5;
	display: block;
	min-height: 70px;
	padding: 5px;
}
.adminhome_icon {
	width: 64px;
	display: block;
	float: left;
	padding-right: 10px;
}
.adminhome_descrizione {
	padding-top: 10px;
}
.adminhome_descrizione h1, .adminhome_descrizione h1 a:link  , .adminhome_descrizione h1 a:visited  {
	font-size:16px;
	color:#333333;
	text-decoration: none;
}
.adminhome_descrizione h1 a:hover {
	text-decoration: underline;
}

.p4a_button_anchor {
	background: url(layout/cmd_background.png) repeat-x top left;
	border: 1px solid #7B9BBC;
	cursor: pointer;
	height:25px;
	overflow: visible; /* used to fix the IE stretched buttons bug */
	color:#FFFFFF;
	font-size:12px;
	margin: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:9px;
	text-decoration:none;
}

.p4a_browser_ie .p4a_button_anchor
{
	padding-bottom:9px;
	height:16px;
}

.info_container
{
	background: url("layout/info.png") no-repeat scroll left center #CCE0CC;
    border: none;
    border-radius: 4px 4px 4px 4px;
    font-weight:bold;
    font-size: 0.97em;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
}

.warning_container
{
	border: 1px solid #AA0000;
	background: /*#f4e7a8*/ #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-weight:bold;
    font-size: 0.97em;
    margin-top:10px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
}
