@charset "utf-8";
body {
	/* background-image:url(/images/stripebg1.png); background-repeat:repeat; */
	/* background-image:url(/images/wood030.jpg); background-repeat:repeat; */
	background-color:#333333;
	text-align:center;
	font-size:9.5pt;
	line-height:16px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
div#page-wrap {
	width:800px;
	margin:0 auto 0 auto;
}

div#page-header div {
	background:url(/images/header_sq.png) no-repeat left 20px;
	height:80px;
	width:780px;
	margin:0 auto;
	color:#FFF;
	line-height:85px;
	font-size:3em;
	padding-top:13px;
	text-align:left;
	padding-left:20px;
	text-align:center;
	font-weight:bold;
}

div#content-wrap {
	width:800px;
	margin:0px auto 0 auto;
	/* background-image:url(/images/content-top.png);
	background-repeat:no-repeat; */
	background-color:#f0f0f0;
	padding-top:20px;
}

div#content {
	background:#f0f0f0;
	background-image:url(/images/notesbg.png);
	background-repeat:no-repeat;
	background-position:50px 20px;
	height:750px;
	text-align:left;
	position:relative;
}
div#content div#primary {
	padding:0 10px 10px 10px;
}
div#content-bottom {
	/*background-image:url(/images/content-bottom.png);
	height:20px;*/
	height:0px;
}

div#menu-wrap {
	background-image:url(/images/pmenubg.png);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	margin:-10px 0 10px 0;
	/* border-bottom:solid #404040 1px; */
}
div#menu-wrap div.menu-item {
	width:190px;
    text-align:left;
	float:left;
	font-weight:bold;
	font-size:1.1em;
	padding-top:10px;
	margin-left:10px;
}
div#menu-wrap div.menu-item a {
    color:#6a95dd;
	text-decoration:none;
}
div#menu-wrap div.menu-item a:hover {
    color:#f2f171;
	text-decoration:none;
}
div#hitcount {
	margin-top:25px;
	padding-bottom:10px;
	width:125px;
	height:51px;
	background-image:url(/images/kbcounter.png);
	background-repeat:no-repeat;
	font-size:18px;
}
div.hcdigit {
	position:absolute;
	top:26px;
}
div.hcdigits {
}

span.new-add {
	color:#ff6633;
	font-weight:bold;
}

form#addForm {
	background-color:white;
	font-size:9.5pt;
}
form#addForm table {
	border:solid #808080 1px;
	border-collapse:collapse;
}
form#addForm table td {
	border:solid #999999 1px;
}
form#addForm table td.left {
	border-right:none;
}
form#addForm table td.middle {
	border-right:none;
	border-left:none;
}
form#addForm table td.right {
	border-left:none;
}
form#addForm table td.pre {
	padding-top:5px;
}
form#addForm table tr.header {
	font-weight:bold;
}

table {
	font-size:inherit;
}
tr {
	vertical-align:baseline;
}
