﻿/*
*******************************************************************************
Default CSS / 3 Columns - Layout
by mkythethinker
*******************************************************************************
*/
body
{
	font-family: 'LucidaGrande' , 'Lucida Grande' , 'Sans-Serif';
	font-size: 10pt;
	margin: auto;
	padding: 0px;
	background-color: white;
}
a
{
	text-decoration: none;
	color: #747474;
}
a:hover
{
	color: #EC660E;
	font-weight: bold;
}

h1
{
	color: black;
	border-bottom: dotted 1px gray;
}
h2
{
	color: black;
	border-bottom: dotted 1px gray;
	font-size: 15pt;
}
h3
{
	color: black;
	border-bottom: dotted 1px gray;
	font-size: 12pt;
}
h4
{
	color: black;
	border-bottom: dotted 1px gray;
	font-size: 10pt;
}
hr
{
	border: solid 0.1px #E55400;
	border-style: dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 0px;
}
select
{
	border: solid 1px #A4A5A6;
	background-color: #E5E5E5;
}
input
{
	border: solid 1px #A4A5A6;
}
img
{
	border: 0px;
}
fieldset
{
	border: none;
	padding: 5px;
	
	background-image: url(fieldset.png);
	background-repeat: repeat-y;
	background-position: left;
	border:dotted 1px gray;
	
}
textarea
{
	border: solid 1px #A4A5A6;
	background-color: #F5F5F5;
}
select
{
	font-size: 0.9em;
	border: solid 1px #A4A5A6;
	background-color: #F5F5F5;
}
fieldset legend
{
	padding: 5px;
	color: black;
	font-weight: bold;
}
.button
{
	padding-bottom: 4px;
	background-image: url(input.png);
	height: 28px;
	font-size: 0.8em;
	border-bottom: solid 1px #9e6711;
	border-right: solid 1px #9e6711;
	border-top: solid 1px #f2ca8d;
	border-left: solid 1px #f2ca8d;
}
/*
*******************************************************************************
Header Box
*******************************************************************************
*/
#header
{
	margin: 0px;
	height: 90px;
	background-color: white;
	border-bottom: solid 1px #B7B3B3;
	clear: both;
	background-image: url(header_skin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-width: 900px;
}
#header #company_logo
{
	height: 90px;
	width: 300px;
	background-image: url(company_logo.png);
	background-repeat: no-repeat;
	float: left;
}
#header a
{
	color:Black;
	
}
#header .brand_menu
{
	min-width:900px;
	width:100%;
	margin-top:75px;
	position:absolute;
	font-size: 9px;
	color: #533D2D;
	font-size:10px;
	
	
}
.brand_menu .system_menu
{
	text-align:center;
	margin-left:10px;
	float:left;
	position:absolute;
	top:-13px;
	left:5px;
}
.brand_menu .user_menu
{
	margin-left:140px;;
}
.brand_menu .user_menu .item
{
	height:14px;
	float:left;
	background-image:url(header_item.png);
	background-repeat:no-repeat;
	border:solid 1px #B7B3B3;
	padding-right:10px;
	padding-left:10px;
}
#header a:hover
{
	color: Black;
}

#header #commandBar
{
	height: 30px;
	border: solid 1px #C0C2C2;
}
#header #commandBar img
{
	float: left;
}
#hLinkBar
{
	font-size: 10pt;
	clear: both;
	padding: 0px;
	height: 33px;
	background-color: #FC7F2C;
}
.navigator
{
	font-size: 10px;
	border-bottom: solid 1px lightgray;
	background-image: url(section.png);
	background-repeat: repeat-x;
	height: 16px;
	color: Black;
	padding-left: 10px;
}
.navigator img
{
	margin-top: -4px;
}
.navigator a
{
	color: black;
}
.navigator .link_selected
{
	font-weight: bold;
	color: black;
}
/*
*******************************************************************************
Login Box
*******************************************************************************
*/
#loginPage
{
}
#loginPage
{
	background-color: #d8d4d2;
}
#loginBox
{
	background-image: url(loginbox.png);
	background-position: center;
	background-repeat: repeat-x;
	top: 100px;
	position: relative;
	height: 200px;
}
#loginBox #accessBox
{
	width: 300px;
	margin: auto;
	font-family: Terminal;
	position: relative;
}
#loginBox h1, h2, h3
{
	font-size: 12pt;
	margin-left: 25px;
	padding: 3px;
}

#loginBox .login_field
{
	width: 200px;
	padding: 3px;
}
#loginBox .error
{
	color: Red;
	font-weight: bold;
	padding: 3px;
}
/*
*******************************************************************************
Menu Items
*******************************************************************************
*/
.menuItem
{
	width: 120px;
	height: 33px;
	float: left;
	background-image: url(menuItem.png);
}
.menuItem:hover
{
	float: left;
	background-image: url(menuItem_hover.png);
}
.menuItem a
{
	margin-left: 12px;
	margin-top: 12px;
	position: absolute;
	font-weight: bold;
	color: #3E3E3E;
}
.menuItem a:hover
{
	color: #000000;
	text-decoration: underline;
}

#toolTipBox
{
	margin: auto;
	text-align: left;
	background-color: #EC660E;
	border: solid 1px black;
	padding: 5px;
	padding-top: 15px;
	font-size: 11px;
	position: absolute; /*z-index: 200;*/
	color: Black;
	visibility: hidden;
	z-index: 10;
	word-spacing: 2pt;
}
/*
*******************************************************************************
Left Box
*******************************************************************************
*/
#leftBox /*Il box del menù*/
{
	width: 140px;;
	min-height: 550px;
	float: left;
	clear: both;
	border-right: solid 1px #B7B3B3;
	background-color: White;
	font-size: 9pt;
}
#leftBox .section /*Indica una voce di sezione*/
{
	height: 16px;
	font-weight: bold;
	color: #533D2D;
	text-align: center;
	font-size: 0.9em;
	text-transform: uppercase;
	background-image: url(section.png);
	background-position: right;
	background-repeat: no-repeat;
}
#leftBox .menuItem_box /*Pulsante all'interno del menù*/
{
	height: 30px;
	width: 140px;;
	background-image: url(li.png);
	background-position: left;
	background-repeat: repeat-x;
	text-align: left;
	border-bottom: dotted 1px #B7B3B3;
}
#leftBox .menuItem_box:hover
{
}
#leftBox .menuItem_box a
{
	margin-left: 20px;
	margin-top: 10px;
	position: absolute;
	color: Black;
}
#leftBox .menuItem_box img
{
	margin-left: 1px;
	margin-top: 4px;
	position: absolute;
}
#leftBox .counter
{
	background-image: url(counter_rect.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	margin-top: -21px;
	margin-left: 40px;
	height: 20px;
	width: 50px;
	padding-top: 3px;
	color: black;
	font-weight: bold;
	font-size: 10px;
}
.generic_report
{
	padding: 4px;
	margin: 5px;
	font-size: 12pt;
	line-height: 17pt;
}
/*
*******************************************************************************
Center Box
	It rappresents the Content page dinamycally displayed on the site.
*******************************************************************************
*/
#centerBox
{
	min-width:900px;
	margin-left: 140px;
	min-height: 700px;
	padding: 3px;
	background-color: #ffffff;
	background-image: url(fieldset.png);
	background-repeat: repeat-y;
	background-position: left;
}

#centerBox .bold
{
	font-weight: bold;
}
#centerBox br
{
}
#centerBox .pageTitle
{
	color: #48636C;
	font-size: 11pt;
	font-weight: bold;
}
#centerBox #titleBar
{
	color: #EC660E;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: dotted 1px gray;
	height: 20px;
}
#centerBox #titleBar img
{
	float: left;
}
/*
	CommandBox
		Itrappresents the upper page box where controls like button are displayed for tipical actions.
		It must be contained in the CenterBox only
*/
#centerBox #commandBox
{
	border: none;
	padding: 10px;
	border-left: dotted 1px #E8A469;
	border-bottom: dotted 1px #E8A469;
	border-top: dotted 1px #E8A469;
	background-image: url(fieldset.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 25px;
}

#centerBox #commandBox .item
{
	border-left: dotted 1px #E8A469;
	height: 25px;
	min-width: 100px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(item_folder.png);
	background-repeat: no-repeat;
	background-position: left;
}
#centerBox #commandBox .item:hover
{
}
#centerBox #commandBox .item a
{
	margin-top: 5px;
	margin-left: 21px;
	font-weight: bold;
}
#centerBox #commandBox .item a:hover
{
	border-bottom: dotted 2px #E8A469;
}
#centerBox #commandBox img
{
	border: 0px;
	margin: 0px;
}
#centerBox #filterBox
{
	width: 300px;
	padding: 10px;
	border-bottom: inset 1px gray;
}
#centerBox .filterBox
{
	width: 300px;
	padding: 10px;
	border: dotted 1px gray;
}

#centerBox .textbox
{
	background-image: url(textbox.png);
	font-size: 8pt;
	padding: 3px;
}
#centerBox #reportBox
{
	margin: auto;
	padding: 5px;
}

#centerBox #reportBox .outOfResult
{
	height: 60px;
	width: 300px;
	padding: 10px;
	font-weight: bold;
	color: Red;
	font-size: 13pt;
}
#centerBox #reportBox .outOfResult img
{
	float: left;
}
#centerBox #reportBox .outOfResult .outResultText
{
	float: left;
	margin-left: 30px;
}
#centerBox #subSectionMenu
{
	border-bottom: dotted 1px #E55400;
}
#centerBox #reportBox
{
	margin: auto;
	padding: 5px;
	border-left: dotted 1px #c0c0c0;
}
#centerBox #reportBox table td
{
	border-bottom: dashed 1px #c0c0c0;
	height: 20px;
}
#centerBox hr
{
	border: solid 0.1px #b1b1b1;
	border-style: dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 0px;
}
#centerBox input:hover
{
	border: solid 1px #FC7F2C;
}
/*
*******************************************************************************
Right Box
*******************************************************************************
*/
#rightBox
{
	width: 120px;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	padding: 1px;
}
#rightBox ul
{
	list-style-type: square;
	font-size: 8pt;
}
#rightBox h1, h2, h3, h4
{
	border: none;
}
/*
*******************************************************************************
Footer Box
*******************************************************************************
*/
#footer
{
	padding: 10px;
	height: 20px;
	clear: both;
	background-color: #E7680A;
	color: White;
	font-style: italic;
	border-top: solid 1px black;
	background-image: url(notify.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}
#footer a
{
	color: gray;
}
/*
*******************************************************************************
Tables
*******************************************************************************
*/

.table_result
{
	width: 100%;
	color: Black;
	font-weight: normal;
	font-size: 8pt;
	padding: 2px;
}

.table_result .bolded
{
	font-weight: bold;
}
.table_result td
{
	border-bottom: dashed 1px #c0c0c0;
	vertical-align: top; /* Safari compatibile*/
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}
.table_result th
{
	text-align: left;
	background-image: url(th_texture.png);
	background-repeat: repeat-x;
	height: 28px;
	border-bottom: inset 1px #B5B2C1;
	border-right: inset 1px #B5B2C1;
	font-size: 7pt;
	padding: 3px;
	color: #73717A;
}
.table_result th a
{
	color: #73717A;
}
.table_result th a:hover /*hover header style*/
{
	color: #73717A;
	text-decoration: underline;
}
.table_result .default_column
{
	height: 20px;
	border-right: 1px solid #C7C7C7;
}
.table_result .hidden_column
{
	height: 20px;
	border-right: 1px solid #c0c0c0;
	display: none;
}
.table_result .right_column
{
	text-align: right;
	width: 150px;
}
.table_result .default_row
{
	height: 20px;
	border-right: 1px solid #c0c0c0;
}
.table_result .default_row:hover
{
	background-color: #FC7F2C;
}
.table_result .default_cell
{
	height: 20px;
	border-right: 1px solid #c0c0c0;
}
/*alt_row lasciato in questa dicitura perchè in tutte le tabelle c'è questo riferimento, da cambiare*/
.table_result .alt_row
{
	background-color: #eeeeef;
	border: none;
}
.table_result .alt_row:hover
{
	background-color: #FC7F2C;
}
.note
{
	border-bottom: dotted 2px #FC7F2C;
}
.table_result .pager
{
	font-size: 10pt;
	font-weight: bold;
	color: #FC7F2C;
	width: 40px;
}
.table_result .pager a
{
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

.table_result_compact
{
	font-size: 7pt;
}
.table_result_compact th
{
	border-bottom: dotted 1px #FC7F2C;
}
.table_result_compact td
{
}
.ticket_list
{
	background-color: #EEEEED;
	border: dotted 1px #FC7F2C;
}
.ticket_editor
{
	background-color: #EEEEED;
	border: dotted 1px #FC7F2C;
	height: 380px;
	min-width: 600px;
	padding: 5px;
}
.ticket_editor textarea
{
	width: 100%; /*:(*/
	height: 260px;
}
#tipsBox
{
	padding: 5px;
	text-align: justify;
	font-size:9pt;
	border-bottom: inset 1px gray;
}
.warning
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}
.infoBox
{
	height: 80px;
	font-size: 15pt;
	color: #EC660E;
	text-align: center;
}
#report_legend
{
	font-size: 9pt;
	padding: 10px;
	font-weight: bold;
}
/*
*******************************************************************************
SHOP BOXES
*******************************************************************************
*/

.boxOfferta
{
	font-weight: normal;
	width: 600px;
	float: left;
	padding: 10px;
	font-size: 8pt;
	border: none;
	padding: 10px;
	border-left: dotted 1px gray;
	border-top: dotted 1px gray;
	background-position: left;
}

.boxOfferta .id
{
	font-weight: bold;
}
.thumbnailed_box br
{
}
/*
*******************************************************************************
ALTRI
*******************************************************************************
*/

.detailsBox
{
}
.detailsBox .left
{
	width: 400px;
	float: left;
}
.detailsBox .right
{
	width: 400px;
	float: left;
}
.detailsBox .title
{
}

.panelCommand
{
	height: 60px;
	width: 50px;
	float: left;
	border: solid 2px transparent;
	padding-bottom: 15px;
	margin: 15px;
	text-align: center;
	font-weight: bold;
	color: #C4550A;
}
.panelCommand .item
{
	background-image: url(push_button.png);
	width: 47px;
	height: 47px;
}
.panelCommand .item:hover
{
	background-image: url(push_button_hover.png);
}
.panelCommand:hover
{
	border-bottom: dotted 2px #FC7F2C;
}
.panelDivider
{
	margin-top: 20px;
	border: solid 1px #FCCFA7;
	height: 50px;
	float: left;
}
.bolded
{
	font-weight: bold;
}
.info
{
	border-bottom: dotted 1px gray;
}

#block_notes
{
	background-color: #F1EF65;
	border: solid 1px gray;
}
#block_notes textarea
{
	border: none;
	background-color: Transparent;
	padding: 10px;
}

.dialogBoxShadow
{
	width: 800px;
	background-color: #73717A;
	margin-left: 10px;
}
.dialogBox
{
	margin: 20px;
	line-height: 20px;
	width: 810px;
	border: solid 1px black;
	background-color: White;
	position: relative;
	top: -10px;
	left: -10px;
}

.dialogBox #title
{
	height:20px;
	padding:0px;
	padding-left:10px;
	margin:0px;
	width:800px;
	background-image:url(titlebar.png);
	color:Black;
	top:-15px;
	
}
.dialogBox #content
{
	padding:20px;
}