/* Styles for main content area */

/* tinymce: on */
#main a {
  color: #0A81C3;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  font-weight: bold;
}
#main a.quiet {
  color: #0A81C3;
}
#main dd {
  margin: 0em 10px 5px 0px;
  padding: 0em 0px 5px 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 5px 0px;
}
#main dt {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  line-height: 1.071;
  color: #ceb74f;
}
#main fieldset {
  margin: 0em 0px 13px 0px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5; 
  margin-bottom: 15px;
}
#main h1, #main h1.title {
  color: #417000;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin: 15px 15px; 
  clear: both;
}
#main h1.title {
  margin: 0px 0px 15px 10px;
}
#main h2, #main h2.title, #main h2 a, #main h2.title a, #main h5 {
  color: #417000;
  font-weight: normal;
  font-size: 15px; 
  line-height: 1;
  margin: 15px 0px 15px 0px; 
  clear: both;
}
#main h3, #main h3 a, #main h4, #main h4 a {
  color: #253F00;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.154; 
  margin: 10px 0px 10px 0px; 
}
#main h3 {
  clear: both;
}
#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  cursor: pointer;
  clear: both;
}
#main h5:hover {
  text-decoration: underline;
}
#main h5, #main h5.xTreeCollapsed {
  background-image: url(images/menu-collapsed.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 5px 0px 15px 0px;
}
/* tinymce: off */
#main h5.xTreeExpanded {
  background-image: url(images/menu-expanded.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main div.xTreeCollapsed {       
  display: none;
}
#main div.xTreeExpanded {
  margin-bottom: 15px;
  padding: 13px 5px 2px 14px;
  border-left: 1px solid #efefef; 
  background-image: url(images/bg-h5.png); 
  background-repeat: no-repeat;
}
#main h6 { /* This tag is hijacked by xTree.js to terminate an expand/collapse tag, and to escape floating items */
  display: none;
}
/* tinymce: on */
#main hr {
  display: block;
  color: #000000;
  background-color: #000000;
  height: 1px;
  border: 0;
  margin-bottom: 14px;
}
/* tinymce: off */
#main legend {
  font-weight: bold;
  color: #ceb74f;
}
/* tinymce: on */
#main p {
  font-size: 11px;
  line-height: 1.364; 
  margin: 0px 0px 15px 0px;
}
/* tinymce: off */
#main p.error {
  padding: 10px;
  border: 1px solid #cccccc;
}
#main pre {
  background-color: transparent;
  padding: 8px 9px;
  border: 1px solid #cccccc;
}
/* tinymce: on */
#main table {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 10px 0px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  font-size: 11px;
  line-height: 1.364;
  margin: 0px 0px 10px 0px;
  padding: 2px 0px;
}
#main ul {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 10px 0px;
  padding: 0em 0px 0em 20px;
}
#main ul li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}

/* tinymce: off */
/* Form Elements */
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #003366; 
  font-size: 11px;
  line-height: 1; 
  padding: 5px 3px;
  background-color: #f3f4ed; 
  background-image: url(images/bg-entry.gif);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #aeaeae;
  margin: 0px 0px 5px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  background-image: url(images/bg-entry-focus.gif);
  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: 1px;
  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 {
  margin-bottom: 5px;
}
#main select, #main option, #main optgroup {
  color: #003366; 
}
#main optgroup {
  font-style: normal;
  font-weight: normal;
  color: #003366;
  padding: 0em 0px 0em 3px;
}
#main optgroup option {
  padding: 0em 0px 0em 10px;
}
#main option {
  padding: 0em 0px 0em 3px;
}
/* tinymce: on */

/* Classes */
#main .boxleft {
  width: 200px; 
  color: #333333; 
  background-color: #cbd3c8; 
  padding: 10px; 
  margin: 10px 10px 10px 0px;
  float: left; 
  clear: left;
} 
#main .boxright {
  width: 200px; 
  color: #333333; 
  background-color: #cbd3c8; 
  padding: 10px; 
  margin: 10px 0px 10px 10px;
  float: right; 
  clear: right;
}
#main .captionleft    {
  color: #b40900; 
  font-weight: bold;
  float: left;  
  clear: left;
  font-size: 14px; 
  line-height: 1.071; 
  margin: 10px 10px 10px 0px;
  width: 200px; 
  text-align: left;
  padding: 10px 10px 10px 0px; 
}
#main .captionright   {
  color: #b40900; 
  font-weight: bold;
  float: right; 
  clear: right;
  font-size: 14px;
  line-height: 1.429; 
  margin: 10px 0px 10px 10px; 
  width: 200px; 
  text-align: right;
  padding: 10px 0px 10px 10px; 
}
#main .error {
  color: #cc0000;
}
#main .imgleft {
  float: left;  
  clear: left;
  padding: 5px 10px 5px 0px;
}
#main .imgright {
  float: right; 
  clear: right;
  padding: 5px 0px 5px 10px;
}
#main .label {
  color: #000000;
  font-weight: bold;
}
#main .loud {
  color: #b40900;
  font-weight: bold;
}
#main .quiet {
  color: #888888;
}
#main .quotation {
  color: #b40900;
  display: block;
  padding: 0px 10px;
}
#main .quotation-author:before {
  content: '-- ';
}
#main .quotation-author {
  color: #a0bb46;
  display: block;
  text-align: right;
  padding: 0px 10px;
}
#main .required {
  color: #990000;
}
/* tinymce: off */
#main .links {
  padding: 0px 10px;
}
#main .links ul.links {
  padding-left: 0;
}
#main .messages {
  background-color: #eeeeee;
  padding: 10px 10px;
  margin-bottom: 10px;
}
#main .ad {
  width: 200px;
  border: 5px solid black;
  float: left;
  margin: 0px 20px 20px 0px;
}
#main .ad .title {
  display: block;
  background-color: #000000;
  padding-bottom: 5px;
}
#main .ad .title *, #main .ad .title a {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.364;
}
#main div.xCaption {
}
#main p.xCaption {
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0px 0px 5px 0px; 
}
#main p.xCaption a {
  font-size: 10px;
  line-height: 1.5;
}
#main .body img.xCaption {
}

#main .errors {
	border: 1px dotted #cc0000;
	background-color: #fff5f5;
	padding: 10px;
	margin: 0px 50px 15px 0px;
}
#main .errors p {
	color: #cc0000;
	font-weight: bold;
  margin: 0;
}

#main div.xCaption {
}
#main p.xCaption {
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0px 0px 15px 0px; 
}
#main p.xCaption a {
  font-size: 10px;
  line-height: 1.5;
}
#main img.xCaption {
}


/* tinymce: on */

/* Tighten padding in TinyMCE toolbar */
#main td.mceToolbar table {
  margin-bottom: 0px;
}

.sortLinks {
   text-align: right;
}

#nodeList {
}
#nodeList .date {
   margin: 0;
   padding: 0;
}
#nodeList .date * {
   color: #666666;
   font-size: 10px;
   line-height: 1;
   text-decoration: none;
}
#nodeList .title {
   padding: 0;
   margin: 0px 0px 10px 0px;
}
#nodeList .title a {
   color: #417000;
   font-size: 15px;
   line-height: 1;
   text-decoration: none;
}
#nodeList .title a:hover {
   text-decoration: underline;
}
#nodeList p {
   color: #666666;
   font-size: 12px;
   line-height: 1.25;
   margin: 0px 0px 10px 0px;
}



