﻿/*************************************************************************************

mcaconsulting.it e applicazioni intranet

Foglio di stile, Managements Consultants Associated Srl

Data..........: 15/06/2009
Autore........: Carlo Recalcati
Committente...: Managements Consultants Associated Srl

Sito..........: www.mcaconsulting.it / intranet locale
eMail.........: webmaster@carlo.recalcati.name

Tutti i diritti riservati e protetti, (c) 2008 Carlo Recalcati & Managements Consultants Associated Srl

**************************************************************************************/


form, span, div, body, html, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #254A00;
/*	font-family: "Times New Roman", Times, serif; */
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


body {
	margin: 0;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	background-color: #254A00 ;
/*	background: #3F494B url('../images/sfondo.jpg') repeat-x;  #254A00 */
}


#container {
	width: 940px; 
	min-height: 400px; 
	padding: 10px; 
	text-align: left;  
	border: 1px gray solid; 
	margin-top: 40px; 
	margin-bottom: 20px; 
	background-color: white;
}

#header {
	height: 123px;
	background-image: url('../images/sfondo-header-green.2.jpg'); 
	background-repeat: repeat-x;
}

#headerBlank {
	margin-left:40px; 
	width: 200px; 
	background-color: white; 
	height: inherit; 
	text-align: center;
}

.left { float: left; }
.right { float: right; }



.imgcontainer {
	float: left;
	padding:0 6px 6px 0;
    background: white url('../images/dropshadow.jpg') no-repeat right bottom;
  	margin: 20px 20px 10px 5px;
}

.imgcontainer img {
	display:block;
    position: relative;
    top: -5px;
    left: -5px;
    border:1px solid #ccc;
    border-color: #ccc #666 #666 #ccc;
    padding:5px;
	background-color: white;

}



/* Definizione link */
a, a:visited {
	color: #254A00;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a img { border: 0; }


#print a, #print a:visited {
	color: #EA8C00;
	
}

.addressBox {
	font-size: 11px;
/*	font-family: "Times New Roman", Times, serif; */
	font-family: Calibri, sans serif;
	text-align: center; 
	margin-left: 20px; 
	width: 200px; 
	line-height: 16px;
}


.icona {
	margin: 0 3px -3px 3px;
	border: 0;
	}

.onMouse { cursor: default; }
.onMouse:hover { cursor: pointer; }

/* Pulsanti */
.textField {
	font-size: 12px;
}

.button, .save, .textField, select { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 50px;
	}

.save { 
	font-weight: bold;
	}



/* Layout */

#body {
	margin-top: 10px; 
	border-top: 1px orange solid; 
	min-height: inherit; 
	background-image: url('../images/gradient.orange.jpg'); 
	background-position: left top; 
	background-repeat: repeat-x;
}

#bodyMenu {
	margin: -1px 0 40px 40px; 
	line-height: 22px; 
	width: 180px; 
	padding: 20px 20px 0 0; 
	background-color: white;
}

#bodyMenu a {
	background-image: url('../images/PuntoElencoVerde.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#bodyMenu a:hover, #bodyMenu a:active {
	background-image: url('../images/PuntoElencoOrange.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: orange;
	text-decoration: none;
}


#bodyContent {
	padding: 24px 0px 20px 20px; 
	text-align: justify; 
	margin: 0 10px 0 240px;
}


#bodyFooterMenu {
	color: #333333; 
	height: 66px; 
	margin: 20px 0 10px 20px; 
	clear: both;
}

#footer, #footer a {
	font-size: 11px; 
	color: #888888; 
	clear: both;
}



#print {}
#print ul {
	margin: 0 auto;
	padding: 0 auto;
}
#print ol {
	margin: 0 auto;
	padding: 0 auto;
}



/* Tabelle */

.table { 
	border: 1px #999966 outset;
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	}
	
.table td { 
	padding: 2px 5px;
	height: 16px;
	vertical-align: top;
	}
	
.table .table_header {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px #999966 outset;
	white-space: nowrap;
}

.table .table_header a:link, .table .table_header a:visited {
	color: #26261A;
	text-decoration: underline;	
}



.table .table_footer {
	border-top: 1px #999966 outset;
}

.table .table_seek {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px #999966 outset;
	background-color: #D5D5BF;
}


.table .table_nav {
	border-top: 1px #999966 outset;
	background-color: #D5D5BF;
	}

.table .icona {
	margin-left: 0;
}

.table .noresult {
	background-color: red; 
	padding: 5px; 
	color: white;
	font-weight: bold;
	}

/* impostazioni utili tabelle */
.noWrap { white-space: nowrap; }
.table .td-Icona { width: 16px; max-width: 16px; }
.table .td-Data { width: 100px; max-width: 100px; }



/* Agenda */

#PlanTable { }

#PlanTable td { 
	width: 100px;
	border-bottom: 1px gray dotted;
	border-right: 1px gray dotted;
	margin: 0;
	padding: 0;
	}

.PlanTDHover {
	padding: 2px;
	min-height: 98px;
	}
.PlanTDHover:hover { 
	background-color: orange;
	cursor: pointer;
	}
.PlanTDHover a:hover {
	color: red;
	text-decoration: none;
	}
.PlanTDHover span { 
	text-align: left;
	}
.PlanTDHover span p { 
	margin: 0;
	padding: 0;
	}


.EventSep  { border-bottom: 1px gray dotted; }

.busy { 
	background-color: #FFFF99;
	cursor: pointer;
	}
.free { background-color: #CCFFFF; }




/* Box conferma */
.box { padding: 4px; }
.ok {
	background-color:#CCFFCC;
	border: 1px #33CC33 outset;
	margin-bottom: 20px;
	}
.close {
	font-size: 10px;
	font-family: Tahoma;
	}
.close:hover {
	color: lime;
	cursor: pointer;
}



/* Box Immobili in homepage */
.boxImmo {
	width: 140px;
/*	clear: right; */
	float: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 12px;
	text-align: center;
	color: #333333;
}

.boxImmo a, .boxImmo a:visited {
	font-weight: bold;
	font-size: 1em;
	color: #254A00;
	height: 20px;
	}

.boxImmo img {
	margin: 4px auto; 
	border: 1px black outset;
	clear: both;
	max-height: 100px;

/*	float: left; */
}






#ricerca {
	height: 160px; 
	background-color: #152F14;
	border: 2px outset #254A00;
}

#ricerca form {
	padding: 10px;
	color: white;
}

#ricerca form p {
	border-color: green;
	text-align: left;
	font-size: .9em;
	margin: 6px 0;
}

#ricerca form .title {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	color: yellow;
}



#scheda {}
#scheda img {
	border: 1px inset teal;
}
#scheda .miniatura {
	max-height: 50px;
	min-width: 50px;
}
#scheda input {
	font-size: .9em;
	width: 110px;
}



.rss {
	border-top: 1px orange solid; 
	border-bottom: 1px orange solid; 
	padding: 6px 0 10px 0; 
	margin: 40px -20px 0 0; 
	color: #333333;
	line-height: normal;
}

.rss .rss_title {
	font-weight: bold;
	font-size: 1em;
	padding-top: 4px;
}
.rss .rss_description_list {
	font-size: 11px; 
}
.rss_description_list span.rss_id {
	font-size: 11px;
	background: none;
}
.rss_description_list span.rss_id a {
	font-size: 11px;
	background: none;
}


#print div.rss_title {
	font-size: 1.4em;
	padding: 10px 0;
}
#print div.rss_guid {
	text-align: right;
	font-size: .8em;
	padding: 5px 0;
	color: #333333;
}
