/* This is the styles just for the external links box on the home page */

div#external_links{ 
  background-color:#facfbe;
  padding:4px;
  margin: 0px;
  font-family: Arial, sans-serif;
}

div#external_links a.extern,  div#external_links a.extern:visited{
  color: #000000;
  text-decoration: none;
  font-size: smaller;
}

div#external_links h5{ /* this is the heading */
 color: #ef5d24;
 margin: 1px auto;
 text-align: center;
 padding-bottom: 0.5em;
 border-bottom: 1px dashed #8e8e8e;
 font-weight: normal;
 font-size: larger;
 font-family: "Times New Roman", serif;
}

.shadetabs{
padding: 0px;
margin: 0px 0px 1em 0px;
text-align: center;
}

.shadetabs li{
display: inline;
margin: 0;
text-align:center;
font-weight: bolder;
font-size: smaller;
padding-right: 1em;
color: #8e8e8e;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #8e8e8e;
}

.shadetabs li a:visited{
color: #8e8e8e;
}

.shadetabs li a:hover{
color:  #ef5d24;
}

.shadetabs li a.selected{ /*selected main tab style */
color:  #ef5d24;
}

.shadetabs li a.selected{ /*selected main tab style */
color:  #ef5d24;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:  #ef5d24;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

