body {
	margin: 50px 0 0;
	background: #fff url(../images/webapp/bg.gif) repeat-x;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
}

code,pre {
	font-family: courier new;
}

pre.f10 {
	background: #CCCCCC;
	font-size: 11px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	width: 960px;
	background: transparent;
	height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
}

#header #logo {
	position: relative;
	top: 20px;
	left: 0px;
}

#header #topnav {
	width: 772px;
	height: 42px;
	position: absolute;
	top: 38px;
	left: 200px;
	background: transparent;
}

#header #topnav a.btn {
	float: left;
	text-align: center;
	width: 64px;
	margin-right: 10px;
	color: gray;
}

#doc_content {
	width: 700px;
	background: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#doc_content #wrapper {
	width: 650px;
}

#right_pane {
	width: 250px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#right_pane h1{
	font-size: 18px;
}

#doc_content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}

#doc_content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#doc_content ul {
	list-style-type: none;
}

#downloads_list a {
	text-decoration: underline;
}

#footer {
	width: 960px;
	background: transparent;
	height: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
}

.yellbox {
	width: 250px;
	position: relative;
}

.yellbox img {
	position: absolute;
	top: -50px;
	left: 4px;
}

.yellbox h1 {
	position: absolute;
	top: -17px;
	left: 71px;
}

.yellbox .top {
	background: transparent url(../images/yellbox_top.png) no-repeat;
	height: 6px;
}

.yellbox .middle {
	background: transparent url(../images/yellbox_tile.png) repeat-y;
	padding: 10px 5px 5px 50px;
}

.yellbox .bottom {
	background: transparent url(../images/yellbox_bottom.png) no-repeat;
	height: 5px;
}

.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.dotted_spacer {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	height: 2px;
}

ul.itemSet {
	list-style-type:disc;
	margin-left:30px;
}

.code_block_note{
	background: #cccccc;
	color: #000000;
}