/**--------------------------------------------------------
# BT Education - Joomla! Template
# --------------------------------------------------------
# For Joomla! 2.5
# Copyright (C) 2012 Bonusthemes.com. All Rights Reserved.
# @license Copyrighted Commercial Software
# Demo: http://www.bonusthemes.com/demo/?template=education
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
-------------------------------------------------------- **/

/* SYSTEM
-------------------------------------------------------------- */
/* OpenID icon style */
input.system-openid, input.com-system-openid { padding-left: 18px; background: #fff url("http://openid.net/images/login-bg.gif") no-repeat 0 50%; color: #000; }

/* Unpublished */
.system-unpublished { background: #e8edf1; border-top: 4px solid #c4d3df; border-bottom: 4px solid #c4d3df; }

/* System Messages */
#system-message  { margin: 0 0 10px 0; padding: 0; }
#system-message dt { display: none; }
#system-message dd { margin: 0; font-weight: bold; font-size: 13px; text-align: center; }
#system-message dd ul { margin: 0 0 10px 0; list-style: none; }
#system-message ul li { background: none; }

/* Default */
#system-message dt.message { }
#system-message dd.message { }
#system-message dd.message ul { border: 1px solid #AFD3F2; background: #DEEEFA; color: #3A99E1; }
#system-message dd.message ul li { display: inline-block; padding: 8px 10px 10px 30px; margin: 0; background: transparent url("../images/skin1/system/system_message_default_icon.png") no-repeat 5px center; }

/* Notice */
#system-message dt.notice { }
#system-message dd.notice ul { border: 1px solid #EAC572; background: #FFE9AD; color: #B38300; }
#system-message dd.notice ul li { display: inline-block; padding: 8px 10px 10px 30px; margin: 0; background: transparent url("../images/skin1/system/system_message_warning_icon.png") no-repeat 5px center; }

/* Error */
#system-message dt.error { }
#system-message dd.error ul { border: 1px solid #E18B7C; background: #FCCAC1; color: #F33817; }
#system-message dd.error ul li { display: inline-block; padding: 6px 10px 10px 30px; margin: 0; background: transparent url("../images/skin1/system/system_message_error_icon.png") no-repeat 5px center; }

/* Debug */
#system-debug   {  padding: 10px; margin: 10px 0; position: relative; clear: both; color: #58595A; background-color: #F3F3F3; }
#system-debug div { font-size: 11px; }

/* OTHER System Messages (ex. contact form) */
#bt_contact_form #system-message { margin: 10px 0; padding: 10px; font-weight: bold; font-size: 12px; text-align: center; color: #FF0000; list-style: none; border: 1px solid #FF0000; background: #FF9900; }