/* $Id: binarycloud.css 7929 2004-07-26 19:26:56Z purestorm $
 *
 * The base binarycloud CSS
 */

/* The following CSS rules apply to the error handler's output.
 */

ul.bc_error
{
	border-left: 3px solid #F30;
	background-color: silver;
	
	/* make the list un-listish */
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	margin-bottom: 1em;
}

ul.Location
{
	/* make the list un-listish */
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 1em;
}

ul.Location > li
{
    margin-top: 0;
    margin-bottom: 0;
}

pre.Parameter
{
	background-color: #FFC;
	margin: 0 1em 0 1em;
}

span.ErrorLineNumber
{
    background-color: red;
    color: white;
}

span.LineNumber
{
    color: #333333;
}

div.spacer
{
    clear: both;
    height: 0px;
}