/********************** basic style definitions **************************/
body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: medium;
	font-size: 90%;
}

* html body {
	padding: 0;
	margin: 0;
	font-size: x-small;
	f\ont-size: small;
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6,strong,div,form,acronym,label,table,td,th,span,a,p,hr,code,pre,hr,ul,li
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-repeat: no-repeat;
}

div#footline {
	font: 80% arial, sans-serif;
	color: #666;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	border: 1px solid rgb(166, 166, 166);
	border-left: 0px;
	border-right: 0px;
	margin-top: 40px;
}

div#sflogo {
	float: left;
	margin-right: 0.5em;
}

/********************** list styles **************************/
li {
	padding-left: 20px;
	margin-top: 5px;
	line-height: 1.3em;
	background-image: url(../images/arrow.gif);
	background-position: left center;
}

ol li {
	padding-left: 0px;
	background-image: none;
}

/********************** navigation bar styles **************************/
#container {
	clear: left;
	margin: 5px;
}

#logo {
	font-size: 200%;
	padding: 5px 0 0 0;
	position: relative;
	top: 0.2em;
	color: white;
}

#desc {
	font-family: Courier, 'Courier New', monospace;
	color: black;
	position: relative;
	left: 11em;
	top: -0.9em;
}

#nav {
	margin: 0;
	float: left;
	width: 100%;
	padding: 0 0 0 5px;
	list-style: none;
	background: #CC6666 url(../images/1px-horizontal.gif) repeat-x bottom
		left;
}

#nav ul {
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	line-height: 1em;
}

#nav a {
	float: left;
	display: block;
	margin: 0 4px 1px 0;
	padding: 4px 8px 6px;
	color: #333;
	text-decoration: none;
	font-size: 105%;
	border: 1px solid #000;
	border-bottom: none;
	background: #959B97;
}

#nav a:hover,body#home #tab-home a {
	color: 333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

#nav a:hover,body#features #tab-features a {
	color: 333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

#nav a:hover,body#docs #tab-docs a {
	color: 333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

#nav a:hover,body#examples #tab-examples a {
	color: #333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

#nav a:hover,body#about #tab-about a {
	color: #333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

#nav a:hover,body#download #tab-download a {
	color: #333;
	padding-bottom: 7px;
	margin: 0 4px 0 0;
	border-color: #727377;
	background: #fff;
}

/********************** link styles **************************/
a {
	text-decoration: none;
	color: #959B97;
	font-weight: bold;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

/********************** image styles **************************/
img {
	border: 0;
}

img.back-image {
	position: relative;
	top: 0.1em;
}

a.back-image {
	text-decoration: none;
}

/********************** show hide styles **************************/
#example-1 {
	display: none;
}

#example-2 {
	display: none;
}

/********************** text styles **************************/
strong {
	font-weight: bold;
	color: #333;
}

redText {
	color: red;	
	}

pre {
	margin: 20px 10px;
	padding: 10px;
	border: 1px solid #FFA77F;
	color: #43541C;
	font-family: Courier, 'Courier New', monospace;
	font-size: 90%;
	overflow: auto;
}

code {
	font-family: Courier, 'Courier New', monospace;
	font-size: 90%;
	color: #43541C;
}

.code-highlight {
	background-color: #CCDDA6;
	font-weight: bold;
}

h1 {
	margin-top: 20px;
	padding: 3px;
	clear: left;
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
	font-size: 150%;
	font-weight: bold;
	color: #666;
	background: #CCCCCC;
}

h2 {
	margin-top: 30px;
	padding: 3px;
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
	font-size: 120%;
	font-weight: bold;
	color: #666;
}

h3 {
	margin-top: 30px;
	padding: 3px;
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
	font-size: 105%;
	font-weight: bold;
	color: #666;
}

h4 {
	margin-top: 20px;
	padding: 3px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	width: 200px;
	overflow: visible;
	font-size: 100%;
	font-weight: bold;;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

h4.indented {
	margin-left: 20px;
}

p {
	margin-top: 1em;
	line-height: 1.3em;
}

table {
	margin-top: 1em;
}

table.data {
	border-collapse: collapse;
}

table.indented {
	margin-left: 20px;
}

table.data tr.odd {
	background: #EAFFBF;
}

table.data tr.even {
	background: white;
}

table.data td {
	border: 0px;
	margin: 0px;
	padding: 4px;
	padding-left: 0;
	padding-right: 20px;
}