/* CSS Document */
/* dawei.css    */ 
a.item
{
	text-decoration: none;
	color: #1020b0;
}
a.item:hover
{
	color: #0000ff;
}
a.subitem
{
	text-decoration: none;
	color: #1020b0;
}
a.subitem:hover
{
	color: #0000ff;
}

#blurb
{
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	padding: 0px 0px 0px 0px;
}
body
{
	background-color: #ffffee;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 30px;
}
.code
{
	font-family:"Courier New", Courier, mono;
	padding: 0px 0px 0px 20px;
	border: 0px solid #ff0000;
	margin: 0px;
}

.newcode
{
	font-family:"Courier New", Courier, mono;
	margin: 20px;
	border: 1px inset #000000;
	background-color: #eeeeee;
	overflow: auto;
	padding: 10px;
}
.codeMap
{
	font-family:"Courier New", Courier, mono;
	white-space: pre;
	padding: 0px 0px 0px 20px;
	border: 1px solid #aaaaaa;
	margin: 0px;
	line-height: 1.25;
	background-color: #eeeeee;
}

.codevar
{
	font-family: "Courier New", Courier, mono;
}
.content
{
	position: absolute;
}
.contents
{
	padding: 10px 10px 10px 10px; 
	border: 1px solid #000000;
	width: 90%; 
	background-color: #ffffee;
}
.copyright
{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 5px 10px 5px 10px;
}
.def 
{
	color: #000000;
	background-color:#ffffd0;
	margin: 0px;
	text-decoration: none;
	font-weight: 700;
	font-size: smaller;
	cursor: pointer;
}
.drop
{
	border: 0px solid #ff0000; 
	padding: 0px 20px 15px 0px; 
	width: 180px;
	background: url(images/drop.gif) bottom right no-repeat; 
	float: left;
	visibility: visible;
}
.flyout
{
	color: #1020b0;
	background-color:#ffffe0;
	position: absolute;
	visibility: hidden;
	font-weight: bolder;
	font-size: smaller;
	padding: 5px 10px 5px 10px;
	border-style: solid;
	border-width: thin;
	border-color:#666666;
	margin: 0px;
	z-index: 3;
}
h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: large;
	margin: 0;
	font-weight: bold;
	line-height: 1.0;
	
}
.highlight
{
	color: #a00000;
	font-weight: bold;
}
.intro
{
	border-top: 2px none #cccccc;
	padding: 0px 10px 0px 10px;
	display: block;
	visibility: visible;
}
.leadin
{
	padding: 10px 10px 10px 10px; 
	position: relative;
	display: block;
	visibility: visible;
	border-bottom: 1px inset #000000;
	border-top: 1px inset #cccccc;
	z-index: 0;
}
.masthead
{
	padding: 0px 10px 10px 0px;
	display: block;
	visibility: visible;
	border: 0px solid #00ff00;
}
.material
{
	padding: 0px 20px 10px 20px; 
	display: inherit;
	visibility: inherit;
	
}
.page
{
	margin: 2em;
	background-image: url(../images/paper.jpg);
	border: 1px outset #000000;
	padding: 2em;
	position: relative;
}

