@charset "utf-8";

 header, nav, footer, article { display: block; }
 
 div.buttonicons { margin: .5em; text-align: center; }
 div.buttonicons img { padding: 5px; }

 div.main {
  margin: 0 auto 0 auto;
  max-width: 68em;
 }
 
 div.mainbody { 
  background: white url('/png/pb-2.png') bottom repeat-x;
/*  background-color: white; */
  border: #E0E0E0 solid 2px;
  border-top: none;
  border-radius: .6em;
  -moz-border-radius: .6em;
  color: black;
  padding: .5em 1.5em 1em;
 }

 .box, .errorbox, .successbox {
	background: #f8f8f8 url(/jpg/lightgrayfade.jpg) repeat-x;
	border-radius: .6em;
	-moz-border-radius: .6em;
	box-shadow: .1em .1em .3em #aaaaaa;
	-moz-box-shadow: .1em .1em .3em #aaaaaa;
	clear: both;
	color: black;
}

 .errorbox, .successbox { font-size: 1.4em; padding: .5em; }
 
 .box { border: #77AADD 1px solid; margin-bottom: 1.5em; padding: 1em; }

 .errorbox { border: red 4px solid; }

 .nowrap { white-space: nowrap; }

 .successbox { border: green 4px solid; }

 .rightbox {
	background: #fafafa url(/jpg/lightgrayfade.jpg) repeat-x;
	border: lightgrey 1px solid;
	border-radius: .4em;
	-moz-border-radius: .4em;
	box-shadow: .1em .1em .3em #aaaaaa;
	-moz-box-shadow: .1em .1em .3em #aaaaaa;
	clear: right;
	color: black;
	float: right;
	margin: .7em 0 2em 2em;
	max-width: 23em;
	padding: 14px;
	width: 40%;
}

 img { border: none; }

 img.boxicon { margin-bottom: 5px; margin-right: 5px; vertical-align: middle; }

 img.boxicon2 { float: left; margin: 0px 10px 8px 0px; }

 img.mainaux { margin-bottom: 0px; margin-left: 30px; margin-top: 5px; }
 
 img.maintitleimg { vertical-align: baseline; margin-right: .3em }

 img.floatright { border: none; clear: right; float: right; margin: 10px 0px 15px 20px; }

 img.recimg { float: right; padding: .3em 0 1em 1em }
 
 .formbox {
	background-color: #FFFFE1;
	/* border-color:#336699; */
	border-color: lightgrey;
	border-style: solid;
	border-width: 1px;
	color: black;
	padding: 14px;
}

 form hr { background-color: lightgrey; border: lightgrey 1px solid; margin: .9em auto .9em auto; }

 table { margin-bottom: .5em; }

 table.topgraphics { margin-bottom: 0; }

 table.form {
	background: #fffff3 url(/jpg/lightyellowfade.jpg) repeat-x;
	border-bottom: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	clear: both;
	margin: 1em auto 1em auto;
	padding: 5px;
	width: 90%;
}

 table.form td.formtitle {
  font-weight: bold;
  padding: .2em 1em .2em;
  text-align: right;
 }
 
 .question {
	background-color: #DDDDFF;
	border-color: #336699;
	border-style: solid;
	border-width: 2px;
	color: black;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	margin-top: 40px;
	padding: 5px;
	text-align: left;
}

 .questionproperties { color: green; font-weight: bold; }

 .highlight {
	background: #ffffe3 url(/jpg/lightyellowfade2.jpg) repeat-x;
	border-radius: .3em;
	-moz-border-radius: .3em;
	box-shadow: .1em .1em .7em #aaaaaa;
	-moz-box-shadow: .1em .1em .7em #aaaaaa;
	padding-left: .2em;
	padding-right: .2em;
}

 p.highlight 	{
	background: #ffffe3 url(/jpg/lightyellowfade2.jpg) repeat-x;
	border: #aaaaaa 1px solid;
	clear: both;
	padding: .6em;
}

 div.highlight 	{
	background: #ffffe3 url(/jpg/lightyellowfade2.jpg) repeat-x;
	border: grey 1px solid;
	margin-bottom: .5em;
	padding: 8px;
}

 .highlight2 {
/*	background: #FCF8DC;
	border-bottom: #cdcdb1 1px solid;
	border-top: #cdcdb1 1px solid;
*/
	background: #fcfcf3; 
	border: #cdcdb1 1px solid;
	border-radius: .3em;
	-moz-border-radius: .3em;
	padding: 8px 8px 8px 12px;
}

 a.yellowBack { background-color: yellow; color: black; }

 a:link:hover, a:link:focus, a:link:active { background-color: #F4F4FF; color: #000099; }
/* a:link:hover, a:link:focus, a:link:active { background-color: #2660ff; color: white; } */

/*  a:link:hover img, a:link:focus img, a:link:active img { color: transparent; background-color:transparent; } */
 a:visited:hover, a:visited:focus, a:visited:active { background-color: #F4F4FF; color: #551A8B; }

 input[type=text], input[type=email], input[type=search], input[type=number], select, textarea { background-color: white; padding: 2px; }
 input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, select:focus { background-color: #F4F4FF }
 textarea:focus { background-color: #F8F8FF }

 input[type=submit], input[type=reset], input[type=file], input[type=button] { font-family: verdana, sans-serif; font-weight: bold; height: 2.2em; }
/*
 input[type=text] {
  -moz-border-radius: .3em;
  font-family: consolas, monospace;
 }
*/
 
 input.indent { margin-left: 15px; }

 html {
	height: 101%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	margin-bottom: 5px;
}

 
 body {
    background: #FDFDFD url(/jpg/metal1.jpg) repeat; 
/*    background: #FDFDFD url(/png/bfade-bw.png) repeat-x; */
/*	background: #e0e0e0 url(/jpg/backfadegray4.jpg) repeat-x; */
	font-family: "segoe ui", verdana, tahoma, arial, sans-serif;
/*	font-size: .95em; */
	margin: 0 auto 10px auto;
/*	margin: .5em auto .5em auto; */
/* max-width: 72em; */
	min-width: 750px;
}

 li { margin-top: 0.5em; }

 p { max-width: 60em; }

 p.news { text-align: left; }

 p.news span.headline { color: navy; }

 div.testimonial { color: navy; }

 p.testimonial { color: #004411; }

 p.testimonialsmall { color: #004411; font-family: verdana, sans-serif; font-size: .9em; }

 span.compname {
  color: #85a439;
/*  font-weight: bold; */
 }
 
 span.testimonial { color: navy; }

 span.testimonialauthor { color: black; font-weight: bold; }

 span.bullet { color: green; font-size: 1.2em; }
 .highlight2 span.bullet { color: green; font-size: 1.2em; padding-left: .4em; }

 span.bullet2 { color: gray; }

 div.testimonialbox, p.testimonialbox {
	background-color: #EfEfEf;
	border-bottom: #336699 1px solid;
	border-color: #336699;
	border-left: #336699 1px solid;
	border-radius: .6em;
	-moz-border-radius: .6em;
	border-right: #336699 1px solid;
	border-style: solid;
	border-top: #336699 1px solid;
	color: #004411;
	padding: 14px;
}

 p.title {
	background: #ddddff;
	border-bottom: #1111aa 4px solid;
	border-left: #eeeeff 4px solid;
	border-right: #1111aa 4px solid;
	border-top: #eeeeff 4px solid;
	color: #000000;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
}

 p.code, code {
	color: darkgreen;
	font-family: consolas, "courier new", monospace;
	white-space: pre-wrap;
}

 p.countdowntimer {
	background-color: darkgreen;
	border-radius: .3em;
	-moz-border-radius: .5em;
	color: white;
	font-size: larger;
	padding: .3em .5em;
	box-shadow: .2em .2em .3em #aaaaaa;
	-moz-box-shadow: .2em .2em .3em #aaaaaa;
}

 p.ssdesc { text-align: center; font-weight: bold; margin: 1em auto 2em auto; max-width: 45em; }

 p.ss { clear: both; max-width: none; text-align: center; margin: 2em auto 1em auto; }

 ul, ol { max-width: 50em; }

 h2, h2.new {
	clear: left;
	color: #000080;
	font-family: "segoe ui", arial, sans-serif;
	font-size: 1.2em;
	margin-top: 1.5em;
}

 div.uh2new { margin-left: 2em; max-width: 50em; }

 h3 {
	font-size: large;
	font-weight: normal;
}

 h3.new {
	color: black;
	font-size: medium;
	font-weight: bold;
	margin-top: 1em;
}

 h1 { font-size: 1.5em; text-shadow: .1em .1em .1em #d8d8d8; }

 h3 { font-size: 1.3em; }

 h1, h3 {
	border-bottom: #CCCCCC solid 1px;
	color: navy;
	font-family: "segoe ui", verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

 
 h1.title, h3.title { clear: left; margin-top: 1.5em; }

 h3.firsttitle, h1.firsttitle { clear: both; margin-top: .5em; }

 dt {
	color: #000080;
	font-family: arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

 hr {
	background-color: gray;
	border: none;
	color: gray;
	height: 1px;
	margin: 1.5em;
	width: 90%;
}

 hr.bottom { margin-top: 10px; }

 hr.ss, div.ss hr { margin-left: auto; margin-right: auto; width: 75%; }

 a.navbar, a.navbar:visited {
	background-color: transparent;
	color: white;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

 .navbarsmall {
	background-color: transparent;
	color: white;
	font-size: .9em;
	font-weight: normal;
}

 a.navbar:hover, a.navbar:focus, a.navbar:active { background-color: #2660ff; color: white; }

 div.menubar {
	background: #052994 url(/gif/menubarbg-3.gif) repeat-x;
	border: none;
	border-radius: .3em;
	-moz-border-radius: .3em;
	box-shadow: .1em .2em .5em #aaaaaa;
	color: #AAAAAA;
	margin: 0 -.5em;
	-moz-box-shadow: .1em .2em .5em #aaaaaa;
	padding: .4em;
	text-align: center;
}

 div.menubar a { color: white; /*  font-weight: bold; */ padding: .1em .4em .2em; }

 
 div.bottommenu {
/*	background: #f9f9f9 url(/jpg/lightgrayfade2.jpg) repeat-x; */
/*	background-color: #F9F9F9; */
	border-top: #BBBBEE solid 1px;
	clear: both;
	/*  border-bottom: #354895 solid 1px; */
	color: grey;
	font-family: verdana, tahoma, sans-serif;
	font-size: .9em;
	font-weight: normal;
	margin: .5em 0;
	max-width: 100%;
	padding: .5em 0 1em;
	text-align: center;
}

 div.bottommenu p { margin-bottom: .1em; margin-top: .1em; max-width: 100%; }

 div.bottommenu p.rssfooter { font-size: .9em; }

 div.bottommenu p.copyright small { font-size: .9em; }

 div.bottommenu a { text-decoration: none; }
 div.bottommenu a:visited, div.bottommenu a:link { color: gray; }
 div.bottommenu a:hover { background-color: #F4F4FF; color: #000099; }
 
 table.layout {
	background-color: white;
	border-bottom: solid 2px #000080;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	color: black;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

 table.topgraphics { margin-left: auto; margin-right: auto; }
 
 table.toplayout { margin: .1em 0 0 0; border: none; padding: 0 }
 table.toplayout td { padding: 3px; }
 td.maintitle { width: 100%; font-size: 1.7em; font-weight: bold; text-align: center; }
 div.topheading { 
  box-shadow: .1em .1em .3em #CCCCCC;
  padding: .5em;
  background: #f5f5f5 url(/png/th_bg.png) repeat-x;
  background-size: auto 100%;
  border-radius: .4em;
  -moz-border-radius: .4em;
  border: 1px #DDDDDD solid;
  margin: .4em auto;
  max-width: 80%;
 }

 table.standard {
	border: 1px solid lightgrey;
	border-radius: .3em;
	-moz-border-radius: .3em;
	font: normal 1em arial, sans-serif;
}

 th.standard {
    background: #daf0fd url(/gif/thead_bg.gif) bottom repeat-x;
	color: #000080;
	font: bold 1em "segoe ui", verdana, tahoma, arial, sans-serif;
	padding: .4em;
	text-align: center;
}

 td.standard {
	background-color: #EFEFEF;
	color: #000080;
	font-size: .9em;
	padding: .2em .4em .2em .4em;
	text-align: center;
}

 td.cellhighlight {
	background: #ffffe3 url(/jpg/lightyellowfade2.jpg) repeat-x;
	border-radius: .4em;
	-moz-border-radius: .4em;
	box-shadow: .1em .1em .7em #aaaaaa;
	color: #000080;
	-moz-box-shadow: .1em .1em .7em #aaaaaa;
	padding: .2em .4em .2em .4em;
	text-align: center;
}

 td.layouttop, div.maintopline {
/*	background: #180d9f url(/gif/menubarbg-3.gif) repeat-x; */
	background: #353535 url(/gif/topbarbg.gif) repeat-x; 
	border: 0px none;
	box-shadow: 0 .3em .7em #777777;
	-moz-box-shadow: 0 .3em .7em #777777;
	color: white;
	font-family: verdana, tahoma, sans-serif;
	font-size: .9em;
	padding: .4em 0;
/*	padding: 5px 3px 5px; */
	text-align: center;
}

 .rss {
	background: #F60;
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	color: #FFF;
	font: bold 100% verdana, sans-serif;
	margin: 0;
	padding: 0 3px;
	text-decoration: none;
}

 input[type=text], input[type=email], input[type=search], input[type=number], select, textarea { 
  border: 1px solid lightblue;
  border-radius: .3em;
  -moz-border-radius: .3em;
  font-family: consolas, monospace;
  padding: .2em;
 }

 .helpintrotext { background-color: #fef8f1; color: black; font-size: 1.1em; padding: 10px; border: solid 1px #ded8d1; }

 table.syntaxhelp, table.examplehelp { border: 1px solid lightgrey; }

 th.syntaxhelp, th.examplehelp {
    background: #daf0fd url(/gif/thead_bg.gif) bottom repeat-x;
	color: #000080;
	font: bold .85em arial, sans-serif;
	padding: .4em;
	text-align: center;
}

 td.syntaxhelp {
	background-color: #F5F5F5;
	color: #000080;
	font: 1em consolas, "courier new", monospace;
	padding: .2em .4em .2em .4em;
	text-align: center;
}

 td.examplehelp {
	background-color: #F5F5F5;
	color: #000080;
	padding: .2em .4em .2em .4em;
	text-align: center;
}

 span.formtitlesublines { font-size: smaller; }
 
 span.generaltag {
	background: #052994 url(/gif/menubarbg-3.gif) repeat-x;
/*	background: #083da9;
	border: solid 1px gray;
*/
	border-radius: .4em;
	-moz-border-radius: .4em;
/*
	box-shadow: .1em .1em .7em .15em #aaaaaa;
	-moz-box-shadow: .1em .1em .7em .15em #aaaaaa;
*/
	color: white;
	font-weight: bold;
	margin: .5em;
	padding: .3em .6em;
	text-align: center;
}

 span.helptag {
	background: #008000;
	border: solid 1px #DEDEDE;
	color: white;
	font-weight: bold;
	margin-right: .5em;
	padding: .3em .6em;
	text-align: center;
}

 table#tlayout1 td { padding: 0; }

 a.seealsohelp { padding: .2em .5em; }
  
