* {
	box-sizing: border-box;

	-moz-box-sizing: border-box;
}

html, body {
	
}

body {
	font-size: 79%;
	font-family: "Verdana", "Helvetica", "sans-serif";
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #cc9900;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #cc9900;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #ffffff;


}

h1 {
	height: 20px;
	margin: 20px 0px 10px 0px;
	font-family: "Century Gothic", "Helvetica", "sans-serif";
	font-size: 1.4em;
	color: #CC9933;

}

h2 {
	margin: 30px 0px 20px -50px;
	font-size: 1.2em;
	font-family: "Bookman Old Style", "Helvetica", "sans-serif";
	color: #996600;
	border-bottom: 1px dotted #aca899;
}

h3 {
	margin: 50px 0px 10px 0px;
	padding: 5px 10px;
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 79%;
	color: #000000;
	background: #cc9900;
}

h4 {
	margin: 10px;
	font-size: 84%;
}

a {
	text-decoration: none;
	color: #248;
}

a:visited {
	color: #040;
}

p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

blockquote {
	padding: 10px;
	border: 1px solid #cdf;
	background: #f3f3ff;
	font-family: "Century Gothic", "Helvetica", "sans-serif";
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}

pre {
	margin: 10px 0px 10px 10px;
	font-family: "Courier New", "Courier", "monospace";
	font-size: 100%;
	color: #4d7097;
}

xmp, kbd {
	color: infotext;
	background: infobackground;
	font-family: "Courier New", "Courier", "monospace";
}

xmp {
	padding: 10px 5px;
}



/* page layout - width 800px, padding 20px  */

table.page {

	width: 920px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 100%;
	margin-right: -20px;}

table.page[class] {
	margin-right: auto;
}

table.page td {
	padding: 0px 20px;
	vertical-align: top;
}

/* page header */

.head {
	margin: 5px 0px;
	padding-top: 5px;
}

.head .title {
	line-height: 35pt;
	background: url(images/logo_head.png) 16px 2px no-repeat;
}

.head .subtitle {
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
	font-style: italic;
	font-size: 84%;
	color: #996600;
}

/* page menu */

.menu {
	margin: 3px 0px;
	border-top: 1px solid #e2decd;
	border-bottom: 1px solid #d6d2c2;
	font: menu;
	background-color: #CC9933;
}

.unix .menu {
	font-size: 11px!important;
}

.menu .left, .menu .right {
	padding: 1px 5px;
}

.menu .right {
	width: 80%;
	text-align: right;
}

.safari .menu .right {
	width: 600px;
}

.menu a {
	margin: 0px 10px;
	text-decoration: none;
	color: #000000;
}

.menu a:visited {
	color: #000000;
}


/* page body */

.body {
	margin: 5px 0px;
}

.body td.main {
	padding: 0px 30px 0px 70px;
	line-height: 1.35em;
}

.location {
	padding-bottom: 2px;
	color: #000000;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CC9933;
}

.locationHome {
	padding-bottom: 2px;
	color: #000000;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CC9933;
	width: 835;
}

table.topnews {
	width: 842px;
	margin: 10px 0px 20px 0px;
	font-size: 95%;
	color: #996600;
}

table.topnews td {
	padding: 0px;
	vertical-align: top;
}

.topnews td.date {
	width: 7em;
}

.image-home {
	position: absolute;
	left: -50px;
	top: 0px;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px -30px -30px 0px;
	
}

/* page right column */

col.main {width: auto;}
col.right {	width: 240px;}

.single col.main {width: 920px;}
.single col.right {	width: 0px; display: none;}

.body .main {
	background: url(images/bgm.png) repeat-y top right;
}

.body .right {
	width: 280px;
	vertical-align: top;
	font-size: 84%;
	background: url(images/bgr.png);
	padding: 20px 15px 20px 10px;
}

.body .right h2 {
	margin: 15px 0px;
	color: #000000;
	border: none;
}

.body .right p {
	margin: 10px 0px;
}

.body .right ul {
	margin: 0px;
	padding: 0px;
	list-style: square inside;
	white-space: nowrap;
	cursor: default;
}

.body .right ul.reference {
	padding-top: 40px;
	margin-bottom: 30px;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
}

.body .right ul ul {
	margin: 0px 3px;
	border: 1px inset;
}

.body .right ul ul ul{
	border: none;
}

.body .right li {
	font-style: italic;
	text-indent: 10px;
	cursor: hand;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9933;
}

.body .right ul ul li {
	text-indent: 20px;
}

.body .right ul ul ul li {
	font-style: normal;
	text-indent: 30px;
}

.tree-active {
	background: #fff;
}

.body .right a {
	color: #248;
	text-decoration: none;
}


/* copyright message */

.copyright .page td {
	padding: 10px;
	border-top: 1px #cc9933 dashed;
	font-size: 84%;
	font-variant: small-caps;
	text-align: center;
}




/* tutorial */

.tutorial textarea {
	overflow: auto;
	width: 100%;
	height: 250px;
	margin: 5px 0px;
	background: infobackground;
	border: 1px inset;
	font-size: 10pt; /* 100% doesn't work??? */
}

.tutorial iframe {
	width: 100%;
	height: 150px;
	margin: 5px 0px;
	border: 1px solid white;
}

/* reference */

table.summary, table.params {
	width: 100%;
	border-collapse: collapse;
	font-size: 84%
}

table.summary td, table.params td {
	padding: 2px 30px 2px 0px;
	text-align: left;
	border-top: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
}

table.summary a {
	color: #248;
	text-decoration: none;
}

.reference .image-home {
	background: url(images/boxes.png) 10px 7px no-repeat;
}



/* all */

a:hover {
	text-decoration: underline;
}


/* forum */

.forum-subject {
	margin: 30px 0px 20px 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Bookman Old Style", "Helvetica", "sans-serif";
	color: #716f64;
	border-bottom: 1px dotted #aca899;
}

.forum-message {
	margin: 10px 0px;
	line-height: 1.5em;
	position: relative;
	left: 3px;
	top: 2px;
}
}

.forum-author, .forum-date {
	padding: 0px 30px;
	text-align: right;
	line-height: 1.5em;
	font-style: italic;
}

.forum .image-home {
	background: url(images/boxes.png) 10px 7px no-repeat;
}

.forum-label {
	display: -moz-inline-box;
	position: relative;
	left: -52px;
	width: 50px;
	height: 16px;
	margin-right: -50px;
	vertical-align: top;
	font-size: 11px;
}

.forum-separator {
	margin: 10px 0px 15px 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CC9933;
border-bottom: 1px #CC9933 groove;}
}

/* tree */

li ul {
	display: none;
}

li.treeVisible ul {
	display: block;
}

li.treeVisible li ul {
	display: none;
}

li.treeVisible li.treeVisible ul {
	display: block;
}

/* code highlight */

.code-panel {
	position: relative;
	overflow: hidden;
	top: 50px;
	left: -52px;
	width: 30px;
	height: 150px;
	margin: 0px -30px -150px 0px;
}

.Code-panel button{
	width: 100%;
	height: 2.5em;
	font: menu;
}

.code-block {
	display: block;
	margin: 15px 0px 15px -50px;
	padding: 15px 0px 15px 50px;
	background: #f9ffee;
	border: 1px dotted #999;
	font-size: 100%;
	font-family: Georgia, Arial, Helvetica;
}

.code-1 { color: #006;}
.code-2 { color: #00c;}
.code-3 { color: #099; font-style: italic}
.code-4 { color: #003300;}

.bottom-links img {
	overflow: hidden;
	width: 4px;
	height: 5px;
	border: none;
	margin: 0px;
}

/*image preload */

img1 {	width: 24px; height: 24px; background: url(images/usa.png);}
img2 {	width: 24px; height: 24px; background: url(images/bra.png);}

/* sidebar boxes */

.aw-section {
	width: 100%;
	background: #fbfaf8;
	line-height: 1.8em;


	//*filter:progid:DXImageTransform.Microsoft.Shadow(color='#003300', Direction=135, Strength=5);*//
	border-top-width: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #CC9933;
}

.aw-section[class] {
	border-right-width: 3px;
	-moz-border-right-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-bottom-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-radius: 3px;
	border-right-color: #CC9933;
	border-left-color: #CC9933;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}

.safari .aw-section {
	width: auto;
	border-right-width: 5px;
	border-bottom-width: 5px;
}

.aw-section h2 {
	margin: 0px -10px 10px -10px!important;
	padding: 5px 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1em;
	background-color: #CC9933;
	border: 1px solid #003300;
}

.aw-section a {
	color: #4d7097!important;
	text-decoration: none;
	border-bottom: 1px dotted #4d7097;
}

.aw-section a:visited {
	color: #000!important;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

.aw-section a:hover {
	color: #f00!important;
	text-decoration: none;
	border-bottom: 1px solid red;
	background: #ffeeee;
}

.aw-sectionr {
	width: 100%;
	background: #fbfaf8;
	line-height: 1.8em;


	//*filter:progid:DXImageTransform.Microsoft.Shadow(color='#003300', Direction=135, Strength=5);*//
	border-top-width: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #CC9933;
}

.aw-sectionr[class] {
	border-right-width: 3px;
	-moz-border-right-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-bottom-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-radius: 3px;
	border-right-color: #CC9933;
	border-left-color: #CC9933;
	border-left-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}

.safari .aw-sectionr {
	width: auto;
	border-right-width: 5px;
	border-bottom-width: 5px;
}

.aw-sectionr h2 {
	margin: 0px -10px 10px -10px!important;
	padding: 5px 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1em;
	background-color: #CC9933;
	
}

.aw-sectionr a {
	color: #4d7097!important;
	text-decoration: none;
	border-bottom: 1px dotted #4d7097;
}

.aw-sectionr a:visited {
	color: #000!important;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

.aw-sectionr a:hover {
	color: #f00!important;
	text-decoration: none;
	border-bottom: 1px solid red;
	background: #ffeeee;
}



.aw-sectionr1 {
	width: 250px;
	background: #fbfaf8;
	line-height: 1.8em;


	//*filter:progid:DXImageTransform.Microsoft.Shadow(color='#003300', Direction=135, Strength=5);*//
	border-top-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CC9933;
}

.aw-sectionr1[class] {
	border-right-width: 1px;
	-moz-border-right-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-bottom-colors: #f4f3f0 #e2decd #d6d2c2 #fff #fff #fff #fff #fff;
	-moz-border-radius: 1px;
	border-right-color: #CC9933;
	border-left-color: #CC9933;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}

.safari .aw-sectionr1 {
	width: auto;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.aw-sectionr1 h2 {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 1em;
	background-color: #CC9933;
	
}

.aw-sectionr1 a {
	color: #4d7097!important;
	text-decoration: none;
	border-bottom: 1px dotted #4d7097;
}

.aw-sectionr1 a:visited {
	color: #000!important;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

.aw-sectionr1 a:hover {
	color: #f00!important;
	text-decoration: none;
	border-bottom: 1px solid red;
	background: #ffeeee;
}



.aw-markup {
	font: menu;
	color: #4d7097;
}

.aw-markup div {
	padding-left: 25px;
	text-indent: -25px;
}

.aw-markup span {
	display: block;
	padding-left: 20px;
}

/* icons */

.aw-icon {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/icons.png);
	vertical-align: middle;
}


.aw-icon0 {
	
	overflow: auto;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/134.png);
	vertical-align: middle;
	
}




.aw-icon1 {
	
	overflow: auto;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/brazil.png);
	vertical-align: middle;
	
}
.aw-icon2 {
	
	overflow: auto;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/united_states.png);
	vertical-align: middle;
}

.aw-icon3 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/pp.png);
	vertical-align: middle;
}

.aw-icon4 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/flash.png);
	vertical-align: middle;
}

.aw-icon5 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/pdf.png);
	vertical-align: middle;
}


.aw-icon6 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/word.png);
	vertical-align: middle;
}


.aw-icon6[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon7 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/tutorial.png);
	vertical-align: middle;
}


.aw-icon8 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/tormme_ico.png);
	vertical-align: middle;
}




.aw-icon8[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon0[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon[class]{
	display: -moz-inline-box;
	overflow: visible;
}




.aw-icon1[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon2[class]{
	display: -moz-inline-box;
	overflow: visible;
}



.aw-icon3[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon4[class]{
	display: -moz-inline-box;
	overflow: visible;
}


.aw-icon5[class]{
	display: -moz-inline-box;
	overflow: visible;
}

.aw-icon9 {
	
	overflow: auto;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/pdf.png);
	vertical-align: middle;
}

.aw-icon9[class]{
	display: -moz-inline-box;
	overflow: visible;





.aw-download	{background-position:  -41px -1px}
.aw-download1	{background-position:  -41px -1px}
.aw-licenses	{background-position:  -81px -1px}
.aw-buy			{background-position: -121px -1px}


/* tree */

.aw-treeitem {
	overflow: hidden;
	width: 100%;
	height: 1.6em;
	padding-left: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.safari .aw-treeitem {
	width: auto;
}

.aw-treeitem a, .aw-treeitem a:visited {
	vertical-align: top;
	_vertical-align: middle;
	border-bottom: none;
}

.aw-current {
	border-top: 1px solid #d6d2c2;
	border-left: 1px solid #d6d2c2;
	border-bottom: 1px solid #e2decd;
	border-right: 1px solid #e2decd;
	background: #ebeadb;
}

.aw-current span, .aw-current a {
	position: relative;
	top: -1px;
	left: -1px;
}

.aw-treelist .aw-treeitem {padding-left: 40px}
.aw-treelist .aw-treelist .aw-treeitem {padding-left: 50px}
.aw-treelist .aw-treelist .aw-treelist .aw-treeitem {padding-left: 60px}
.aw-treelist .aw-treelist .aw-treelist .aw-treelist .aw-treeitem {padding-left: 70px}

.aw-treebox1 .aw-treelist {
	display: none;
}

.aw-treemarker1 {
	display: inline-block;
	overflow: hidden;
	width: 32px;
	height: 16px;
	margin-left: -32px;
	margin-right: 0px;
	vertical-align: middle;
	background: url(images/icons.png) -467px -1px;
}

.aw-treemarker2 {
	display: inline-block;
	overflow: hidden;
	width: 32px;
	height: 16px;
	margin-left: -32px;
	margin-right: 0px;
	vertical-align: middle;
	cursor: pointer;
}


.aw-treebox2 .aw-treemarker2 {
	background: url(images/icons.png) -563px -1px;
}

.aw-treebox1 .aw-treemarker2 {
	background: url(images/icons.png) -523px -1px;
}



.aw-treemarker1[class], .aw-treemarker2[class] {
	display: -moz-inline-box;
	overflow: visible;
	vertical-align: 13px;
}



/* print */

@media print {

	table.page {
		width: auto;
	}

	.head, .menu, col.right {
		display: none;
	}

	.image-home {
		border-left: 30px solid #eee;
	}

	a {
		color: #248;
	}
}

