/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~                                          ~
~  Individual Investor Stylesheet          ~
~  For Use With Applications and SCREEN    ~
~                                          ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@import url(/BC/css/gw_base_print.css);

/* -----------------------------------------
|                                          |
|  Error Message Controls                  |
|                                          |
------------------------------------------*/

.errormessage {
	background-color: #eee;
	background-image:  url("/BC/images/gw/erroricon.gif");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #c30;
	margin: 0px 5px 10px 0px;
	padding: 5px 5px 5px 5px;
}

.errormessage p {
	color: #c30;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.errormessage ul {
	list-style-type: none;
	margin: .2em .2em .2em .6em;
	padding: 0px 0px 0px 6px;
}

.errormessage ul li {
	background-image:  url("/BC/images/gw/errorbullet.gif");
	background-position: 0 .8em;
	background-repeat: no-repeat;
	color: #333;
	line-height: 1.6em;
	padding-left: .6em;
}