body{
    font-family: 'Cabin', sans-serif;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("../images/mustard-style/Bottom_texture.jpg");
    background-position: left top;
    background-repeat: repeat;
    color: #494541;
    margin: 0;
    min-width: 980px;
    padding: 0;
}

#top-banner{
    width:100%;
    height:100px;
    background-color: #E9B60D;
}

#bcpc-logo{
    background-image: url("../images/mustard-style/bcpc-logo.png");
    width:90px;
    height: 38px;
    margin-left:20px;
    margin-top:28px;
    display: inline-block;
}

#top-banner-text{
    font-size: 45px;
    color: #FFFFFF;
    display: inline-block;
    margin-left:180px;


}

#top-banner-contact{
    text-align: right;
    display: inline-block;
    float:right;
    margin-top:5px;
    margin-right:10px;
    line-height: 150%;
    color: #FFFFFF;
}

#top-banner-contact img{
    margin-top:5px;
}
#top-banner-contact a{
    color: #FFFFFF;
    text-decoration: none;
}

#top-banner-contact a:hover{
    color: #000000;
    text-decoration: underline;

}


#top-tabs{
    border-color: #cccccc !important;
}

.title-label{
    font-weight: bold;
    color:#EC713A;
    padding-right:5px;
}

.entity-type{
    font-weight: bold;
    color:#EC713A;

}

.entity-name{
    font-weight: bold;
    padding-left:5px;
}

.entity-identifier{
    padding:5px;
}

.col-labels{
    color:rgb(3,50,118)!important;
}

#footer{

    background-color: #E9B60D;
    color: #FFFFFF;
    padding:15px;
    line-height: 150%;
}

#footer a{
    text-decoration: underline;
    color:#FFFFFF;
}

#footer a:hover{
    text-decoration: underline;
    color:#000000;
}

#footer-copyright{
    display: inline-block;
  //  margin-left:20px;
  //  margin-top:17px;
}

#footer-legal-notices{
    display: inline-block;
    float:right;
    margin-top:5px;
   // margin-right:20px;
}

#obsolete-warning{
    background-color: #CCCCCC;
    color: #FF0000;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
}

#close-tabs-button{

}

#tools-menu{
   margin-left:980px;
   width:45px;
   height: 49px;
   background-image:url("../images/side-tab_unsel.png") ;
    position: absolute;

}
#tools-menu:hover{
    cursor: pointer;
    background-image:url("../images/side-tab.png") ;
    font-weight: bold;
}

#tools-menu div{
    padding-top:16px;
    padding-left: 4px;

}

.approvals-sublist{

}
.approvals-sublist td{
    text-align: center;
    border-bottom: solid darkgray 1px;
}

.approvals-sublist td:first-child{
    background-color:rgba(194, 205, 194, 0.6) ;
    width:210px;
    text-align: left;
    padding-left:10px;
}

.approvals-sublist td:nth-child(2){
    background-color: rgba(194, 205, 194, 0.3) ;
    width:150px;
}
.approvals-sublist td:nth-child(3){
    background-color:rgba(194, 205, 194, 0.6) ;
    width:150px;
}

.approvals-sublist td:nth-child(4){
    background-color: rgba(194, 205, 194, 0.3) ;
    width:150px;
}

.approvals-sublist th {
    background-color: #54626b;
    color: white;
    padding-top:5px;
    padding-bottom: 5px;

}

.home-text a{
    font-style: italic;
    color: #123474 !important;
}

#links{
    display:inline-block;
    margin-left:100px;
    color: black;
    font-weight: bold;
}

#links a{
    color: #123474 !important;
    font-weight: bold;
}