body {
	margin: 0px;
	background-color: #eeeae4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #222222;
}

a {
	color: #0000ee;
	text-decoration: none;
}

a:visited {
	color: #52188b;
}

a:hover {
	text-decoration: underline;
}

table {
	font: inherit;
}

#outline {
	border: 1px solid #001f68;
	margin-bottom: 10px;
	background: white;
}

#menu {
	margin: 10px;
}

#content {
	margin: 15px 15px 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#sf-logo {
	margin: 10px;
	text-align: center;
}

.box {
	background: #dfedf7;
	border: 1px solid #90c2e1;
}
.box-c1 {
	background: url(box-tl.png) no-repeat 0% 0%;
	position: relative;
	left: -1px;
	top: -1px;
}
.box-c2 {
	background: url(box-tr.png) no-repeat 100% 0%;
	position: relative;
	left: 2px;
	top: 0px;
}
.box-c3 {
	background: url(box-br.png) no-repeat 100% 100%;
	position: relative;
	left: 0px;
	top: 2px;
}
.box-c4 {
	background: url(box-bl.png) no-repeat 0% 100%;
	position: relative;
	left: -2px;
	top: 0px;
}
.box-inner {
	position: relative;
	left: 1px;
	top: -1px;
	padding: 5px;
}

.menu-el {
	padding: 5px;
	text-align: right;
}
.menu-el a {
	color: #027ac6;
	font-size: 15px;
	font-weight: bold;
}
.menu-sep {
	border-top: 1px solid #90c2e1;
}

.title {
	text-align: left;
	font-weight: normal;
	color: #86838F;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #86838F;
}

h4 {
	margin-top: 18px;
	margin-bottom: 6px;	
}

h3 {
	margin-top: 24px;
	margin-bottom: 10px;	
}

h2 {
	font-size: 18px;
	margin-top: 28px;
	margin-bottom: 14px;
}

.screenshot {
	display: block;
	margin: 5 0 5 0;
}

.screenshot-sep {
	border-top: 1px dotted #86838F;
	margin: 15 0 15 0;
}

ul.non-indented {
	padding: 0;
	margin: 0 0 0 16;	
}

.features li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.doc-topics li {
	margin-top: 5px;
	margin-bottom: 5px;		
}

.doc-topics li div {
	margin-left: 15px;	
}

.step {
	color: #8d5ee5;
	font-weight: bold;
}

.inactive-header {
	font-size: 80%;
	font-weight: normal;
}

code {
	font-family: Andale Mono, Courier New, monospace;
	color: #6A5ACD;
	white-space: nowrap;
}

pre {
	padding: 0px;
	margin: 0px;
	font-family: Andale Mono, Courier New, monospace;
}

table.code td {
	padding: 5px;
	font-family: Andale Mono, Courier New, monospace;
	font-size: 13px;
	color: #333333;
	/*
	border: 1px dashed #A9A9A9;
	background-color: #EDEDED;
	*/
	border: 1px solid #cccccc;
	background-color: #eee;
}

table.with-border {
	border-collapse: collapse;	
}
table.with-border td {
	border: 1px solid #86838F;	
}

