a , .accordion-heading a {
color: black;
}

.wdlModal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 1;
}


.accordion {
    margin-bottom:  0px;
}

.facetHeading {
    font-size:x-small;
}
.facetValue {
    font-size:x-small;
}

.summarylabel {
    margin-bottom: 0;    
}

@CHARSET "ISO-8859-1";

.resultsPanel {
    margin: 3px; 
    border:solid 1px black;
}

.imageSingle {
    margin: 3px; 
    border:solid 1px #333
    text-align:center;
    width:175px;
}


.etool{
    text-align: center;
    //	  height: 20px;
    width: 170px;
    font-size:x-small;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.etool2{
    text-align: center;
    height: 20px;
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#detailList{
    font-size: 11px;
    color: Black;
    text-align: left;
    text-decoration: none;
    font-weight: bold
}

#detailList th, #detailList td {
    padding: 3px;
}

.categoryAccordion >> ul {
    list-style: none;
    border:solid 1px black;

}



.categoryAccordion >>  ul >> li {
    list-style: none;
    border:solid 1px red;

}
.categoryAccordion >> ul >> li >> a {
    display: block;
//    padding: 3px 20px;
    clear: both;
    font-weight: strong;
//    line-height: 1.428571429;
//    color: #333333;
    white-space: normal;
}

.itemSummary {
    height:300px;
}
.thumbnail-box {
    min-width:175px;
    min-height:175px;
    line-height: 175px;
    
}
.thumbnail > img {
    max-width: 160px;

}

.wdlPreview {
    width: 175px;
}

#download-menu {
    margin-left:auto;
    margin-right:auto;  
}

.email-link {
    padding-top: 5px;
    display: block;
}

#noImages{
    text-align: center;
    height: 200px;
    padding-top: 200px;
    margin:80px;
}

.radioStyle{
    padding: 20px 0px 20px 0px;
}

.radioStyle label{
    margin-right:20px;
}

.buttonStyle{
    padding: 20px 0px 20px 0px;
}

.buttonStyle button{
    margin-right: 20px;      
}

.page-control {
    margin: 10px 0;
}

.page-number {
    padding: 4px 8px;
    display:inline-block;
    vertical-align:middle;
}

#homeImage img{
    padding: 30px;
    margin-top:80px;
    position: relative;
    left: 160px;
}

#homeMessage{
    text-align:center;
    
}
#logoStyle a{
    color: #0E4FC1;
    text-decoration: none;
}

#logoStyle a:hover{
    color: #0088CC;
    text-decoration: none;
}

.imagePosition img{
    vertical-align:bottom;
}

#downloads-align {
    text-align:left;
}    



.modal-relative {
    position: relative;
    width: auto;

    top: 0;
    right: -1px;
    bottom: 0;
    left: 200px;
    z-index: 1060;
    display: none;
    overflow: auto;
    overflow-y: auto;
    //  -webkit-overflow-scrolling: touch;
    outline: 0;
}



.no-am {
    outline:0;
}



.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}


.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}


@media (max-width: 768px) {
    .dropdown-menu-large {
	margin-left: 0 ;
	margin-right: 0 ;
    }
    .dropdown-menu-large > li {
	margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
	margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
	padding: 3px 15px !important;
    }


}

