
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
#TopNav {
	padding-left: 10px;
	background-color: #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
}
#TopNav ul {
	margin: 0px;
	padding: 0px;
}
#TopNav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#TopNav a:link, #TopNav a:visited, #TopNav a:active {
	text-decoration: none;
	background-color: #0099FF;
	padding: 5px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;}
#TopNav a.left:link, #TopNav a.left:visited, #TopNav a.left:active {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#TopNav a:hover {
	text-decoration: none;
	background-color: #66CCFF;
	padding: 5px 10px;
}
#TopNavSub {
	padding-left: 10px;
	background-color: #66CCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#TopNavSub ul {
	margin: 0px;
	padding: 0px;
}
#TopNavSub ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#TopNavSub a:link, #TopNavSub a:visited, #TopNavSub a:active {
	text-decoration: none;
	background-color: #66CCFF;
	padding: 5px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	margin-left: 0px;
}
#TopNavSub a.left:link, #TopNavSub a.left:visited, #TopNavSub a.left:active {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#TopNavSub a:hover, #TopNavSub a.left:hover {
	text-decoration: none;
	background-color: #DDF4FF;
	padding: 5px 10px;
}
p {
	padding-right: 10px;
	padding-left: 10px;
}
.xmlCode {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.mandField {
	color: OrangeRed;
}
.mandFieldComment {
	color:#996699;
}
table {
	margin-right: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
td, th {
	border-top: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
}
th {
	text-align: left;
}
table thead {
	/* Make ie do the cool table headers on each page */
	display: table-header-group;
}
table tfoot {
	/* Make ie do the cool table headers on each page */
	display: table-footer-group;
}
h1 {
	font-size: 18px;
	margin: 3px;
	background-image: url(/xml/dev/img/logo/Adv%20XML%20Logo%2002%20Half%20size.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 201px;
}
h1 a {
	/* I want the site title to be a link to the start, but don't look like one */
	text-decoration: none;
	color: #000000;
}
iframe, textarea, div.marg {
	margin-right: 10px;
	margin-left: 10px;
}
li {
	padding-bottom: 5px;
}
.faqQuestion {
	font-weight: bold;
}
table.supportContact {
	margin-right: 10px;
	margin-left: 10px;
	border: none;
}
td.supportContact {
	border: none;
	padding-bottom: 2px;
}
input, textarea.bugReport {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 400px;
}
textarea.bugReport {
	height: 250px;
	width: 856px;
	margin: 0px;
}
textarea.newsPost {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 800px;
	height: 400px;
	margin: 0px;
}
input.newsPost {
	width: 800px;
}
input.bugReportSubmit {
	width: auto;
}
div.newsPost {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
div.newsPostBreaker {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDF4FF;
}
.newsPostTitle {
	font-weight: bold;
}
.newsPostDetails {
	font-size: 8pt;
}
.newsPostDetailsValue {
	color: #000099;
	font-weight: bold;
}
input.postNewsLoginText {
	width: 150px;
}
input.postNewsLoginButton, input.postNewsButton {
	width: auto;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table.postNews, table.bugReport {
	margin-top: 10px;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;	
}
a img {
	/* By default, images in links do not want to have a border */
	border: 0px;
}
code {
	white-space: pre;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFCC;
	display: block;
	border: 1px solid #CCCCCC;
}
h2, h3 {
	margin-left: 10px;
	margin-right: 10px;
}