.tripal_details{
    float:left
    ;width:75%;
    background-color:#FFFFFF;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    border-radius:15px;
    -moz-box-shadow:3px 3px 4px #888888;
    -webkit-box-shadow:3px 3px 4px #888888;
    box-shadow:3px 3px 4px #888888;
    padding:20px;
    min-height:500px;
    margin-right:10px;
    margin-left: 20px;
    margin-bottom:10px;
    border-style:solid;
    border-width:1px;
    overflow:auto;
}

.tripal-info-box{
    width:100%;
    padding-bottom:10px;
}

.tripal-info-box-title{
    font-size:1.5em;
    padding-bottom:15px;
}

.tripal-info-box-desc{
    padding-bottom:15px;
}

.tripal_toc{
    float:left;
    width:20%;
    background-color:#EEEEEE;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    border-radius:15px;
    -moz-box-shadow:3px 3px 4px #888888;
    -webkit-box-shadow:3px 3px 4px #888888;
    box-shadow:3px 3px 4px #888888;
    padding:20px;
    min-height:500px;
    border-style:solid;
    border-width:1px;
}
.tripal_toc_title{
    font-size:1.5em;
    line-height:110%;
    padding-bottom:10px;
}
.tripal_toc_desc{
}

#bg {
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=1, StartColorStr=#FFFF00, EndColorStr=#FF0000);
width:300px;
height:20px;
border:1px solid black;
z-index:0;
position:absolute;
}
#ps {
float:right;
background-color:#FFFF00;
width:100%;
}
#bn {
position:absolute;
text-align:center;
width:100%;
height:100%;
cursor:default;
}
#resdes{
text-indent:2em;
line-height:20px;
}
.btn a{color:black;}
