/* grey.css merged with help.html */
/* for v3.2 docs, moraes made some changes */

body {
	background: white url(img/bgbody.gif) 0 23px repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #000;
	margin: 0 0 40px 0;
	padding: 0;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
/* Logo definition */
.logo span
{
	background: url(img/logo_docs.gif) no-repeat;
}

/* Navigation tabs */
.nav1 a:link, .nav1 a:visited,
.nav2 a:link, .nav2 a:visited,
.nav3 a:link, .nav3 a:visited,
.nav4 a:link, .nav4 a:visited,
.nav5 a:link, .nav5 a:visited
{
	background: transparent url(img/bgnav.gif) repeat-x;
}
.nav1 a:link, .nav1 a:visited
{
	width: 154px;
	left: 1px;
}
.nav2 a:link, .nav2 a:visited
{
	width: 124px;
	left: 156px;
}
.nav3 a:link, .nav3 a:visited
{
	width: 125px;
	left: 281px;
}
.nav4 a:link, .nav4 a:visited
{
	width: 100px;
	left: 226px;
}
.nav5 a:link, .nav5 a:visited
{
	width: 79px;
	left: 327px;
}
.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active
{
	background-position: 0 -86px;
	color: black;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
.wrappertop
{
	width: 710px;
	height: 15px;
	/*background: transparent url(img/bgcontenttop.gif) top no-repeat;*/
	border-bottom: 1px dotted gray;
	margin: auto;
}
#wrapper
{
	width: 710px;
	/*background: transparent url(img/bgcontentbody.gif) repeat-y;*/
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	margin: auto;
}
.wrapperbottom
{
	width: 710px;
	height: 15px;
	/*background: transparent url(img/bgcontentbottom.gif) bottom no-repeat;*/
	border-top: 1px dotted gray;
	margin: auto;
}
#container
{
	float: left;
	width: 100%;
	margin-right: -235px;
}
.contentbody
{
	margin: 0 20px;
}

.contents {
	position: relative;

	/*top: 120px;*/
	left: 20px;
	/*width: 700px;*/
	width : 95%;
}

.search {
	float: right;
	text-align:right;
}

.search p {
	display:inline;
	border:0;
}

.formbutton {
	background-color: #596d9d;
	color: #fff;
}

.menu {
	position: relative;

	/*top: 60px;*/
	left: 20px;
	width: 90%;

	/* use a lighter text color (grey) and a smaller font */
	color: #777;
	font-size: small;
}

h1 {
			font-size: large;
			border-bottom: 1px dotted gray;
			color: #596d9d;
			text-align: left;
}

h4 {
			font-size: large;
			border-bottom: 1px dotted gray;
			color: #596d9d;
			text-align: right;
}

.menu h2 {
	font-size: small;
}

.contents h2 {
			font-size: medium;
			border: 1px solid #ddd;
			background-color: whitesmoke;
			text-align: left;
		}

h3.item {
	font-size: medium;
	margin: 0px;
	margin-top: 10px;
}

.itembody {
	margin-top: 5px;
	margin-bottom: 5px;
}

.iteminfo {
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {
	font-size: x-small;
	color: gray;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}

.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}

.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}


/*	help.html css merge */

pre {
			background-color: #ddd;
			padding: 5px;
			font-size: small;
		}

.note {
			background-color: #eee;
			padding: 5px;
		}

tt, code {
			font-size: small;
		}

		table {
			border: 1px solid #ccc;
		}

		th {
			background-color: #eee;
		}

		td {
			vertical-align: top;
		}

.example {
			background-color: #ddd;
			padding: 5px;
		}

ul.templates {
			font-size: x-small;
			line-height: 1.1;
			list-style: none;
			text-indent: -20px;
			margin-left: 20px;
		}

		ul {
			text-align: left;
		}

.deprecated {
			border: 3px solid red;
			padding: 5px;
			font-size: medium;
		}


/*	docs manual.css merge */

pre, .note, .faq .answer {
	background-color: #ddd;
	padding: 10px;
	font-size: small;
}

.screenshot {
	text-align: center;
	background-color: #ddd;
	padding: 10px;
}

.faq .question {
	font-weight: bold;
	margin-bottom: 0px;
}

.faq .answer {

}

.faq {
	margin-bottom: 20px;
}

table {
	border: none;
}

th {
	background-color: linen;
	font-size: medium;
}

th, td {
	padding: 5px;
}

td {
	background-color: #dddddd;
	font-size: small;
	vertical-align: top;
	text-align: left;
}


/* refence parameters (greenish) */

		.ref {
			background-color: #afa;
			color: #000;
		}

		/* object parameters */
		.obj {
			color: #00f;
		}
		.obj:after {
			content: " (object)";
		}

		/* read-only parameters (non-ref; reddish) */
		.ro {
			background-color: #faa;
			color: #000;
		}

/* auto increment table columns*/

		.autoinc {
		}

		/* primary-keys */
		.primary {
			text-decoration: underline;
			font-weight: bold;
		}

		/* NOT NULL */
		.notnull {
		}

		/* unique key */
		.unique {
		}

		/* foreign keys */
		.foreign {
			font-style: italic;
			color: blue;
		}

		/* auto increment table columns*/
		.autoinc {
		}

		/* fulltext index */
		.fulltext {
		}

		/* columns/tables to remove in later versions */
		.toremove {
			color: red;
		}
