.title {
    color: #808080;
    background: transparent;
}

form {
    margin: 0;
}

input.search {
    width: 279px;
    border: none;
    /*background: #fff url(/images/input.gif) no-repeat;*/
    /*padding: 6px 10px;*/
    /*color: #1E67A8;*/
    /*font-weight: bold;*/
}

input.searchcat {
    width: 175px;
    border: none;
    /*background: #fff url(/images/input%20copie.gif) no-repeat;*/
    /*padding: 6px 10px;*/
    color: #1E67A8;
    /*font-weight: bold;*/
}

input.button {
    padding: 3px;
}

/* content holder */
#content {
    margin: 10px auto;
    width: 960px;
}

/* header */
#header {
    height: 75px;
}

#logo {
    padding: 15px 0 0 8px;
}

#logo p {
    margin: 0;
    padding: 0 0 0 10px;
    color: #808080;
    background: #fff;
}

#top_info {
    float: right;
    width: 470px;
    margin: 20px 5px 0 0;
    text-align: right;
}

/* horizontal tabbed menu */
#tabs {
    color: #000;
    min-height: 64px;
    width: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0); /* IE6-9 */
    border-radius: 10px;
}

#tabs > div {
    margin: 0 auto;
    display: inline-block;
}

#tabs li {
    display: inline;
    /*height: 45px;*/
}

#tabs li a {
    float: left;
    /*background: #fff url(/images/barbg.gif) no-repeat;*/
    color: #808080;
    padding: 3.5px 0;
    width: 82px;
    text-align: center;
    /*font-weight: bold;*/
    /*text-decoration: none;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 1px;
}

#tabs li a:hover {
    /*background: #fff url(/images/barcurrent.gif) no-repeat;*/
    color: #000;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
    /*background: rgb(249,252,247); !* Old browsers *!*/
    /*background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); !* IE6-9 *!*/
}

#tabs li a.current {
    /*background: #fff url(/images/barcurrent.gif) no-repeat;*/
    color: #2C71AE;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+0,f5f9f0+100;L+Green+3D */
    /*background: rgb(249,252,247); !* Old browsers *!*/
    /*background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); !* IE6-9 *!*/
}

.key {
    text-decoration: underline;
}

/* search form */
#search {
    background: #c9de96;
    background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
    background: -webkit-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
    background: linear-gradient(to bottom, #c9de96 0%, #8ab66b 44%, #398235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9de96', endColorstr='#398235', GradientType=0);
    border-radius: 10px;
    margin-top: -20px;
}


#search p {
    padding: 0;
    margin: 0;
}


#searchcat {
    float: left;
    clear: both;
    color: #000;
    background: #fff url(/images/searchbg.gif) no-repeat;
    padding: 14px 0 20px 5px;
    width: 100px;
    margin: 5px 0 0 0;
}

#searchcat p {
    padding: 0;
    margin: 0;
}


/* grey subheader */
.gboxtop {
    clear: both;
    height: 8px;
    background: #dedede;
    color: #000;
}

.gbox {
    background: #dedede;
    color: #444;
    padding: 1px 13px 7px 13px;
    margin: 0 0 20px 0;
}

.gbox p {
    padding: 7px 0;
    margin: 0;
}


/* left side */
.left {
    float: left;
    max-width: 650px;
    margin: 0 0 10px 0;
}

.left_articles {
    margin: 0 20px 15px 10px;
    padding: 10px 0 0 0;

    border-bottom: 1px dotted #ccc;
    color: #000;
    background: #fff;
}

.left_articles p {

    margin: 3px 0 0 0;
}

.left_articles_admin {
    margin: 0 20px 15px 10px;
    padding: 10px 0 0 0;

    border-bottom: 1px dotted #ccc;
    color: #000;
    background: #E2EFFC;
}

.calendar {
    height: 38px;
    float: left;
    background: #fff url(/images/calendar.gif) no-repeat;
    width: 35px;
    padding: 5px 0 9px 9px;
    color: #808080;
}

.calendar p {
    padding: 0;
    margin: 0;
}

.description {
    padding: 2px 2px 2px 2px;
    margin: 5px 5px 5px 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}

.thumbnail {

    margin: 0 18px 8px 0;
    border: 1px solid #dedede;

}


/* bottom thirds */
.thirds {
    float: left;
    width: 203px;
    background: #eee;
    margin: 0 12px 5px 0;
    color: #5d5d5d;
}

.smallboxtop {
    height: 14px;
    background: #fff url(/images/smallboxtop.gif) no-repeat;
    color: #000;
}

.smallbox {
    background: #fff url(/images/smallbox.gif) no-repeat bottom left;
    color: #444;
    padding: 1px 10px 10px 10px;
}

.smallbox p {
    padding: 0;
    margin: 0;
}


/* right side */
#right {
    float: right;
    width: 295px;
    margin: 0 0 10px 0;
}

.boxtop {
    height: 19px;
    background: #fff url(/images/boxtop.gif) no-repeat;
    color: #000;
}

.boxtop_c1 {
    height: 19px;
    background: #fff url(/images/boxtop_c1.gif) no-repeat;
    color: #000;
}

.box {
    background: #fff url(/images/box.gif) no-repeat bottom left;
    color: #5b5b5b;
    padding: 0 10px 15px 10px;
    margin: 0 0 10px 0;
}

.box_c1 {
    background: #fff url(/images/box_c1.gif) no-repeat bottom left;
    color: #5b5b5b;
    padding: 0 10px 15px 10px;
    margin: 0 0 10px 0;
}

.box p {
    padding: 0;
    margin: 0;
}

.box_c1 p {
    padding: 0;
    margin: 0;
}

.image {
    float: left;
    margin: 0 9px 3px 0;
}


/* misc */
.buttons {
    text-align: right;
    padding: 4px 3px 0 0;
}

.left_articles .buttons {
    float: right;
    height: 20px;
}

.bluebtn {
    background: #488EB2 url(/images/bluebtn.gif) no-repeat;
    width: 100px;
    padding: 1px 4px 5px 4px;
    color: #fff;
    text-decoration: none;
}

.greenbtn {
    background: #488EB2 url(/images/greenbtn.gif) no-repeat;
    padding: 1px 5px 5px 4px;
    color: #fff;
    text-decoration: none;
}

.bluebtn:hover, .greenbtn:hover {
    background: #488EB2 url(/images/hoverbtn.gif) no-repeat;
    color: #fff;
}

/* footer  */
.footer {
    clear: both;
    text-align: center;
    line-height: 1.8em;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ccc;
}


/* chat connect */

.chatbox {
    position: fixed;
    position: expression("absolute");
    width: 225px;
    display: none;
}

.chatboxhead {
    background-color: #9EC068;
    padding: 7px;
    color: #ffffff;

    border-right: 1px solid #9EC068;
    border-left: 1px solid #9EC068;
}

.chatboxblink {
    background-color: #176689;
    border-right: 1px solid #176689;
    border-left: 1px solid #176689;
}

.chatboxcontent {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #333333;
    height: 200px;
    width: 209px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 7px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    line-height: 1.3em;
}

.chatboxinput {
    padding: 5px;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.chatboxtextarea {
    width: 206px;
    height: 44px;
    padding: 3px 0pt 3px 3px;
    border: 1px solid #eeeeee;
    margin: 1px;
    overflow: hidden;
}

.chatboxtextareaselected {
    border: 2px solid #9EC068;
    margin: 0;
}

.chatboxmessage {
    margin-left: 1em;
}

.chatboxinfo {
    margin-left: -1em;
    color: #666666;

}

.chatboxmessagefrom {
    margin-left: -1em;
    font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
    float: right;
}

.chatboxoptions a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

.chatboxtitle {
    float: left;
}


#page-wrap {
    background: white;
    width: 650px;
    margin: 0 auto;
    padding: 0px 0;
}

#slider {
    background: white url('https://www.antibody-antibodies.com/logos/slider-bg.jpg');
    height: 227px;
    overflow: hidden;
    position: relative;
    margin: 0px 0;
}

/* DEFAULT is for three panels in width, adjust as needed
   This only matters if JS is OFF, otherwise JS sets this. */
#mover {
    width: 2880px;
    position: relative;
}

.slide {
    padding: 20px 10px;
    width: 660px;
    float: left;
    position: relative;
}

.slide h1 {
    font-family: Helvetica, Sans-Serif;
    font-size: 30px;
    letter-spacing: -1px;
    color: #FFF;
}

.slide p {
    color: #FFF;
    font-size: 12px;
    line-height: 22px;
    width: 360px;
}

.slide img {
    position: absolute;
    top: 40px;
    left: 380px;
}


#slider-stopper {
    position: absolute;
    top: 1px;
    right: 20px;
    background: url(/images/greenbtn.gif) no-repeat;
    padding: 1px 17px 5px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1000;
}

#ads {


    clear: both;
    position: fixed;
    color: #000;


    padding: 14px 0 20px 5px;
    right: 0;
    top: 0;

    margin: 5px 0 0 0;
}


/**  Image Scroller */
/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin: 30px 0 0;
}

#outerContainer {
    width: 642px;
    height: 202px;
    margin: auto;
    position: relative;
}

#imageScroller {
    width: 642px;
    height: 202px;
    position: relative;
    background-color: #FFF;
    background-image: url('./images/imageScrollerBG.png');
    background-repeat: no-repeat;
}

#viewer {
    width: 600px;
    height: 182px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 18px;
}

#imageScroller a:active, #imageScroller a:visited {
    color: #1A50B8;
}

#imageScroller a img {
    border: 9;
    border-color: #FFF
}

#controls {
    width: 634px;
    height: 47px;
    background: url('./images/controlsBG.png') no-repeat;
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 10;
}

#controls a {
    width: 37px;
    height: 35px;
    position: absolute;
    top: 3px;
}

#controls a:active, #controls a:visited {
    color: #06C;
}

#title {
    color: #FFF;
    font-family: arial;
    font-size: 100%;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#rtl {
    background: url(images/rtl.png) no-repeat;
    left: 100px;
}

#rtl:hover {
    background: url(images/rtl_over.png) no-repeat;
    left: 99px;
}

#ltr {
    background: url(images/ltr.png) no-repeat;
    right: 100px;
}

#ltr:hover {
    background: url(images/ltr_over.png) no-repeat;
}

.nav-link {
    display: block;
    padding: 0;
}