body {
	background: #fff;
	color: #222;
	font: 13px/1.5 Arial, Helvetica, Sans-serif;
	background: #1d1d20;
}


#wrapper {
	background: #C3BAAB;
	padding: 15px 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#list {
	width: 155px;
	float: left;
	border-right: 1px solid #ddd;
}

#list li {
	border-bottom: 1px solid #C3BAAB;
}

#list li a {
	display: block;
	padding: 2px 8px;
	background: #f9f9f9;
	color: #555;
	text-decoration: none;
	margin: 2px 0;
	font-size: 10px;
}

#list li a:hover {
	background: #f5f5f5;
	color: #7389ae;
}

#list li a.selected {
	background: #ddd;
	color: #D15227;
}

#list li.home a {
	background: #e98f9d;
	color: #802a38;
	text-align: center;
}

#list li.home a:hover {
	background: #d77c8a;
	color: #f8cfd6;
}

#list li.home a.selected {
	background: #63547C;//#bc5f6d;
	color: #fbdde2;
}

#content {
	background:#C3BAAB url(../img/brin.jpg) no-repeat scroll right bottom;
	margin:0pt auto;
	width:900px;
}

#content p.justify {
	text-align: justify;
}

span.clr {
	display: block;
	clear: both;
}

hr {
	visibility: hidden;
	clear: both;
}


a:link, a:visited {
	color: #3d4d5b;
	text-decoration: none;
}

a:hover, a:active {
	color: #D15227;
	text-decoration: none;
}

/* @group Start Page */

p.img {
	margin: 20px 0pt;
	text-align: center;
}

ul.start li {
	list-style-type: decimal;
	margin-left: 2em;
}
span.title {
	color: #e6335d;
	font-weight: bold;
}

/* @group Demo Info */

h2 {
	color: #78ba91;
	color : #FFFFFF;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

p#info {
	color: #656b83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}

p#sourcelinks {
	text-align: right;
	font-size: 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
}

a#docscode {
	float: left;
}
/* @end */

h3 {
	font-size: 15px;
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div.code {
	font-size: 11px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 5px 10px 15px;
	margin-bottom: 10px;
	overflow: auto;
}


div.code pre {
	font-family: Monaco, Andale Mono, Monospace;
	padding: 5px 0 15px;
}

div#docs ol {
	list-style: decimal;
	margin: 2px 30px;
}
