/* Leadership Component CSS */

/* Send Email Button */
.send_form {font-family:Tahoma,Helvetica,Arial,sans-serif; font-size:10pt; background:#FFFFFF url("send.png") no-repeat top; border:1px solid #CCCCCC; padding:35px 5px 5px 5px;}
.send_form:hover {background-color: #f0f0ee; border: 1px solid #999999;}

/* System Messages */
#message    { margin-bottom: 10px; padding: 0;}
#message dt { font-weight: bold; }
#message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#message dt.message { display: none; }
#message dd.message ul { color: #0055BB; background: #c0d2e8 url(../../templates/system/images/notice-info.png) 4px center no-repeat; border-top: 3px solid #84a7db; border-bottom: 3px solid #84a7db;}

/* System Error Messages */
#message dt.error { display: none; }
#message dd.error ul { color: #c00; background: #E6C0C0 url(../../templates/system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#message dt.notice { display: none; }
#message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

