html { font-size: 100% }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
}

h1, h2, input, select, th, td { font-size: 1em; }

a:link { text-decoration: none; color: #CCCCCC; }
a:visited { text-decoration: none; color: #CDCDCD; }
a:hover { text-decoration: none; color: #ECECEC; }
a:active { text-decoration: underline; color: #ECECEC; }

#titlebg {	
	margin: 19px 0px 15px 0px;
	background: url('/images/title_tile.gif') repeat-x;
	clear: both;
}

#title {
	margin: 0px;
	background: url('/images/title.png') no-repeat;
	height: 149px;
}

#title span {
	display: none;
	clear: none;
}

#navigation {
	margin: -1.8em 10px;
	clear: none;
	float: right;
}

#navigation a {
	margin: 0px 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.04em;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	float: left;
	margin-right: -227px;
}

#main-content {
	margin-right: 227px;
}

.contentbox {
	margin-bottom: 20px;
	padding: 2px 0px 2px 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-color: #666666;
}

.contentbox-border {
	background-color: #666666;
	padding: 15px 30px 20px 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-color: #FFFFFF;
}

.contentbox dd {
	margin-left: 0px;
}

.contentbox h2 {
	margin: 0px -30px 0px -30px;
	border-bottom: solid #FFFFFF 1px;
	text-decoration: none;
	font-weight: normal;
}

.contentbox h2 div {
	margin-left: 15px;
	padding: 0px 15px 0px 15px;
	background: url('/images/bullet.gif') no-repeat left;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 0.4em;
	padding: 1px 0px 1px 15px;
	margin: 1px 0px 1px 0px;
	border-left: 1px #ABABAB;
	border-left-style: dashed;
}
.code-indent {
	margin-left: 8em;
}
	
#contextual-content {
	width: 200px;
	float: right;
}
#contextual-content .contentbox-border {
	padding-left: 0;
	padding-right: 0;
}

#contextual-content .contentbox h2 {
	margin: 0;
}

#contextual-content table {
	margin: 10px 5px 0px 10px;
}

#contextual-content a {
	color: #FFFFFF;
	text-decoration: none;
}

#contextual-content a:hover {
	text-decoration: underline;
}

#contextual-content h2 a:hover {
	text-decoration: none;
}

#contextual-content ul {
	list-style-image: url('/images/bullet_inactive.gif');
}

#contextual-content li {
	margin-left: -10px;
	margin-bottom: 0.5em;
}

#contextual-content li.active {
	list-style: square url('/images/bullet.gif');
}

#contextual-content li.sublist {
    list-style: none;
}

#contextual-content ul .navlist {
	margin: 3px 10px 2px -25px;
	padding: 3px 0 0 25px;
	list-style: disc url('/images/bullet_inactive.gif') inside;
	border-top: 1px #FFFFFF dashed;
	border-bottom: 1px #FFFFFF dashed;
}

.navlist li {
	margin-left: 5px;
}
	
.navlist .active {
	list-style: square url('/images/bullet.gif');
}

.navlist li {
	margin-bottom: 0.5em;
}

#copyright {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 0.5em;
	color: #000000;
}
