/* Stili Specifici */
.toolbar_mail {
	min-height:40px;
}
* html .toolbar_mail
{
	height: 40px;
}

.toolbar_messaggio {
	margin-bottom:2px;	
}

.textarea_mail {
	font-size:12pt; 
	font-weight:normal; 
}
.mittente_contenitore {
	overflow:auto; 
	width:96%; 
	height:135px;
	margin-bottom:5px;
	border:1px solid #B2B0A5;
	background-color: #feef39;
}

.mittente_mail {
	width:96%; 
	padding:5px;
}

.destinatari_contenitore {
	overflow:auto; 
	height:135px;
	margin-bottom:5px;
	border:1px solid #dcdcdc;
}

.destinatario_mail {
	width:96%; 
	padding:5px;
	border-bottom:1px solid #dcdcdc;	
}

.destinatario_mail label,.mittente_contenitore label{
	display:inline-block;
	width:70px; 
}

.intestazione_mail {
	background: #a3cce4 url(../images/toolbar_calendar_sfondo.gif) repeat-x;
	border: 1px solid #929085;

	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
}
.ricevuta_ritorno {
	height:15px;
	border:1px solid #B2B0A5;
	background-color: #feef39;
}

#mail_dettaglio {
	background-color: #ffffff;
	position:absolute;
	overflow:auto; 
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
}

#mail_dettaglio a,#mail_dettaglio a:visited {
	display:inline;
	width:auto;
	text-decoration:none;
	color: #1d3959;
}

#mail_dettaglio blockquote
{
  color: blue;
  border-left: 2px solid blue;
  border-right: 2px solid blue;
  background-color: #F6F6F6;
  margin: 2px 0px 2px 0px;
  padding: 1px 8px 1px 10px;
}

#mail_dettaglio blockquote blockquote
{
  color: green;
  border-left: 2px solid green;
  border-right: 2px solid green;
}

#mail_dettaglio blockquote blockquote blockquote
{
  color: #990000;
  border-left: 2px solid #bb0000;
  border-right: 2px solid #bb0000;
}

#messagebody
{
  position:relative;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}

#message-part,
#message-htmlpart
{
  margin-top:10px;	
  padding: 10px 8px;
  border-top: 1px solid #ccc;
}

#message-part pre,
#message-htmlpart pre,
#message-part div.pre
{
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
}

#mail_dettaglio .headers-table,#mail_dettaglio div.headers-attach
{
  width: 98%;
  background-color: #EBEBEB;
  border: 1px solid #ccc;
  margin:5px;
  margin-bottom:0px;
}
#mail_dettaglio table.headers-table tr td
{
  border-bottom: 1px solid #ffffff;
}
#mail_dettaglio table.headers-table tr td.header-title,#mail_dettaglio table.headers-table tr td.subject
{
	font-weight:bold;
}

#mail_dettaglio div.headers-attach a 
{
	padding-left:20px;
	background: url(../images/mail/attachment.png) center left no-repeat;
}
#mail_dettaglio div.headers-attach a.noattach
{
	padding-left:2px;
	background: url();
}

#contMBoxEdit
{
	padding:10px;
}

#composeheader
{
	background-color: #EBEBEB;
  	border: 1px solid #ccc;
	padding:5px;
}

#composeheader label
{
	float:left;
	font-weight:bold;
	width:10%;
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #ffffff;
}

#composeheader input
{
	width:80%;
}

#composeheader br
{
	clear:left;
}

#composeattach
{
  	border: 1px solid #ccc;
	margin-top:5px;
	padding:5px;
	text-align:left;
	display:block;
	padding-left:20px;
	background: #EBEBEB url(../images/mail/attachment.png) center left no-repeat;	
}

#composefooter
{
	padding:5px;
	text-align:right;
	font-weight:bold;
	display:block;
}

#DataFCKeditor,#DataTextarea 
{
	margin-top:5px;
	width:99%;
	height:250px;
	overflow:auto;
	border:1px solid #ccc;
}

#tMail  {
	overflow-y: auto;  	
    height: expression( this.scrollHeight > 189 ? "190px" : "auto" ); /* sets max-height for IE */
    max-height: 190px; /* sets max-height value for all standards-compliant browsers */
}
