/* ---------- COMMON STYLES FOR ALL PAGES ---------- */


/* ---------- FONTS AND BORDERS ---------- */
html { /* Safari bug fix: needed to keep the content within the visible page */
  width: 99.999%;
}
body {
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
  margin-top: 3px;
  max-width: 40em;
}
p.whatsnewlist {
  max-width: 50em;
}
ul, ol {
  max-width: 40em;
}
a {
  text-decoration: none;
  color: #9f2c04;
}
a:hover, a:active {
  text-decoration: underline;
  color: #9f2c04;
}
h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
  color: #9f5504;
}
h1, h2 {
  background-color: #fdebb4;
}
h1 {
  font-size: 1.5em;
  margin-top: 0px;
}
h2 {
  font-size: 1.25em;
  margin-top: .5em;
}
h3 {
  font-size: 1.10em;
  margin-top: .5em;
}
h4 {
  font-size: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
  max-width: 40em;
}
h5 {
  font-size: .9em;
  color: #000000;
  margin-top: .3em;
  margin-bottom: 0px;
  max-width: 40em;
}
.noborder {
  border-width: 0;
}
.headingline {
  border-bottom: 1px solid #d8aa1c;
}
.codecitation {
  /* wherever possible, use the <cite> tag instead of this class for code citation */
  font-style: italic;
  font-size: .9em;
}
.offsetbox {
	/* This creates an offset box to separate items from the main text flow
     This isn't used in the print styles, only online  */
	position: relative;
	width: 30em;
	border-left: 1px solid #d8770e;
	border-top: 1px solid #d8770e;
	margin-bottom: 1em;
	margin-left: .5em;
	padding: .5em;
	background-color: #fdebb4;
	list-style-image: url(/images/stylishbullet.gif);
}
.offsetbox li {
  margin-bottom: .2em;
}
.smallmenubox {
	/* small box for menus at the tops of pages
     This isn't used in the print styles, only online  */
	position: relative;
	width: 20em;
	border-left: 1px solid #d8770e;
	border-top: 1px solid #d8770e;
	margin-bottom: 1.5em;
	margin-left: .5em;
	padding: 5px;
	background-color: #fdebb4;
	list-style-image: url(/images/stylishbullet.gif);
}
.smallmenubox ul {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 1em;
}
.fullwidthbox {
	/* full-width box for list items
     This isn't used in the print styles, only online  */
	position: relative;
	border-left: 1px solid #d8770e;
	border-top: 1px solid #d8770e;
	margin-bottom: 1em;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
  padding-right: 1.5em;
	background-color: #fdebb4;
	list-style-image: url(/images/stylishbullet.gif);
}
.fullwidthbox li {
  margin-bottom: .2em;
}
.fullwidthbox ul, .fullwidthbox ol {
  max-width: none;
}
.redtext {
  color: red;
}
.smalltext {
  font-size: .8em;
}
.stylishbullet {
	list-style-image: url(/images/stylishbullet.gif);
}
.stylishimage {
  border: 2px solid black;
  padding: 5px;
  background-color: white;
}
.faq {
  font-size: 1.8em;
  font-weight: 800;
  color: #9f5504;  
}
.topborder {
	border-top: 1px solid #c16565;
  padding-top: 1em;
}
.offsetparagraph {
  padding-left: 150px;
}
.offsetparagraphimg {
  margin-left: -150px;
  float: left;
}

/* ---------- TABLE DESIGN ---------- */
td, th {
  font-size: .9em;
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
.stdtable, .formstable {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.stdtable, .stdtable td, .stdtable th { 
	margin: 0px;
  margin-bottom: .5em;
  margin-top: .5em;
	padding: 3px;
	border: 1px solid #d8aa1c;
	border-collapse: collapse;
}
.stdtablebg {
  background-color: #fdebb4;
}
.formstable, .formstable td, .formstable th { 
	margin: 0px;
  margin-bottom: .5em;
  margin-top: .5em;
	padding: 3px;
	border: none;
	border-collapse: collapse;
}

/* ---------- SPACING AND POSITIONING ---------- */
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.notopspace {
  margin-top: 0px;
  padding-top: 0px;
}
.oneemtopspace {
  margin-top: 1em;
}
.twoemtopspace {
  margin-top: 2em;
}
.nobottomspace {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.halfembottomspace {
  margin-bottom: .5em;
}
.oneembottomspace {
  margin-bottom: 1em;
}
.twoembottomspace {
  margin-bottom: 2em;
}
.indent {
  margin-left: 40px;
}
.center {
  text-align: center;
}
.rightalign {
  text-align: right;
}
.notalist { /* hides bullet and indent, but keeps it a list */
 list-style-type: none;
 padding-left:0;
 margin-left:0;
}
.rssfeed {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
}
.rssfeed img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0;
}

/* ---------- ACCORDION STYLES ---------- */
.accordionbutton {
  position: relative;
  display: block;
  height: 30px;
  width: 740px;
  background-color: #fdebb4;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  line-height: 30px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #d8aa1c;
  cursor: pointer;
}
.accordionbuttonactive {
  background-color: #9f5504;
  color: #ffffff;
  border-bottom: 1px solid #9f5504;
}
.accordioncontent {
  background-color: #ffffff;
  padding: 3px 5px;
}
.accordioncontent ul {
	list-style-image: url(images/bullets.png);
	font-size: .9em;
	margin-top: .5em;
}
.accordioncontent a {
  color: #5d69af;
  text-decoration: none;
}
.accordioncontent a:hover {
  text-decoration: underline;
}

