/* Styles for main content area */

#main a {
  color: #0023a0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  color: #ff9900;
  text-decoration: underline;
}
#main a.loud {
  font-weight: bold;
}
#main a.quiet {
  color: #0023a0;
}
#main dd {
  margin: 0em 10px 4px 0px;
  padding: 0em 0px 4px 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 16px 0px;
}
#main dt {
  font-size: 14px;
  line-height: 1.071;
  color: #666666;
}
#main fieldset {
  border: 0;
  background-color: #F5F5F5; 
  margin: 0em 0px 16px 0px;
  padding: 10px 0px;
  clear: both;
}
#main h1, #main h1.title {
  color: #666666;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.029; 
  margin: 18px 0px; 
  clear: both;
}
#main h1.title {
  margin-top: 0px;
}
#main h2 {
  color: #0023a0;
  font-weight: normal;
  font-size: 26px; 
  line-height: 1.154;
  margin: 18px 0px; 
  clear: both;
}
#main h2 a {
  color: #0023a0;
  text-decoration: none;
}
#main h3, #main h4 {
  color: #ff9900;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.125; 
  margin: 9px 0px; 
}
#main h3 a, #main h4 a {
  color: #ff9900;
  text-decoration: underline;
}
#main h3 {
  clear: both;
}
#main h5, #main h5.xTreeCollapsed { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  color: #0023a0;
  font-weight: normal;
  font-size: 15px; 
  line-height: 1.125;
  margin: 9px 0px; 
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  cursor: pointer;
  clear: both;
  background-image: url(images/h5-collapsed.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#main h5:hover {
  text-decoration: underline;
}
#main h5.xTreeExpanded {
  background-image: url(images/h5-expanded.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main div.xTreeCollapsed {       
  display: none;
}
#main div.xTreeExpanded {
  padding: 0px 0px 0px 10px;
  margin: 10px 0px 0.5em 3px;
  border-left: 9px solid #eeeeee;
}
#main h6 { /* This tag is hijacked by xTree.js to terminate an expand/collapse tag, and to escape floating items */
  display: none;
}
#main hr {
  display: block;
  color: #999999;
  background-color: #999999;
  height: 1px;
  border: 0;
  margin-bottom: 14px;
}
#main legend {
  font-weight: bold;
  color: #ff9900;
}
#main p {
  margin: 0px 0px 18px 0px;
}
#main p.error {
  padding: 10px;
  border: 1px solid #cccccc;
}
#main pre {
  background-color: transparent;
  padding: 8px 9px;
  border: 1px solid #cccccc;
}
#main table {
  font-size: 13px; 
  line-height: 1.385; 
  margin: 0px 0px 18px 0px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  padding: 5px;
}
#main ul {
  font-size: 13px; 
  margin-top: 0; 
  margin-bottom: 0;
  padding: 0px 0px 0px 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 13px; 
  line-height: 1.385; 
  margin-top: 0; 
  margin-bottom: 18px;
  padding: 0em 0px 0em 20px;
}
#main ul li {
  margin: 0px 0px 6px 15px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 6px 0px;
  padding: 0;
}

/* Form Elements */
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #666666;
  font-weight: bold; 
  font-size: 13px;
  line-height: 1.385; 
  padding: 1px 2px;
  border: 1px solid #cccccc;
  margin: 0px 0px 2px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  background-color: #e8e8e8; 
}
#main input.number {
  text-align: right;
}
#main input.submit,#main input.form-submit {
  color: #ffffff;
  background-color: #a6a6a6;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #e8e8e8;
  padding: 2px;
  margin: 0px 0px 0px 0px;
}
#main input.submit:hover,#main input.form-submit:hover {
  background-color: #666666;
}
#main input.cancel {
  color: #666666;
  background-color: #eeeeee;
  border: 1px outset;
}
#main input.cancel:hover {
  color: #666666;
  background-color: #ffffff;
  border: 1px inset;
}
#main select,option,optgroup {
  color: #0023a0; 
}
#main optgroup {
  font-style: normal;
  font-weight: normal;
  color: #0023a0;
  padding: 0em 0px 0em 3px;
}
#main optgroup option {
  padding: 0em 0px 0em 10px;
}
#main option {
  padding: 0em 0px 0em 3px;
}

/* Classes */
#main .boxleft {
  width: 200px; 
  color: #ff9900; 
  background-color: #eeeeee; 
  padding: 8px 10px; 
  margin: 8px 10px 8px 0px;
  float: left; 
  clear: left;
} 
#main .boxright {
  width: 200px; 
  color: #ff9900; 
  background-color: #eeeeee; 
  padding: 8px 10px; 
  margin: 8px 0px 8px 10px;
  float: right; 
  clear: right;
}
#main .captionleft    {
  color: #000000; 
  font-weight: normal;
  float: left;  
  clear: left;
  font-size: 16px; 
  line-height: 1.25; 
  padding: 10px 10px 10px 0px; 
  width: 200px; 
  text-align: left;
}
#main .captionright   {
  color: #000000; 
  font-weight: normal;
  float: right; 
  clear: right;
  font-size: 16px;
  line-height: 1.25; 
  padding: 10px 0px 10px 10px; 
  width: 200px; 
  text-align: left;
}
#main .error {
  color: #cc0000;
}
#main .imgleft {
  float: left;  
  clear: left;
  padding: 2px 10px 8px 0px;
}
#main .imgright {
  float: right; 
  clear: right;
  padding: 2px 0px 8px 10px;
}
#main .imgcenter {
  display: block;
  text-align: center;
}
#main img.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main .label {
  color: #666666;
  font-weight: bold;
}
#main .loud {
  color: #ff9900;
  font-weight: bold;
}
#main .quiet {
  color: #888888;
}
#main p .quotation {
  margin-bottom: 0px;
}
#main .quotation {
  color: #999999;
  background-color: #ffffff;
  font-family: Courier, Times, serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.333;
  display: block;
  padding: 5px 10px;
  border: 1px solid #cccccc;
}
#main .quotation-author {
  color: #505050;
  font-size: 10px;
  line-height: 1.6;
  display: block;
  text-align: right;
}
#main .required {
  color: #990000;
}
#main div.links {
  margin: 32px 0px;
  padding: 0;
}
#main div.links ul.links {
  margin: 0;
  padding: 0;
}
#main div.links ul.links.inline {
  display: inline;
}
#main div.links ul.links li {
  display: inline;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.6;
}
#main div.links ul.links li a {
  padding: 0px 10px 0px 0px;
}
#main .messages {
  background-color: #eeeeee;
  padding: 8px 10px;
  margin-bottom: 16px;
}
#main div.xCaption {
}
#main p.xCaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 0px 0px 8px 0px; 
}
#main p.xCaption a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.6;
}
#main .body img.xCaption {
}

/* Tighten padding in TinyMCE toolbar */
#main td.mceToolbar table {
  margin-bottom: 0px;
}

/* containers for rich media */
#main .album-frame {
}
#main .slideshow-frame {
}
#main .video-frame {
}

