﻿.wc_hlist {
    background: url("../images/weedcontrols/bg.gif") repeat-x scroll center bottom transparent;
    float: left;
    width: 100%;
}

    .wc_hlist ul {
        margin: 0 0 0 20px;
        padding: 0;
        white-space: nowrap;
    }

        .wc_hlist ul li {
            /* (en) Repeat the main color from the image */ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
            list-style-type: none !important;
            list-style-image: none !important;
            background: #fff url("../images/weedcontrols/left.png") no-repeat top left;
            border-bottom: 1px solid #000;
            float: left; /* LTR */
            padding: 0 !important;
            margin: 0 3px 0 0 !important;
        }

    .wc_hlist a, .wc_hlist strong {
        /* (en) This image is mainly transparent */ /* (de) Dieses Bild ist größtenteils transparent */
        background: transparent url("../images/weedcontrols/right.png") no-repeat top right; /*color: #667;*/
        display: block;
        font-weight: normal;
        padding: 5px 11px 3px 8px;
        line-height: 20px;
        text-decoration: none;
        text-transform: none; /**      * @bugfix      * @affected   IE5.x, IE6      * @css-for    all browsers      * @valid      yes      */
        width: auto; /* only IE 5.x */
        width: /**/ /**/ .1em; /* only IE 6.0 */
    }

        .wc_hlist a:link,
        .wc_hlist a:visited {
            background-color: transparent;
            color: #667;
        }

    /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
    .wc_hlist > ul a,
    .wc_hlist > ul strong {
        width: auto;
    }
    /* for other browsers */

    .wc_hlist ul li:focus,
    .wc_hlist ul li:hover,
    .wc_hlist ul li:active {
        /* (en) Repeat the main color from the image */
        /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
        /*background-color: #c4d0dc;*/
        background-position: 0 -150px;
    }

    .wc_hlist li:focus a,
    .wc_hlist li:hover a,
    .wc_hlist li:active a {
        background-position: 100% -150px;
    }

    .wc_hlist a:focus,
    .wc_hlist a:hover,
    .wc_hlist a:active {
        background-color: transparent;
        color: #223;
    }

    .wc_hlist li.active,
    .wc_hlist ul li.active:focus,
    .wc_hlist ul li.active:hover,
    .wc_hlist ul li.active:active {
        /* (en) Repeat the main color from the image */
        /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
        background: white url("../images/weedcontrols/left_on.png") no-repeat top left;
        border: 0 none;
    }

        .wc_hlist li.active a {
            /* (en) This image is mainly transparent */
            /* (de) Dieses Bild ist größtenteils transparent */
            background: transparent url("../images/weedcontrols/right_on.png") no-repeat top right;
            color: #000;
            font-weight: bold;
            padding-bottom: 4px;
            padding-top: 5px;
        }


.tabstrip_container {
    overflow: hidden;
    margin-bottom: 10px;
}

.chars_remaining {
    font-size: 11px;
    vertical-align: bottom;
    position: relative;
    left: -108px;
    bottom: -13px;
    white-space: nowrap;
}

.chars_remaining_zero {
    color: #ff0000;
}


/* datepicker & timepicker */
.weed-datepicker{
    width:90px;
	height:22px;
	box-sizing:border-box;
}
.weed-timepicker{
    width:40px;
}

.ui-datepicker-trigger {
    background: #efefef url('../images/hidePanel.gif') -5px 4px no-repeat;
    width: 18px;
    height: 22px;
    cursor: pointer;
    vertical-align: bottom;
}

.divclearable {
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	position: relative;
}

.clearlink {
position: absolute;
    top: 5px;
    right: 2px;
    cursor: pointer;
    display: inline-block;
    zoom: .9;
    z-index: 2000;
    border: 0;
}
