/* Yellow Pencil style sheet, CSS1 elements */

/* definitions for html elements */

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	}
	
p, ul, ol, li, table, tr, td, textarea {
	font-family: verdana, arial, sans-serif;
	color: #333333;
	font-size: 12px;
	}
	
h1 {
	font-weight:900;
	color:#ffba00;
	}

h2 {
	color: #333;
	font-weight: 800;
	}
	
/* was dashed */
hr {
	border-top: 1px solid #333333;
	color: #ffffff;
	height: 2px;
	margin: 0px;
	}
	

/* standard selector definitions */

a { color: #006; }
a:link { color: #006; }
a:visited { color: #006; }
a:hover { color: #ffba00; }

.error {
	color: #ff0000;
}

.required {
	font-size: 9px;
	color: #0000ff;
}

.ordersubheader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFF99
}

.ordersubsubheader {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF
}

.inventoryheader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFF99
}

.tableheader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFF99
}

a.selectedtree:LINK { color: #FF0000; }

.LineCardLink
{
    text-decoration: none;
}