/*********************************************************************
 * System : (TWEEK!DM)
 * Scope : Public Interface
 * Module : MESSAGES CSS DEFINITIONS
 * Description : Global Message CSS definitions
 * File : /www/admin/css/twkdm_messages.css
 * Production by : (TWEEK!) - 19 Apr 2006
 *
 * NOTE: removal of this header infringes the Intellectual Property rights of
 * the Author of this document. The Author of this document/script provides
 * limited warranty for its use ONLY in the case where this script, or any
 * component script that this script may implement in its execution, remains
 * unchanged or is changed only by the Author of the document, or someone
 * approved by and assigned to the task by the Author of this document.
 *
 * Please add versioning information below as required.
 *
 * @link http://www.tweek.com.au/
 * @author Ray Cauchi (TWEEK!) <ray@tweek.com.au>
 * @version 1.0 (19 Apr 2006)
 * @copyright 2012, (TWEEK!)
 * @package TWK-DM-Public
 * @subpackage CSS
 *
/*********************************************************************
------------ Global ERROR definitions
*/
 html>body #errormsg li, html>body #noticemsg li{
	width: auto;
}

div#errormsg,
div#warnmsg,
div#noticemsg{
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 97%;
}

div#errormsg ul,
div#warnmsg ul,
div#noticemsg ul{
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#errormsg li,
div#warnmsg li,
div#noticemsg li{
	color: #ffffff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 0.04em;
	padding: 3px 3px 3px 6px;
	text-align: left;
	width: auto;
}

/********************************************************************
------------ FATAL ERROR definitions
*/
div#errormsg{
	background-color: #990000;
}

div#errormsg li{
	background-color: #990000;
	border-bottom: 1px solid #cc7f7f;
	border-left: 9px solid #b13d3d;
	border-right: 9px solid #b13d3d;
	border-top: 1px solid #cc7f7f;
}

/********************************************************************
------------ WARNING definitions
*/
div#warnmsg{
	background-color: #cc6633;
}

div#warnmsg li{
	background-color: #cc6633;
	border-bottom: 1px solid #e5b299;
	border-left: 9px solid #d88b64;
	border-right: 9px solid #d88b64;
	border-top: 1px solid #e5b299;
}

/*********************************************************************
------------ SUCCESS MESSAGE definitions
*/
div#noticemsg{
	background-color: #336633;
}

div#noticemsg li{
	background-color: #336633;
	border-bottom: 1px solid #99b299;
	border-left: 9px solid #648b64;
	border-right: 9px solid #648b64;
	border-top: 1px solid #99b299;
}

/*********************************************************************
------------ DEBUGGING MESSAGE definitions
*/
span.sqldebug, span.error{
	background-color: #ffffff;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

span.vmsg{
	background-color: transparent;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

span.vmsg_future{
	background-color: transparent;
	color: #00539F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div#debug{
	background-color: #ffffff;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}