/* 
	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {	color: #CC0000;	background: inherit;}
/* a {	color: #E0691A;	background: inherit;} */
a:hover { color: #6C757A; background: inherit; }


/*h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }*/
h1 { font: normal 2.4em Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	height: 70px;
	background: #fff url(/Images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 350px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(/Images/menubg.gif) repeat-x;
}

	.bar li { 
		padding: 6px 10px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(/Images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
/* search form */
.search_field { 
	background: #fff url(/Images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(/Images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		/*background: #E0691A url(/Images/submit.gif) no-repeat;*/
		background: #CC0000 url(/Images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.totalContent {
	width: 980px;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(/Images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(/Images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 6px 18px 6px 18px; 
		text-align: justify;
		font: 110% "Trebuchet MS", Arial, Sans-Serif;
	}

.boxContent {
	font: 1.1em Tahoma, Arial, "Trebuchet MS" , sans-serif; 
	line-height: 180%;	
	text-align: justify;
	padding-right: 5px;
}		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #BDBDBD  url(/Images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		/*color: #414141;*/
		color: #6c6c6c;
		padding: 8px;	
		margin: 0 0 3px 0;
		font: 1.0em Tahoma, Arial, "Trebuchet MS" , sans-serif; 
		line-height: 150%;
		text-align: justify;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer 
{ 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

.footer a { color: #808080; background: #fff; }

/* Personal styles */

.FotoStabilimento
{
	/*border: 10px solid #666;*/
	background-color: #ccc;
	padding: 5px 5px;
	text-align: center;
	margin: 0 auto;
}

.error
{
	border: 1px solid #666;
	padding: 15px 5px 5px 5px;
	color: #f33;
	display: block;
	clear: both;
	background-color: #ddd;
}

/* Form fields */

.formField
{
	display: block;
	margin-bottom: 15px;
}

.formFieldSubmit
{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

input.textboxField 
{ 
	width: 293px; 
	border: 0;
	background: #FFF url(/Images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
	margin: 0 0 0 3px;
}

textarea.textboxField 
{ 
	font: 1.1em Tahoma, Arial, "Trebuchet MS", sans-serif; 
	width: 292px; 
	border: 0;
	background: #FFF url(/Images/input-textarea.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
	margin: 0 0 0 3px;
}

label.fieldTitle 
{ 
	display: block;
	float: left;
	width: 160px; 
	border: 0;
	padding: 4px; 
	font-weight: bold;
	margin: 0 0 0 3px;
}

span.fieldTitle 
{ 
	display: block;
	width: 260px; 
	border: 0;
	padding: 4px; 
	font-weight: bold;
	margin: 0 0 0 3px;
}

.fieldValue table
{
	display: block;	
}

.FileTree_SelectedNode
{
	background-color: #ff6;
}

.login label { clear: left; }

/*
ACCORDION
*/

.accordionHeader, .accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    font-weight: bold;
    padding: 2px;
    padding-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    background: #FF9148 url(/Images/menubg.gif) repeat-x;
}

.accordionContent
{
    background-color: #f5f5f5;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 10px 10px 10px 10px;
} 

/*.accordionContent img { float: left; margin: 10px 10px 10px 10px; } */
.accordionContent img { margin: 10px 10px 10px 10px; }

.panelCertificazione { margin-top: 25px; border-top: 1pt solid #ccc; }

.panelCertificazione .titolo
{
	display: block;
	font-size: 150%;
	font-weight: bold;
}

.panelCertificazione .descrizione
{
	margin-top: 5px;
	text-align: justify;
	display: block;
}

.panelCertificazione .scaricaDocumenti { margin-top: 5px; font-style: italic; }
.panelCertificazione img { margin-left: 5px; vertical-align: middle; }

.titoloProdotto
{
	clear: left;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.mpContainer
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.mpHeader
{
    background: url(/Images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.mpHeader .mpMsg { font-weight: bold; }         

.mpBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
    text-align: center;
} 

.mpBody .mpMsg
{
    background: url(/Images/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 42px;
    padding-right: 18px;
    text-align: left;
}  

.mpBody .mpInfo
{
    background: url(/Images/sprite.png) no-repeat 0px -1200px;	
    float: left;
    padding-left: 42px;
    padding-right: 18px;
    text-align: left;
} 

.mpBody .mpAlert
{
    background: url(/Images/sprite.png) no-repeat 0px -1900px;	
    float: left;
    padding-left: 42px;
    padding-right: 18px;
    text-align: left;
} 

.mpFooter
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.mpClose
{
    right: 7px;	
    background: url(/Images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}     

.productImage
{
    float: left;
    margin: 10px 10px 10px 10px;
}

div.message{margin: 0 0px  2em;padding: 15px 15px 15px 70px;border:solid;border-width:2px 0px;background:#F0F0F0}
div.message p{margin: 0 0 1em}
div.message.info{background: #EAEBF7 url(/Images/info32.png) no-repeat 20px 50%;border-color: #8E9AFF}
div.message.warning{background: #FFF0BA url(/Images/warning32.png) no-repeat 20px 50%;border-color: #E87C29}
div.message.question{background: #E4F6DE url(/Images/help32.png) no-repeat 20px 50%;border-color: #8FDC79}
div.message.error{background: #FFD8D6 url(/Images/error32.png) no-repeat 20px 50%;border-color: #FF0038} 


#mySlideShow
{
width: 400px !important;
height: 200px !important;
}

.secureMenu_Utenti { background-image: url(/Images/icons/user_suit.png) !important; }
.secureMenu_Certificazioni { background-image: url(/Images/icons/report.png) !important; }
.secureMenu_PostiDiLavoro { background-image: url(/Images/icons/group_gear.png) !important; }
.secureMenu_Varie { background-image: url(/Images/icons/package_green.png) !important; }
.secureMenu_Prodotti { background-image: url(/Images/icons/briefcase.png) !important; }

.separator { display:block; margin-bottom: 0.6em; }

.OpenJobsTitle { font-weight: bold; }
.OpenJobs_NoJobs { display: block; font-weight: bold; text-align: center; margin-top: 2em; text-decoration: underline; }

.center { text-align: center; margin: 0 auto; }

.command { display: block; width: 40px; }

.MultiFileUploader { border: solid 1pt #900; padding: 10px 10px 10px 10px; }
.MultiFileUploader a { font: 1em Arial, "Trebuchet MS", Tahoma, sans-serif; color: #E0691A; background: inherit; }
.MultiFileUploader a:hover { font: 1em Arial, "Trebuchet MS", Tahoma, sans-serif; color: #6C757A; background: inherit; }

.invisible { display: none; }

.DirectoryBrowser
{
	float:left;
	width: 300px;
}

.FileBrowser
{
	
}

.seResult { line-height: 130%; }

.seTitleLink { line-height: 170%; }

.seSummary { color: #6c6c6c; }

.seUrlLink { color: #999; font-size: 90%; }

.seNoResult { margin-bottom: 20px; display: block; font-size: 120%; font-weight: bold; }

.seInfo { margin-bottom: 20px; display: block; font-size: 120%; font-weight: bold; color: #555; }

.boxContent li {list-style-type: disc; margin-left: 2em;}
.boxContent ul {margin: 1em 0;}