/*
** Styles for main content area
*/

#main a {
  color: #2C62A0;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  font-weight: bold;
}
#main a.quiet {
  color: #3D8AB4;
}
#main dd {
  margin: 0em 10px 8px 0px;
  padding: 0em 0px 4px 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 8px 0px;
}
#main dt {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    line-height: 1.143;
    color: #333;
}
#main fieldset {
  margin: 0em 0px 1em 0px;
  border: 1px solid #4E4E44;
}
#main h1, #main h1.title {
  color: #ff9900;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.231;
  margin: 8px 0px; 
  clear: both;
}
#main h1.title {
  margin: 0px 0px 8px 0px;
}
#main h2, #main h2 a {
  color: black;
  font-weight: bold;
  font-size: 20px; 
  line-height: 1.6;
  margin: 8px 0px; 
  clear: both;
  text-decoration: none;
}
#main h2 a:hover {
  text-decoration: underline;
}
#main h3, #main h3 a {
  color: black;
  font-weight: bold;
  font-size: 16px;
  line-height: 1; 
  margin: 8px 0px; 
  text-decoration: none;
  clear: both;
}
#main h2 a:hover {
  text-decoration: underline;
}
#main hr {
  display: block;
  color: black;
  background-color: black;
  height: 1px;
  border: 0;
  margin-bottom: 15px;
}
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #003366; 
  font-size: 13px;
  line-height: 1;
  border: 1px solid #666;
  padding: 1px;
  margin: 0px 0px 1px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  background-color: #eee; 
}
#main input.number {
  text-align: right;
}
#main input.submit,#main input.form-submit {
  color: white;
  background-color: #658FA9;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #333;
  padding: 1px;
  margin: 0px 0px 1px 0px;
}
#main input.submit:hover,#main input.form-submit:hover {
  background-color: #999;
}
#main input.cancel {
  color: #666;
  background-color: #eeeeee;
  border: 1px outset;
}
#main input.cancel:hover {
  color: #666;
  background-color: #ffffff;
  border: 1px inset;
}
#main select,option,optgroup {
  color: #003366; 
}
#main legend {
  font-weight: bold;
}
#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;
}
#main p {
  font-size: 13px;
  line-height: 1.231;
  margin: 0px 0px 16px 0px;
}
#main pre {
  background-color: transparent;
  padding: 8px 9px;
  border: 1px solid #ccc;
}
#main table {
  font-size: 13px;
  line-height: 1.231;
  margin: 0px 0px 16px 0px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  font-size: 13px;
  line-height: 1.231;
  margin: 0px 0px 16px 0px;
}
#main td.heading {
  color: white;
  background-color: #cbd3c8;
  vertical-align: top;
  text-align: center;
}
#main ul {
  font-size: 13px;
  line-height: 1.231;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 13px;
  line-height: 1.231;
  margin: 0px 0px 16px 0px;
  padding: 0em 0px 0em 20px;
}
#main ul li {
  margin: 0px 0px 8px 0px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 8px 0px;
  padding: 0;
}

#main .imgleft {
  float: left;  
  clear: left;
  padding-right: 10px;
}
#main .imgright {
  float: right; 
  clear: right;
  padding-left: 10px;
}
#main .label {
  color: black;
  font-weight: bold;
}
#main .loud {
  color: black;
  font-weight: bold;
}
#main .quiet {
  color: #888;
}
#main .required {
  color: #900;
}
#main .error {
  border: 1px solid #900;
}
/*
#main .links {
  padding: 0px 10px;
}
#main .links ul.links {
  padding-left: 0;
}
*/
#main #comment-form label {
  display: block;
  font-weight: bold;
}
#main #comment-form .form-item {
  margin-bottom: 5px;
}
/*
<div><div class="form-item" id="edit-name-wrapper">
 <label for="edit-name">Your name: </label>
 <input type="text" maxlength="60" name="name" id="edit-name" size="30" value="Anonymous" class="form-text" />
</div>
<div class="form-item" id="edit-mail-wrapper">
 <label for="edit-mail">E-mail: </label>

 <input type="text" maxlength="64" name="mail" id="edit-mail" size="30" value="" class="form-text" />
 <div class="description">The content of this field is kept private and will not be shown publicly.</div>
</div>
<div class="form-item" id="edit-homepage-wrapper">
 <label for="edit-homepage">Homepage: </label>
 <input type="text" maxlength="255" name="homepage" id="edit-homepage" size="30" value="" class="form-text" />
</div>
<div class="form-item" id="edit-comment-wrapper">
 <label for="edit-comment">Comment: <span class="form-required" title="This field is required.">*</span></label>

 <textarea cols="60" rows="15" name="comment" id="edit-comment"  class="form-textarea resizable required"></textarea>
</div>
<p><a href="/filter/tips">More information about formatting options</a></p><input type="hidden" name="form_build_id" id="form-a08b3aefa9a47bedaec663ea1d6bbcf7" value="form-a08b3aefa9a47bedaec663ea1d6bbcf7"  />
<input type="hidden" name="form_id" id="edit-comment-form" value="comment_form"  />
<input type="submit" name="op" id="edit-preview" value="Preview"  class="form-submit" />
*/

#main .messages {
  background-color: #eee;
  padding: 8px 10px;
  margin-bottom: 16px;
}

p.submitted {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.333;
}

#main #nodeList .item .title a {
  color: black;
  font-size: 20px; 
  line-height: 1.6;
  margin: 8px 0px; 
  clear: both;
  text-decoration: none;
}
#main #nodeList .item .title a:hover {
  text-decoration: underline;
}
#main #nodeList .item .date {
  margin-bottom: 8px;
}
#main #nodeList .item .date * {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.333;
}
#main .sortLinks {
  text-align: right;
  clear: both;
  margin-bottom: 8px;
}
#main .sortLinks p {
  font-size: 12px;
  line-height: 1.417;
  margin-bottom: 0;
}
#main .sortLinks p a {
  font-weight: normal;
}


#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  font-size: 13px;
  line-height: 1.231;
  font-weight: bold;
  color: #FF6600;
  margin: 0.1em 0px 0.3em 0px;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  clear: both;
}
#main h5:hover {
  text-decoration: underline;
}
#main h5.xTreeCollapsed {
  background-image: url(images/xTree-collapsed.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
}
#main h5.xTreeExpanded {
  background-image: url(images/xTree-expanded.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
}
#main div.xTreeCollapsed {       
  display: none;
  margin: 0.3em 0px 0.3em 0px;
  padding: 0.3em 0px 0.3em 16px;
}
#main div.xTreeExpanded {
  display: block;
  margin: 0.3em 0px 0.3em 0px;
  padding: 0.3em 5px 0.3em 16px;
  background-color: #EEEEEE;
}
#main h6 { /* This tag is hijacked by xTree.js to terminate an expand/collapse tag, and to escape floating items */
  border: 1px solid #333;
  font-size: 1em;
  text-align: center;
}

