#header{
 background: #00ffa4 url("../../pic/header_microarray_opaque.png");
}

#kmplot-logo {
 background-image: url("../../pic/kmplot-logo-green.png");
}

#content {
 border-color: #00A86B #008352;
}

.stop1{
 stop-color: #00A86B;
}

.stop2{
 stop-color: #006641;
}

.menu .color-transition {
 background-color: #00A86B;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#00A86B), to(#006641));
 background-image: -webkit-linear-gradient(top, #00A86B, #006641);
 background-image: -moz-linear-gradient(top, #00A86B, #006641);
 background-image: -ms-linear-gradient(top, #00A86B, #006641);
 background-image: -o-linear-gradient(top, #00A86B, #006641);
 background-image: linear-gradient(to bottom, #00A86B, #006641);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00A86B, endColorstr=#006641);
}

li.menu a {
 color: #fff;
}

/*#switchcancer{*/
 /*display: none;*/
/*}*/

div.service {
 height: 200px;
}

.filter2 input {
 margin-right: 0px;
 margin-left: 0px;
}

.filter2 .myselect td select{
 width: 115px;
}

.mirnaDatasetLabel{
 padding-top: 5px;
 margin-bottom:5px;
 font-weight: bold;
}

.bold-name .name {
 font-weight:bold;
}