@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.notebox {
	background-color: #FFFFBB;
	margin: 3px;
	width: 80%;
	border: 1px solid #ffc000;
	background-image: url(note_pinned.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-top: 27px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	max-width: 600px;
}
li {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#header {
	background-image: url(header_back.png);
	background-repeat: repeat;
	padding: 5px;
	height: 64px;
	width: 100%;
}
#content {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#footer {
	background-image: url(header_back.png);
	padding: 2px;
	height: 36px;
	width: 100%;
}
#subject {
	background-image: url(FadingOrangeBack.png);
	background-repeat: repeat-y;
	font-weight: bold;
}
.subject_item {
	font-weight: bold;
	background-image: url(FadingBlueBack.png);
	background-repeat: repeat-y;
}
#VersionHistory {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99b4d1;
	border-right-color: #99b4d1;
	border-bottom-color: #99b4d1;
	border-left-color: #99b4d1;
	background-image: url(history2.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #99b4d1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 59px;
	height: 450px;
	width: 600px;
}
a {
	font-style: normal;
	font-weight: bold;
	color: #36F;
}
th {
	background-color: #CCC;
}
