/**--------------------------------------------------------
# BT Soccerlift - 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=soccerlift
# Website: http://www.bonusthemes.com
# Support: support@bonusthemes.com
-------------------------------------------------------- **/

/* SYSTEM
-------------------------------------------------------------- */
/* OpenID icon style */
input.system-openid, input.com-system-openid { background: #fff url("http://openid.net/images/login-bg.gif") no-repeat 0 50%; color: #000; padding-left: 18px; }

/* 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 { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; font-size: 12px; text-align: center; }
#system-message dd ul { color: #0055BB; margin: 0 0 10px 0; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; }
#system-message ul li { background: none; }

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message { }
#system-message dd.message ul { color: #FFFF99; margin: 0 0 10px 0; list-style: none; padding: 10px; border: 1px solid #0094D4; background: #001A2B; }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #FF0000; margin: 0 0 10px 0; list-style: none; padding: 10px; border: 1px solid #FF0000; background: #FF9900; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #003363; margin: 0 0 10px 0; list-style: none; padding: 10px; border: 1px solid #003463; background: #CCCCCC; }

/* Debug */
#system-debug     { color: #003363; background-color: #F3F3F3; padding: 10px; margin: 10px 0; }
#system-debug div { font-size: 11px;}

/* OTHER System Messages (ex. contact form) */
#bt_contact_form #system-message { color: #FF0000; margin: 10px 0; list-style: none; padding: 10px; border: 1px solid #FF0000; background: #FF9900; font-weight: bold; font-size: 12px; text-align: center; }