/*
form {
	margin: 5px;
	}
*/	
/*
.msg {
	font-weight: bold;
	color: #F00;
	}
p.anchors {
	font: 11px bold Verdana, sans-serif;
	text-align: right;
	width: 100%;
	}
p.tstmnl {
	font-style: italic;	
	}
div.sig {
	font-style: normal;
	font-weight: bold;
	color: #888;
	text-align: right;
	width: 100%;
	}
p.subHead {
	font-weight: bold;
	font-size; 120%;
	}
p.minilinks {
	font-weight: bold;
	display: table;
	line-height: 20px;
	width: 700px;
	}
p.minilinks a {
	font: bold 12px Verdana, sans-serif;
	color: #009;
	padding: 2px 5px;
	border: 1px solid #FFF;
	display: table-cell;
	text-decoration: none;
	}
p.minilinks a:hover {
	border: 1px solid #009;
	background-color: #EEE;
	}
ol, ul {
	padding-left: 20px;	
	}
li {
	padding-bottom: 5px;
	}
ul.api {
	list-style-type: square;
	margin-left: 10px;
	}
ul.api li {
	margin-bottom: 5px;
	}
ul.change {
	padding-bottom: 5px;
	font-weight: bold;
	color: #C00;
	}
ul.change ul {
	font-weight: normal;
	color: #000;
	}
.code {
	font-size: 15px;
	font-weight: bold;
	}
div.content{
	padding: 4px;
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	margin-left: 30px;
	}
div.contentCode, p.contentCode {
	font: 12px Courier New, Courier, mono normal;
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	margin-left: 30px;
	}
li div.contentCode {
	margin: 5px 0px 5px -10px;
	}	
div.content2 {
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	margin-left: 30px;
	}	
div.content2 span {
	display: block;
	width: 100%;
	border-bottom: 2px solid #FFF;
	margin-bottom: 5px;
	padding: 4px;
	}
div.content2 span b {
	font-style: italic;
	}	
div#header {
	font: bold 30px Trebuchet, Verdana, sans-serif;
	color: #009;
	background-color: #EEE;
	padding: 15px;
	width: 100%;	
	}
div#header span {
	font: italic 12px Verdana, sans-serif;
	padding-left: 10px;	
	}
div#nav {
	background-color: #DDD;
	padding: 10px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 65px;
	height: auto;	
	}
div#nav ul{
	list-style : none;
	padding:0px;
	margin:0px;
	}
div#nav li{
	padding: 0px;
	list-style:none;
	}
div#content {
	font: 12px Verdana, sans-serif;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	width: 650px;
	margin-left: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: inherit;
	}
div#agree {
	font: 12px Verdana, sans-serif;
	color: #000;
	background-color: #FFF;
	padding: 10px;
	width: 350px;
	height: inherit;
	}
	
table.entry {
	width: 500px;
	border-collapse: collapse;
	}
table.entry td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	margin: 1px;
	padding: 3px;
	border: 1px solid white;
	}
table.entry th {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #888;
	margin: 1px;
	padding: 3px 0px;
	text-align: center;
	border: 1px solid white;	
	}
col.leftCol {
	font-weight: bold;
	}
div#nav a, div#nav a:visited, div#nav a:active {
	font: bold 12px/14px Verdana, sans-serif;
	color: #009;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #DDD;
	display:block;
	margin-bottom: 4px;
	width: 100%;
	}
div#nav a:hover, div#nav a:visited:hover, div#nav a:active:hover {
	color: #C00;
	background-color: #EEE;
	border-color: #C00;
	}
/****************************************************/
code {
	font-size: 14px;
	}
.synCode {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	}
.synCode2 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}
	
	*/
	
input.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
label.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
.errHilite {
	background-color: #FCC;
	border: 1px solid #000;
	}
	
div.table {
	width: 100%;
	margin: 0px 0px;
	display: table;
	}
div.syntax {
	display: table-row;
	}
span.param {
	font: bold italic 12px Verdana, sans-serif;
	width: 33%;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	display: table-cell
	border: 1px solid black;
	}
span.paramDesc {
	font: normal 12px Verdana, sans-serif;
	width: 65%;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	display: table-cell
	}
.label {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006;
	cursor: hand;
	}
/**********************************************************/
/*
table.demoTable {
	background-color: #DDD;
	}
table.demoTable td {
	background-color: #FFF;
	}
table.demoTable th {
	background-color: #DDD;
	}	
.hello {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
.noborder {
	border: 1px solid white;
	}
.desc {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
div#ribbon {
	font: 10px Arial,sans-serif normal;
	color: #999;
	text-align: center;
	position: absolute;
	left:65px;
	top: 310px;
	}
form#contactForm {
	width: 400px;
	display: table;
	}
form#contactForm input, form#contactForm textarea {
	font: 12px normal Verdana, sans-serif;
	color: #000;
	border: 1px solid #009;
	background-color: #EEE;
	}
div.formItem {
	display: table-row;
	padding-bottom: 10px;
	}
div.formItem b {
	display: table-cell;
	float: left;
	width: 34%;
	text-align: left;
	vertical-align: top;
	}
div.formItem span {
	height: auto;
	display: table-cell;
	float: right;
	width: 64%;
	text-align: left;
	vertical-align: top;
	}
div.formFooter {
	width: 100%;
	display: block;
	text-align: center;
	}
div.formFooter input {
	color: #C00;
	font-weight: bold;
	margin: 5px;
	}	
span#footer {
	color: #AAA;
	font: 11px Verdana, sans-serif;
	}
	*/