/* Mail */
div.inbox {position:relative; height:28px;}
div.inbox span {display:block; float:left; width:90px; padding:3px 0 3px 0; background:url('../im/mail_cat1_bkg.gif') no-repeat;}
div.inbox span.sel {background:url('../im/mail_cat2_bkg.gif') no-repeat;}
div.inbox span a, div.inbox span b {display:block; padding:4px 20px 4px 30px; background:url('../im/ico_mail_inbox.gif') 5px 50% no-repeat;}
div.inbox span a.sent, div.inbox span b.sent {background:url('../im/ico_mail_sent.gif') 5px 50% no-repeat;}

.mailInfo {position:absolute; margin:0; padding:0; left:200px; top:5px;}
a.reply {padding:4px 6px 5px 32px; font:10px verdana,sans-serif; color:#000; text-decoration:none; background:#ccc url('../im/ico_reply.gif') 6px 50% no-repeat; border:1px #ccc outset; margin-bottom:10px;}
table.msgList {font-size:11px; font:11px arial,sans-serif;}
table.msgList tr:hover {background:#e0e0e0;}
table.msgList td {padding:8px; border-bottom:solid 1px #ccc;}
table.msgList td.fresh {font-weight:bold; color:#333;}
table.msg th, table.msg td {padding:7px;}

a.tendinaLink {color:#333; text-decoration:none;}
a.tendinaLink:hover {text-decoration:underline;}
.tendinaItems {display:none;}
#tendina {display:none; position:absolute; z-index:500; width:150px; border:solid #999 1px; background:#ddd; padding:4px 8px; font:10px verdana;}
	#tendina a {display:block; border-bottom:solid 1px #ccc; text-decoration:none; padding:2px 0 3px 12px; background:url('../im/ico_doc.gif') 0 50% no-repeat;}
	#tendina a:hover {color:#000;}

/* Ajax new msg form */
#msgIframe {position:absolute; left:0; top:0; width:100%; height:100%; z-index:400; display:none;} /* The following is an invisible Iframe, used to cover Select-one form fields and real Iframes, and Flash movies */
#msgDiv {position:absolute; left:0; top:0; width:100%; height:100%; background:#000; z-index:500; display:none;}
#msgSpan {display:none; position:absolute; z-index:600; left:0; top:0; width:700px; height:450px; border:solid 10px #ccc; background:#fff;}
	#msgOK {display:none; left:160px; top:130px; position:absolute; z-index:700; padding:20px 20px 20px 110px; border:solid 10px #333; background:#fff url('../im/msgOK.png') 20px 20px no-repeat;}
