/* NiftyPortal v1.0b21 */
/*                     */
/* Used to indicate error messages from the context */
/* These should be left alone unless you know what you're doing */

/* IE only hacks, for people working with ems */
html, table { font-size: 100%; }

div.stdNoteBox, div.stdWarnBox, div.stdStopBox, div.stdBombBox {
	text-align: left;
	padding: 13px 20px 16px 50px;
	margin: 4px 0px 6px 0px;
	width: 500px;
	border-width: 3px;
	border-style: outset;
	color: #000000;
}

div.stdNoteBox { 
	background: #f0f0f0 url('/nifty/icons/note.bmp') no-repeat 9px 10px; 
	border-color: #66c;
	}

div.stdWarnBox { 
	background: #eef url('/nifty/icons/caution.gif') no-repeat 9px 10px; 
	border-color: #ff0;
	}

div.stdStopBox { 
	background: #fee url('/nifty/icons/stop.gif') no-repeat 9px 10px; 
	border-color: red;
	}

div.stdBombBox { 
	background: #fff url('/nifty/icons/bombc.gif') no-repeat 11px 10px; 
	border-color: #99f;
	}

span.msg {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;	
}

span.explain {
	font-family: geneva, arial, helvetica, sans-serif;
	margin-left: 4px;
	margin-top: 13px;
	font-size: 8pt;
}



/* Things which can be changed, if so desired */
.hide { display: none; }
div.spacer { clear: both; }

fieldset { }	
legend { font-weight: bold; }

fieldset#adminUserSwitchSelect {
	background-color: #DDDDFF; border-color: yellow; }

fieldset#adminUserSwitchSelect form {
	background-color: #DDDDFF; display: inline; font-size: x-small; }

label.formerror	{ color: #ff0000; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
