/* Homebuyer Course Stuff */

div.course div.summary
{
  margin: 10px 0;
  border: 1px solid #ddd;
  background: #eee;
  padding: 6px;
}
div.course div.summary h2
{
  font: 18px sans-serif;
  margin: 0;
}
div.course div.summary table
{
  border-collapse: collapse;
}
div.course div.summary td
{
  padding: 10px;
  text-align: left;
}
div.course tr.progressRow td
{
  border-top: 1px solid #ccc;
}

div.course td.body h1
{
  font-size: 24px;
  font-weight: bold;
  color: #6c99d8;
  margin: 0 0 12px 0;
}
div.course td.body h2
{
  font-size: 19px;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6c99d8;
  margin: 1em 0;
}
div.course td.body h3
{
  font-size: 12px;
  margin: 2em 0 1em 0;
}

div.course td.nav
{
  background: #6c99d8;
  color: #fff;
  padding: 10px;
  width: 200px;
}
div.course td.nav a
{
  color: #fff;
}
div.course td.nav h1
{
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
div.course td.body
{
  padding: 0 0 20px 20px;
}

div.course ul.progress
{
  padding: 0;
  margin: 0;
  list-style: none outside;
  font-size: 11px;
}
div.course ul.progress a
{
  text-decoration: none;
}
div.course ul.progress a:hover
{
  text-decoration: underline;
}
div.course ul.progress li
{
  list-style: none outside;
  background: url(item-incomplete.gif) no-repeat 0 -20px;
  padding: 0 0 2px 17px;
  margin: 3px 0 0 0;
}
div.course ul.progress li.complete
{
  background: url(item-complete.gif) no-repeat 0 3px;
}
div.course ul.progress li.current
{
  font-weight: bold;
}
div.course ul.progress ul
{
  margin: 10px 0;
  list-style: none outside;
  padding: 0;
}
div.course ul.progress ul li
{
  list-style: none outside;
  padding: 0 0 0 5px;
  margin: 0 0 5px;
  font-weight: normal;
}
div.course ul.progress ul li a
{
  color: #F4F4A2;
}
div.course ul.progress ul li.current a
{
  color: #f5e370;
}


div.course div.quiz ol, div.course div.quiz ul
{
  margin: 0 0 0 26px;
  padding: 0;
}
div.course div.quiz li
{
  margin: 0 0 20px 0;
}

#glossary h3
{
  margin: 0;
  font-size: 13px;
}


/* Form Stuff */
div.form
{
  color: #000;
}
div.form table.form, div.form table.buttons, div.form div.summary
{
  margin-left: -4px;
}
div.form div.summary
{
  border: 2px solid #c00;
  background: #FDFFCC;
  color: #000;
  margin-top: 10px;
  padding: 10px 4px;
  display: none;
}

table.buttons
{
  border-collapse: collapse;
  margin: 10px 0;
}
table.buttons td
{
  padding: 4px;
}

table.form
{
  border-collapse: collapse;
  border: 1px solid #eee;
}
table.form th, table.form td
{
  border-bottom: 1px solid #eee;
  color: #000;
}
table.form th
{
  padding: 8px 4px;
  font-size: 13px;
  background-color: #f6f6f6;
  text-align: left;
}
table.form td
{
  padding: 2px 0 2px 4px;
  text-align: left;
  font-size: 13px;
}
table.form td.message
{
  padding: 2px 0;
}
table.form input
{
  font-size: 18px;
}
table.form input.button
{
  font-size: 12px;
}
table.form input[type="text"],
table.form input[type="password"]
{
  width: 300px;
}
table.form select
{
  font-size: 18px;
}
table.form select[id]
{
  width: 308px;
}
table.form td.note
{
  font-size: 11px;
  color: #999;
  padding-right: 18px;
}
table.form span.note
{
  font-size: 11px;
  font-weight: normal;
  color: #999;
}
table.form label.above
{
  font-size: 9px;
  font-weight: normal;
  color: #777;
  display: block;
}
table.form input.error, table.form select.error
{
  border: 2px solid #c00;
}
td.caption label.error
{
  /* color: #c00; overkill */
}

table.form table.inner,
table.form table.inner td,
table.form table.inner th
{
  border: none;
  border-collapse: collapse;
  padding: 0;
}

/* indicators */
span.replaced
{
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
td.indicator
{
  width: 11px;
  padding: 0;
  text-align: right;
}
td.indicator label
{
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(indicator.gif) no-repeat 0 0;
}
td.indicator label.required
{
  background-position: -11px 0;
}
td.indicator label.ok
{
  color: blue;
  background-position: -22px 0;
}
td.indicator label.error
{
  color: #c00;
  background-position: -33px 0;
}



td.message label
{
  display: block;
  height: 18px;
  width: 1px;
}
td.message label.error span
{
  display: block;
  position: absolute;
  z-index: 20;
  background: #fff url(bubble.gif) no-repeat top left;
  border-right: 1px solid #D4D0C8;
  color: #666;
  font-size: 10px;
  line-height: 18px;
  padding: 0 4px 0 10px;
  width: auto;
  white-space: nowrap;
}
#required-note
{
  width: 200px;
  height: 18px;
  overflow: hidden;
  background: url(required-note.gif) no-repeat 0 0;
  font-size: 11px;
  color: #999;
  margin: 20px 0 0 0;
}
a.option
{
  font-size: 16px;
  line-height: 30px;
}

.soft
{
  font-size: 80%;
  color: #999;
}

#message
{
  color: #999;
}

table.grid
{
  border: none;
}
table.grid th, table.grid tr.header td
{
  font-size: 10px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #BFBAB3;
  padding: 3px;
}
table.grid td
{
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #BFBAB3;
  padding: 3px;
}
table.grid tr.pager td
{
  border-bottom: none;
  padding: 3px;
  color: #999999;
}
table.grid tr.alt td
{
  background-color: #EFEBE0;
}
table.status
{
  border-bottom: 1px solid #BFBAB3;
  margin: 0 0 10px 0;
}
table.app
{
  border: 1px solid #BFBAB3;
  background-color: #EFEBE0;
}
table.app td
{
  background-color: #EFEBE0;
  font-size: 11px;
}
table.app tr.line td
{
  border-bottom: 1px solid #BFBAB3;
}
table.app tr.line td td
{
  border: none;
}
table.app label
{
  display: block;
  font-size: 9px;
}
table.app label.label-nobr
{
  display: inline;
  font-size: 11px;
}
table.app th
{
  background-color: #EFD586;
  text-align: left;
  font-size: 13px;
  padding: 4px;
}
table.app-wrap tr.app-wrap-button td
{
  padding-top: 10px;
}
table.title-list, table.title-list td
{
  background-color: #FFF7DF;
}

.err
{
  color: #c00;
}
div.err
{
  background-color: #fee;
  padding: 4px;
  border: 1px solid #c00;
  margin: 1em 0;
}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}