/*
 * lamprechttracing Style Sheet
 *
 * @author <a href="mailto:painter@kiasoft.com">Jeffery Painter</a>
 * @version $Id: newapp.css,v 1.2 2003/12/09 17:08:16 painter Exp $
 */


/*
 * body
 */
body { 
	color: #333; 
	font-size: 10px; 
	font-family: verdana,geneva,helvetica; 
	background-color: #ffffff
	SCROLLBAR-BASE-COLOR: #ECEDEC;
	SCROLLBAR-ARROW-COLOR: white;
}

/*
 * Standard application links
 */
a:link    { color: #314894; font-size: 12px; text-decoration: none; background-color: transparent }
a:visited { color: #314894; font-size: 12px; text-decoration: none }
a:hover  { color: #314894; text-decoration: underline; }

/*
 * table setup
 */
table { color: #3333; font-size: 10px; margin-top: 0px; margin-left: 0px; }
tr { color: #333; font-size: 10px }
td { color: #333; font-size: 10px }

p {}

.warning { border: solid 1px #D00000; background-color: #fff0f0; }
.warning .label { background-color: #D00000; color: #ffffff; font-size: 10px; text-align: left }

.success { border: solid 1px #00D000; background-color: #f0fff0; }
.success .label { background-color: #00D000; color: #ffffff; font-size: 10px; text-align: left }

.code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
.codefrag {	font-family: "Courier New", Courier, monospace; }

.menu .heading { color: #3333DD; font-family: verdana,geneva,helvetica; font-size: 12px; text-decoration: underline; margin-left: 2px; }
.menu { margin: 0px; padding: 3px 8px 5px 3px;  font-size : 90%;  }
.menu a:hover { color: #0000ee; text-decoration : none; }
.menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
.menu li  { font-weight : bold; }
.menu ul ul li .sel { font-weight : normal; }
.menu ul ul li  { font-weight : normal; }

/*
 * small user input
 */
.smallIO { color: #0000FF; font-size: 15px; font-family: verdana,geneva,helvetica; }

