body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: lucida grande, helvetica, arial;
	font-size: 11px;
	line-height: 160%
}

#sidebar {
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	padding: 10px;
	border-right: 1px #cccccc solid;
	color: #666666;
	background-color: #f0f4ff;
	overflow: auto;
	float:none;
	position: fixed
}

.sidebarcontentheader {
	color: #666666;
	border: 1px solid #d8e0f0;
	margin-top: 6px;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold
}
.activesidebarcontentheader {
	color: #a8b0d0;
	background-color: #e8eeff;
	border: 1px solid #c8d0e0;
	margin-top: 6px;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-weight: bold
}
.sidebarcontentsubheader {
	margin-top: 16px;
	line-height: 150%;
	font-size: 9px;
	color: #666666
}
.sidebarcontentbody {
	border-left: 1px solid #c8d0e0;
	border-top: 0px;
	border-right: 1px solid #c8d0e0;
	border-bottom: 1px solid #c8d0e0;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #f8faff
}

#content {
	margin-left: 171px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: static
}

h1 {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	text-shadow: 0px 1px 2px #aaaaaa
}
h2 {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 7px;
	color: #333333;
	font-size: 11px;
	font-weight: bold
}

p {
	padding: 0px;
	margin: 0px
}

ul {
	padding-left: 17px;
	margin-left: 0px
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px
}
ol {
	padding-left: 20px;
	margin-left: 0px
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px
}

a:link, a:visited {
	color: #0000aa;
	text-decoration: none
}
a:hover, a:active {
	color: #0000aa;
	text-decoration: underline
}

.questionbox {
	margin-left: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	background-color: #f8faff;
	border: 1px solid #e0e0e0
}
a.question, a.question:link, a.question:visited, a.question:hover, a.question:active {
	color: #000000;
	text-decoration: none
}

hr.contentruler {
	height: 1px;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dashed #999999
}

.comment {
	line-height: 150%;
	font-size: 9px;
	color: #666666
}

.footer {
	margin-top: 20px;
	line-height: 120%;
	font-size: 9px;
	color: #666666
}
a.footerlink:link, a.footerlink:visited {
	color: #666666;
}
a.footerlink:hover, a.footerlink:active {
	color: #000099;
	text-decoration: underline
}

.highLineHeight {
	line-height: 140%
}
.higherLineHeight {
	line-height: 180%
}

.bottommargin {
	margin-bottom: 10px
}

.headerbutton {
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: f8f8f8
}

.screenshotleft {
	border: 1px solid #cccccc;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px
}
.screenshotright {
	border: 1px solid #cccccc;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px
}

.boxheader {
	border: 1px solid #e0e0e0;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #f8f8f8
}
.boxbody {
	border-left: 1px solid #e0e0e0;
	border-top: 0px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #666666
}

p.stickynote, div.stickynote {
	padding: 10px;
	background-color: #fff19c;
	border: 1px solid #efe18c;
	color: #771c00;
	text-align: center;
}

.gray {
	color: #999;
}
