/*********************************/
body
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #000;
}

a, a:hover, a:link, a:visited
{
	color: #3c6ca7;
}

p
{
	line-height: 130%;
}

code
{
	font-size: 90%;
}

div#tabs
{
	width: 60%;
	min-width: 777px;
	margin: auto;
	padding: 20px;
	background: #fff;
}
/*********************************/

/*********************************/
p.revision
{
	font-style: italic;
	color: #888;
	font-size: 85%;
}

p.major
{
	color: #777;
	font-size: 125%;
	font-weight: bold;
}

p.code
{
	white-space: pre;
	padding: 0.6em 1em;
	font-family: monospace;
	font-size: 85%;
	color: #222;
	overflow: auto;
	margin: 0.5em auto;
	border: solid 1px #bbb;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	background: #eee;
	width: auto;
}

p.code em
{
	color: #369;
	font-style: normal;
	font-weight: bold;
}

p.instructions
{
	margin: 0px 0px 10px 0px;
	font-family: serif;
	font-style: italic;
	color: #666;
}
/*********************************/

/*********************************/
ul.features
{
	line-height: 135%;
	list-style-type: armenian;
}
/*-------------------------------*/

/*-------------------------------*/
ul.subtopics
{
	list-style: none;
	padding-left: 0px;
}

ul.subtopics li
{
	line-height: 24px;
	font-weight: bold;
}

ul.subtopics ul
{
	list-style: none;
	padding-left: 25px;
}

ul.subtopics ul li
{
	font-weight: normal;
}
/*********************************/

/*********************************/
table.demo
{
	border: solid 2px #dde;
	background-color: #eef;
	padding: 0.6em;
}
/*-------------------------------*/

/*-------------------------------*/
table.list
{
	border: solid 1px #bbb;
	background-color: #ccc;
	border-spacing: 2px;
}

table.list th
{
	border: solid 1px #888;
	background-color: #bbb;
	padding: 0.5em;
}

table.list td
{
	border: solid 1px #999;
	background-color: #eee;
	padding: 0 0.5em 0.5em 0.5em;
}
/*********************************/
