/***************************************************************/
/*  content_area.css - Setting up SRP pages' main content area */
/*  Revision: 2009 A - 12 Jan 2009 by Jon Abolins              */
/***************************************************************/

/* Related Items Colums styles */

/* Use this style in the cell left of the Related cell  */
/* to ensure ample spacing                              */

#colLeftOfRelated {  
/* Apply to TD tag */
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}

#colRelated {
	color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 20px;
}

#colRelated img#imgRelated {
	display: block;
	margin-left: -20px;
}

#colRelated H2 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	display: block;
	font-weight: bold;
}

#colRelated H2.subtitle {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	display: block;
	font-weight: lighter;
}

#colRelated H3, #sidebar h3 {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	display: block;
	font-weight: bold;
}

#colRelated A.relLink {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
	color: #006600;
	text-decoration: underline;
}

#colRelated A.relLink:visited { color: #333399; }
#colRelated A.relLink:hover {
	color: #f6830c;
    text-decoration: none;
}

#colRelated UL.relList, #colRelated OL.relList {
	padding-bottom: 2px;
}

#colRelated UL.relList, #sidebar-content UL.relList, .sidebar-content UL.relList {
	list-style-image: url(../images/arrows/arrow12ra.gif);
	margin-left: 12px;
	padding-left: 12px;
	padding-right: 5px;
	margin-right: 10px;
}

#colRelated OL.relList, #sidebar-content OL.relList, .sidebar-content OL.relList  {
	margin-left: 20px;
	padding-left: 20px;
}

#colRelated .relList A, #sidebar-content .relList A, .sidebar-content .relList A  {
	color: #006600;
	text-decoration: none;
}

#colRelated .relList A:hover, #sidebar-content .relList A:hover, .sidebar-content .relList A:hover {
	color: #0033CC;
    text-decoration: underline;
}

#colRelated LI.current {
	color: #006600;
	font-weight: normal;
	background-color: #eeeedd;
	display: block;
	border-top: 1px solid #CCCCCC;
	border-right: 5px solid #eeeedd;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #eeeedd;
}

td#colRelated.colRel{
border-left:1px solid #66A366;
padding-left:1px;
overflow:hidden;
}

/* float clearing*/

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
/* For IE 6/7 only */  
.clearfix {  
    *zoom: 1;  
}

/* header image */
tr#row2{
height:30px;
}

/* Sidebar */

#sidebar{
padding:10px; 
vertical-align:top;
overflow:hidden;
}

div#sidebar-content{
/*float:right;*/
padding:0 10px; 
height: auto;
overflow:auto; 
background:#E6F2E6; 
border:1px solid #80C080;
text-align:left;
}

div#sidebar-content.full{
padding-bottom: 11000px;
margin-bottom: -11000px;
}

div.sidebar-content{
padding:0 10px; 
height: auto;
overflow:auto; 
background:#E6F2E6; 
border:1px solid #80C080;
text-align:left;
margin-bottom:10px;
}

.sidebar-content h3{
font-size:13px;
}

ul{list-style-type:square;}

ol.faq-question-list li{
text-decoration:none;
margin:7px 0;
}

ol.faq-question-list a.question{
text-decoration:none;
color:blue;
cursor:pointer;
}

ol.faq-question-list a.question:hover{
text-decoration:underline;
}

ol.faq-question-list div.answer{
margin-top:5px;
background-color:#D6E0EB;
border:1px dotted #85A3C2;
padding:0 7px;
/*padding:7px;*/
}

/*ol.faq-question-list div.answer p{
padding:0;
margin:0;
}*/

/*ol.faq-question-list li, ol.faq-question-list a{
text-decoration:none;
margin:5px 0;
}

ol li p.fa-questions{
font-weight:bold;
}

ol li span.faq-question{
color:brown;
}

ol li span.faq-answer{
color:#005A00;
font-weight:bold;
}*/

.faq .indent_asw, #faq .indent_asw {
padding: 15px 30px;
}

.faq .ques, #faq .ques {
font-weight:bold;
}


ol a.back-to-top, ul a.back-to-top, a.back-to-top{
font-size:10px;
color:#333;
}

ul.inner-list{
list-style-type:square;
}

ol.inner-list, ul.inner-list{
margin: 10px 0 0 0;
padding:0;
text-align:justify;
}

ol.inner-list li, ul.inner-list li{
margin-left: 20px;
}

/*TABLE [BLACK]*/

table.dotted-table{
width:auto;
border-collapse:collapse;
}

table.dotted-table th{
background-color:#dfdfdf;
border:1px dotted #888;
border-bottom:1px solid #c0c0c0;
color:#333;
padding:7px 6px;
text-align:center;
}

table.dotted-table td{
border:1px dotted #888;
padding:6px;
}

/*TABLE [GRAY]*/

table.gray-table{
width:auto;
border-collapse:collapse;
border:1px solid #999;
margin:20px 0;
}

table.gray-table th{
background-color:#dfdfdf;
border:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
color:#333;
padding:7px 6px;
text-align:center;
}

table.gray-table td{
border:1px solid #c0c0c0;
padding:6px;
}

/*TABLE [BLUE]*/

table.blu-table, table.blu-table td{
width:auto;
border:1px solid #888;
border-collapse:collapse;
}

table#blu-table, table#blu-table td{
width:100%;
border:1px solid #888;
border-collapse:collapse;
}

table#blu-table th, table.blu-table th{
background:#8DA5ED;
text-align:left;
}

table#blu-table td, table#blu-table th, table.blu-table td, table.blu-table th{
padding:5px 15px;
}

/*TABLE [GREEN]*/

table.green-table{
width:auto;
border:1px solid #000;
border-collapse:collapse;
}

table.green-table td, table#green-table td{
vertical-align:top;	
}

table.green-table th, table#green-table th{
background:#006600;
text-align:left;
color:#fff;
}

table#green-table td, table#green-table th, table.green-table td, table.green-table th{
padding:15px;
border:1px solid #333;
}

/*TABLE [GREEN FULL WIDTH]*/

table.green-table-full{
width:100%;
border:1px solid #000;
border-collapse:collapse;
}

table.green-table-full td, table#green-table-full td{
vertical-align:top;	
}

table.green-table-full th, table#green-table-full th{
background:#006600;
text-align:left;
color:#fff;
}

table#green-table-full td, table#green-table-full th, table.green-table-full td, table.green-table-full th{
padding:15px;
border:1px solid #333;
}

.box{
background:#FAFAD2;
border:1px solid #C8C8A8;
padding:7px 9px;
font-weight:bold;
display:inline-block;
margin:3px 0;
}

.info-detail{
font-family: Lucida Grande, Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;
font-size: xx-small;
color: #333333;
display: inline;
}

.list-toggle a{
text-decoration:underline;
color:blue;
cursor:pointer;
}

.list-toggle div{
margin-top:10px;
padding: 7px;
background:#FCFCE8;
border: 1px solid #C8C8A8;
}

.back-button{
display:block;
float:right;
padding:3px 25px;
background: #E6F2E6;
border: 1px solid #80C080;
text-align: center;
font-weight:bold;
color:green;
text-decoration:none;
font-size:xx-small;
}

/*srp/brownfield/success*/
#brwnfld-img-container{
width:300px;
margin:0 0px 20px 15px;
float:right;
}

.pdf_icon{
margin:0 7px;
/*width:23px;*/
width:15px;
vertical-align:middle;
}

ul.anonymous_helplinks{
/*width:500px;
max-width:500px !important;*/
float:left;
border: 1px dotted #999;
padding-left: 0;
margin-left: 0;
}

ul.anonymous_helplinks li{
padding: 7px 15px 7px 5px;
margin: 3px;
list-style: none;
font-size:11px;
}

ul.anonymous_helplinks a{
color:#333;
font-weight:bold;
}

ul.anonymous_helplinks a img{
outline : none;
border : 0;
}

/*--- listserv archives ---*/

p.cellToC{ 
   padding:0;
   margin:0;
}

p.cellToC:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

a.archive_links{
padding:10px 15px;
border:1px solid #888;
border-bottom:0;
text-decoration:none;
float:left;
margin-right:5px;
}

.archive_links.active{
background:#006600;
color:#fff;
font-weight:bold;
}

/* Section links "buttons" */

TABLE#sectlinks {
	font-size: x-small;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #009900;
	padding: 0px;
	margin-top: 0px;
    -moz-border-radius: 1px;
}

TABLE#sectlinks TD {
	background-color: #FFFFFF;
	border-top: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	margin: 0px;
	padding: 0px;
}

TABLE#sectlinks TD.sectlinksHeading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
}

TABLE#sectlinks TD A, TABLE#sectlinks TD A:link, TABLE#sectlinks TD A:active, TABLE#sectlinks TD A:visited {
	padding-left: 16px;
	display: block;
	text-decoration: none;
	color: #003366;
	background-color: #ddeedd;
	background-image: url(../images/arrows/arrow12rb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}

TABLE#sectlinks TD A:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	background-image: url(../images/symbols/dot12rb.gif);

}

/*-----------*/

/*---- Dont forget to update "core.css" and "main.css" year also ----*/
#copyrightyear:after {
content: "2022";
}

/*---- Dont forget to update "core.css" and "main.css" year also ----*/

.accordion {
  /*background-color: #eee;
  color: #444;*/
  background-color: #fff;
  cursor: pointer;
  padding: 10px 18px;
  /*width: 100%;*/
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  transition: 0.4s;
  display:inline-block;
  text-decoration:underline;
}

.active, .accordion:hover {
  /*background-color: #efefef;*/
  text-decoration:none;
}

.accordion:after {
  content: '\002B';
  /*color: #777;*/
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.accordion.no_click:after {
  /*display:none;*/
	visibility:hidden;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  margin-left:30px;
  /*background-color: white;*/
  background-color: #D6E0EB;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 11px;
}

/* Directory list-style css 20220111 ----------------- //codepen.io/asraven/pen/qbrQMX */

.directory-list {
  padding-left: 10px;
}

.directory-list ul {
  margin-top: 4px;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px dashed #ddd;
}

.directory-list li {
  list-style: none;
  color: #666;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}

/*.directory-list a {
  border-bottom: 1px solid transparent;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}
*/

.directory-list a[href] {
  color: #666;
}

.directory-list a:hover {
  border-color: #eee;
  color: #000;
}

.directory-list .folder,
.directory-list .folder > a {
  /*color: #777;*/
  color:#006600;
  font-weight: bold;
  font-style: normal;
}

.directory-list li:before {
  margin-right: 10px;
  content: "";
  height: 16px;
  vertical-align: middle;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  /* file icon by default */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='lightgrey' d='M85.714,42.857V87.5c0,1.487-0.521,2.752-1.562,3.794c-1.042,1.041-2.308,1.562-3.795,1.562H19.643 c-1.488,0-2.753-0.521-3.794-1.562c-1.042-1.042-1.562-2.307-1.562-3.794v-75c0-1.487,0.521-2.752,1.562-3.794 c1.041-1.041,2.306-1.562,3.794-1.562H50V37.5c0,1.488,0.521,2.753,1.562,3.795s2.307,1.562,3.795,1.562H85.714z M85.546,35.714 H57.143V7.311c3.05,0.558,5.505,1.767,7.366,3.627l17.41,17.411C83.78,30.209,84.989,32.665,85.546,35.714z' /></svg>");
  background-position: center 2px;
  background-size: 60% auto;
}

.directory-list li.folder:before {
  /* folder icon if folder class is specified */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path fill='darkgreen' d='M96.429,37.5v39.286c0,3.423-1.228,6.361-3.684,8.817c-2.455,2.455-5.395,3.683-8.816,3.683H16.071 c-3.423,0-6.362-1.228-8.817-3.683c-2.456-2.456-3.683-5.395-3.683-8.817V23.214c0-3.422,1.228-6.362,3.683-8.817 c2.455-2.456,5.394-3.683,8.817-3.683h17.857c3.422,0,6.362,1.228,8.817,3.683c2.455,2.455,3.683,5.395,3.683,8.817V25h37.5 c3.422,0,6.361,1.228,8.816,3.683C95.201,31.138,96.429,34.078,96.429,37.5z' /></svg>");
  background-position: center top;
  background-size: 65% auto;
}


/*------------directory list plain-------------*/

.directory-list-plain {
  padding-left: 10px;
}

.directory-list-plain ul {
  margin:11px 0 2px 10px;
  padding-left: 20px;
}

.directory-list-plain li {
  list-style: none;
  color: #777;
  font-size: 11px;
  font-weight: normal;
}

.directory-list-plain a {
  border-bottom: 1px solid transparent;
  color: #777;
  text-decoration: none;
  transition: all 0.2s ease;
}

.directory-list-plain a:hover {
  border-color: #eee;
  color: #000;
}

.directory-list-plain .folder,
.directory-list-plain .folder > a {
  /*color: #777;*/
  color:#006600;
  font-weight: bold;
  font-style: normal;
}



/* ------ end ------ */

.first-element{
	margin-top:0;
}

/* ------ Bootstrap Text and Spacing - https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css ------ */
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.font-weight-light {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 800;
}
.font-italic {
    font-style: italic;
}
.text-underline{
	text-decoration:underline;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}

.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}