/* GENERAL STYLES */

body {
  font:80% Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
img.alignLeft {
  margin:1px 12px 6px 0;
}
img.alignRight {
  margin:1px 0 6px 12px;
}
a, a.visited {
  color:#FF5C26;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline
}
table.message a, a.visited {
  text-decoration:underline;
}
table.error a, a.visited {
  text-decoration:underline;
}
form {
  margin:0
}
table {
  font-size:100%;
}
p {
  font-size:100%;
  line-height:1.4;
}
h1 {
  font-size:250%;
  font-weight:normal;
}
h2 {
  margin:0 0 .5em;
  font-size:215%;
  letter-spacing:-1px;
  color:#263B97;
}
h3 {
  margin:2em 0 .75em 0;
  font-size:150%;
  color:#263B97;
}
h4 {
  font-size:125%;
  color:#3e71b3;
  padding-bottom:2px;
  border-bottom:1px dotted #ACC0DC;
  margin:2em 0 1em;
  text-transform:uppercase;
}
h5 {
  font-size:110%;
  color:#263B97;
  margin:1em 0;
}
h6 {
  font-size:100%;
  margin:1em 0;
}
input, select, textarea {
  font:100% Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
li {
  margin-top:.25em;
  margin-bottom:.25em;
}
ol.spaced li,
ul.spaced li {
  margin-top:.75em;
  margin-bottom:.75em;
}
ul.nobullet {
  padding:0;
  margin:0 0 1em;
  list-style:none;
}
.subtle {
  color:#AAA;
  font-size:92%;
}
div.resourceTitle {
  font-weight:bold;
}
div.resourceURL {
  margin-top:2px;
}
div.resourceDesc {
  font-size:92%;
  margin-top:2px;
}

/* Info & error msg formatting */
div.errorMsg {
  clear:left;
  border:1px solid #FCC;
  background-color:#FFEBEB;
  margin:1em auto;
  text-align:left;
  color:#F00;
  font-weight:bold;
  min-height:40px;
  overflow:auto;
  width:100%;
}
div.infoMsg {
  clear:left;
  border:1px solid #FFDDAE;
  background-color:#FFF5E5;
  margin:1em auto;
  text-align:left;
  color:#F80;
  font-weight:bold;
  min-height:40px;
  overflow:auto;
  width:100%;
}
div.errorMsg p, div.infoMsg p {
  margin:6px 6px 6px 53px;
}
div.errorMsg ul, div.infoMsg ul {
  margin:6px 6px 6px 70px;
  padding:0;
}
div.errorMsg ul li, div.infoMsg ul li {
  margin-bottom:.25em;
}
div.infoMsg img, div.errorMsg img {
  margin:6px;
  float:left;
}

.alignLeft {
  margin:2px 9px 4px 0;
  float:left;
}
.alignRight {
  margin:2px 0 4px 9px;
  float:right;
}

.btn {
  background:#F2F9FF;
  padding-top:1px;
  padding-bottom:1px;
  color:#000;
  text-decoration:none;
  cursor:pointer;
  border:1px solid #7C8FA6;
  display:inline;
}
.btn:hover, .btn:active {
  background-color:#0039E5;
  text-decoration:none;
  border-color:#003B99;
  color:#FFF;
}
.btn {
  background-image:url(../images/button_shade.png);
  background-position:bottom;
}
.btn.big {
  padding-top:2px;
  padding-bottom:2px;
}
.big {
  font-size:125%;
}