﻿/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.tahoe .ui-helper-hidden {
    display: none;
}

.tahoe .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.tahoe .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.tahoe .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tahoe .ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.tahoe .ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.tahoe .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.tahoe .ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.tahoe .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.tahoe .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.tahoe .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .tahoe .ui-widget .ui-widget {
        font-size: 1em;
    }

    .tahoe .ui-widget input, .tahoe .ui-widget select, .tahoe .ui-widget textarea, .tahoe .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.tahoe .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .tahoe .ui-widget-content a {
        color: #222222;
    }

.tahoe .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .tahoe .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .tahoe .ui-state-default, .tahoe .ui-widget-content .ui-state-default, .tahoe .ui-widget-header .ui-state-default {
        border: none;
        background: none;
        font-weight: normal;
        color: #555555;
    }

.tahoe .ui-state-hover a, .tahoe .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.tahoe .ui-state-active, .tahoe .ui-widget-content .ui-state-active, .tahoe .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .tahoe .ui-state-active a, .tahoe .ui-state-active a:link, .tahoe .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }

.tahoe .ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.tahoe .ui-state-highlight, .tahoe .ui-widget-content .ui-state-highlight, .tahoe .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

    .tahoe .ui-state-highlight a, .tahoe .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.tahoe .ui-state-error, .tahoe .ui-widget-content .ui-state-error, .tahoe .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .tahoe .ui-state-error a, .tahoe .ui-widget-content .ui-state-error a, .tahoe .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.tahoe .ui-state-error-text, .tahoe .ui-widget-content .ui-state-error-text, .tahoe .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.tahoe .ui-priority-primary, .tahoe .ui-widget-content .ui-priority-primary, .tahoe .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.tahoe .ui-priority-secondary, .tahoe .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.tahoe .ui-state-disabled, .tahoe .ui-widget-content .ui-state-disabled, .tahoe .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.tahoe .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.tahoe .ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.tahoe .ui-widget-header .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.tahoe .ui-state-hover .ui-icon, .tahoe .ui-state-focus .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.tahoe .ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.tahoe .ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.tahoe .ui-state-error .ui-icon, .tahoe .ui-state-error-text .ui-icon {
    background-image: url(Images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.tahoe .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.tahoe .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

/* Corner radius */
.tahoe .ui-corner-all, .tahoe .ui-corner-top, .tahoe .ui-corner-left, .tahoe .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.tahoe .ui-corner-all, .tahoe .ui-corner-top, .tahoe .ui-corner-right, .tahoe .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tahoe .ui-corner-all, .tahoe .ui-corner-bottom, .tahoe .ui-corner-left, .tahoe .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tahoe .ui-corner-all, .tahoe .ui-corner-bottom, .tahoe .ui-corner-right, .tahoe .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */
.tahoe .ui-widget-overlay {
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.tahoe .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {
    display: none;
}

.tahoe .ui-datepicker {
    padding: .2em .2em 0;
    display: none;
    background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;
}

    .tahoe .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .tahoe .ui-datepicker .ui-datepicker-prev, .tahoe .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .tahoe .ui-datepicker .ui-datepicker-prev-hover, .tahoe .ui-datepicker .ui-datepicker-next-hover {
        top: 4px;
    }

    .tahoe .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .tahoe .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .tahoe .ui-datepicker .ui-datepicker-prev-hover {
        left: 3px;
    }

    .tahoe .ui-datepicker .ui-datepicker-next-hover {
        right: 4px;
    }

    .tahoe .ui-datepicker .ui-datepicker-prev span, .tahoe .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .tahoe .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .tahoe .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .tahoe .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .tahoe .ui-datepicker select.ui-datepicker-month,
    .tahoe .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .tahoe .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .tahoe .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .tahoe .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .tahoe .ui-datepicker td span, .tahoe .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: center;
            text-decoration: none;
        }

    .tahoe .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .tahoe .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .tahoe .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .tahoe .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.tahoe .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .tahoe .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.tahoe .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.tahoe .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.tahoe .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.tahoe .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.tahoe .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.tahoe .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.tahoe .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.tahoe .ui-datepicker-rtl {
    direction: rtl;
}

    .tahoe .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .tahoe .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .tahoe .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .tahoe .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .tahoe .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.tahoe .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.tahoe a {
    letter-spacing: normal;
}

    .tahoe a img {
        border: none;
        margin: 0px;
        padding: 0px;
    }

.tahoe .managearticle {
    float: right;
    margin-bottom: 15px;
    margin-left: 10px;
}

.tahoe h3.heading {
    margin: 0 0 10px;
}

.tahoe .head h2, .tahoe .head h2 a {
    margin-bottom: 10px;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    font-size: 30px;
    letter-spacing: normal;
}

.tahoe .head p {
    margin-bottom: 0;
}

.tahoe .head .m-avatar img {
    margin-bottom: 5px;
}

.tahoe .metadata, .tahoe .metadata a {
    color: #000;
    font-size: 11px;
}

.tahoe .article {
    position: relative;
}

    .tahoe .article .socialnetwork {
        float: right;
        margin-top: 10px;
    }

    .tahoe .article .readmore {
        float: left;
        margin-top: 10px;
    }

    .tahoe .article .header {
        border-color: #E4E4E4 #CCCCCC #BBBBBB;
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .tahoe .article .header {
        background-color: #FFFFFF;
        background-image: url(Images/article-bg.png);
        background-position: bottom;
        background-repeat: repeat-x;
    }

.tahoe .head {
    position: relative;
    margin-bottom: 20px;
}

.tahoe .head a img {
    float: right;
}

.tahoe .article .metadata {
    background: #EEEEEE;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.tahoe .article .line {
    height: 2px;
    overflow: hidden;
    background: url(Images/line.gif) repeat-x scroll center top transparent;
    margin: 0;
    padding: 0;
}

.tahoe .article .footer {
    padding: 0 18px;
    height: 42px;
    background: url(Images/box-bg.gif) repeat-x scroll center top #EEEEEE;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    webkit-border-radius: 0px 0px 4px 4px;
    margin: 0;
}

.tahoe .inline-page h3 {
    margin: 15px 0 10px;
}

.tahoe .article .pages {
    margin: 20px 0 20px;
    clear: both;
}

    .tahoe .article .pages h3 {
        font-size: 17px;
        color: #000000;
        font-weight: normal;
        margin-bottom: 5px;
        margin-top: 10px;
    }

.tahoe .article label {
    font-style: normal;
}

.tahoe .main-page .content {
    min-height: 160px;
}

.tahoe .article fieldset {
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-border-radius: 3px;
    padding: 10px;
    border: 1px #cccccc solid;
}

    .tahoe .article fieldset legend {
        font-weight: bold;
    }

.tahoe .article .attachments {
    margin: 0;
    padding: 0;
}

    .tahoe .article .attachments li {
        list-style-type: none;
    }

        .tahoe .article .attachments li a {
            color: #000000;
            font-size: 11px;
        }

    .tahoe .article .attachments img {
        vertical-align: text-bottom;
    }

.tahoe .article .footer .left, .tahoe .article .footer .right {
    line-height: 42px;
}

.tahoe .left {
    float: left;
}

.tahoe .right {
    float: right;
}

.tahoe .article .footer .left span {
    background: url("Images/count-bg.png") no-repeat scroll left center transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 6px;
    padding: 4px 0 8px;
    text-align: center;
    width: 33px;
}

.tahoe .article .article-tags {
    text-align: right;
    margin-bottom: 13px;
    margin-top: 6px;
}

.tahoe .article .edit a {
    padding: 3px 5px 3px 5px;
}

.tahoe .wrap-img {
    text-align: center;
}

.tahoe .lawidget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tahoe .lawidget ul li {
        list-style: none;
        padding: 7px 0;
        border-bottom: 1px solid #EEEEEE;
    }

.tahoe .lawidget.tableofcontents ul li {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
}

.tahoe .tags a {
    display: inline;
}

.tahoe .categories ul li, .tahoe .authors ul li, .tahoe .archives ul li {
    padding: 0px;
    border-bottom: none;
}

.tahoe .authors ul li {
    line-height: 22px;
}

.tahoe .archives img {
    display: none;
}

.tahoe .pager, .tahoe .ms-result .paging {
    font-family: Trebuchet MS,Tahoma,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.tahoe .ms-result .paging {
    margin: 0;
}

    .tahoe .ms-result .paging span {
        line-height: 1.8;
        display: inline-block;
    }

    .tahoe .pager a, .tahoe .CurrentPageSelected, .tahoe .CurrentPage, .tahoe .ms-result .paging a, .tahoe .ms-result .paging .pageselected {
        background-position: center bottom;
        border: 1px solid #CCDBE4;
        color: #3E81B5;
        margin-right: 3px;
        padding: 2px 5px;
        text-decoration: none;
        background-color: #ffffff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        webkit-border-radius: 3px;
        font-size: 11px;
    }

    .tahoe .CurrentPage, .tahoe .CurrentPageSelected, .tahoe .ms-result .paging .pageselected {
        padding-top: 1px;
        padding-bottom: 0px;
    }

.tahoe .pager a.Next {
    border: 2px solid #CCDBE4;
    margin: 0 0 0 10px;
}

    .tahoe .pager a.Next:hover, .tahoe .pager a.Prev:hover {
        border: 2px solid #2B55AF;
    }

.tahoe .pager a.Prev {
    border: 2px solid #CCDBE4;
    margin: 0 10px 0 0;
}

.tahoe .ms-result .lnktitle, .tahoe .lawidget .articletimeago, .tahoe .lawidget .articlesummary, .tahoe .lawidget a, .tahoe .lawidget .articletimeago, .tahoe .lawidget .articletitle, .tahoe .treeview a, .tahoe ul.toc_list a {
    color: #000000;
}

.tahoe .ms-result .caption a, .tahoe .ms-result .desc, .tahoe .ms-result .caption, .tahoe .lawidget .articlesummary, .tahoe .lawidget .articletimeago, .tahoe .readmore a, .tahoe .footer a, .tahoe .article-tags, .tahoe .article-tags a {
    font-size: 11px;
}

.tahoe .ms-result .lnktitle, .tahoe .lawidget a, .tahoe .lawidget .articletitle, .tahoe .treeview a {
    font-size: 12px;
}

.tahoe .ms-result, .tahoe .ms-result .caption, .tahoe .ms-result .caption a, .tahoe .lawidget .articletimeago, .tahoe .readmore a, .tahoe .footer, .tahoe .footer a, .tahoe .article-tags, .tahoe .article-tags a {
    color: #878787;
}

    .tahoe .msearch-result .caption, .tahoe .lawidget .articletimeago, .tahoe .footer, .tahoe .footer a, .tahoe .article-tags, .tahoe .article-tags a {
        font-style: italic;
    }

        .tahoe .ms-result .lnktitle, default .article .readmore a, .tahoe .lawidget .articletitle, .tahoe .article .footer a, .tahoe .article-tags, .tahoe .article-tags a {
            font-weight: bold;
        }

.tahoe .calendar .ladatehlight a {
    background-color: #878787;
    color: White;
    border-radius: 5px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: none;
}

.tahoe .search {
    padding-bottom: 20px;
}

.tahoe .msearch-toolbar .textbox {
    margin: 0;
    background-color: #fff;
    border: #DDDDDD solid 1px;
    padding: 3px 25px 3px 3px;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    -moz-box-sizing: border-box;
}

html.dark .tahoe .msearch-toolbar .textbox {
    background-color: #282d36;
    border-color: #282d36;
}

.tahoe .msearch-toolbar .search-button {
    background: url("Images/search.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 20px;
    position: relative;
    margin-left: -20px;
    padding: 0;
    min-width: 0;
    box-shadow: none;
}

.tahoe .msearch-result {
    display: none;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    webkit-border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}

    .tahoe .msearch-result .ms-result .result {
        border-bottom: 1px solid #cccccc;
    }

    .tahoe .msearch-result .close-button {
        background: url("Images/close.png") transparent no-repeat;
        border: none !important;
        text-indent: -999px;
        width: 30px;
        height: 32px;
        position: relative;
        float: right;
        top: -28px;
        right: -22px;
        min-width: 30px;
        box-shadow: none;
    }

    .tahoe .msearch-result h3 {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000000;
    }

.tahoe .article .CommentForm {
    margin-bottom: 20px;
}

    .tahoe .article .CommentForm .commenterror, .tahoe .article .CommentForm .moderatemsg {
        color: red;
        margin-bottom: 10px;
        font-style: normal;
    }

.tahoe .article .CommentData .content {
    min-height: 0;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 20px;
    height: auto;
    padding: 0;
}

    .tahoe .article .CommentData .content p {
        margin: 0px;
        padding: 0px;
    }

.tahoe .article .CommentForm .newheading, .tahoe .article .CommentForm .replyheading, .tahoe .article .CommentData .heading {
    font-size: 13px;
    color: #2E3D47;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
}

.tahoe .article .CommentData .name {
    line-height: 12px;
    margin-bottom: 10px;
    font-style: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    background-color: #eeeeee;
    padding: 3px;
    border: 1px #cccccc solid;
}

    .tahoe .article .CommentData .name .userinfo {
        margin-top: 8px;
        position: absolute;
    }

    .tahoe .article .CommentData .name .reply {
        float: right;
        margin-top: 8px;
    }

.tahoe .article .CommentData .com {
    padding-left: 20px;
}

.tahoe .article .Preview {
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    color: Black;
}

.tahoe input, .tahoe textarea, .tahoe select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px #cccccc solid;
    padding: 8px;
    background-color: #fff;
    margin: 0;
}

.tahoe textarea {
    width: 100% !important;
    margin-top: 5px;
}

.tahoe .treeview .rtPlus, .tahoe .treeview .rtMinus {
    background-image: url('Images/plusminus.png');
}

.tahoe .treeview .rtHover .rtIn, .tahoe .treeview .rtSelected .rtIn {
    border: none !important;
    padding: 4px 3px 3px;
    background: none;
    text-decoration: underline;
}

.tahoe .treeview .rtLI .rtEdit .rtIn {
    border-color: #515151;
    background: #fff;
}

.tahoe .treeview .rtLines .rtLI, .tahoe .treeview .rtLines .rtFirst .rtUL {
    background-image: url('Images/nodespan.png');
}

.tahoe .treeview .rtLines .rtFirst, .tahoe .treeview .rtLines .rtFirst .rtUL {
    background-image: url('Images/firstnodespan.png');
}

.tahoe .treeview .rtLines .rtLast, .tahoe .treeview .rtLines .rtLast .rtUL {
    background-image: none;
}

.tahoe .treeview .rtLines .rtTop {
    background-image: url('Images/topline.png');
}

.tahoe .treeview .rtLines .rtMid {
    background-image: url('Images/middleline.png');
}

.tahoe .treeview .rtLines .rtBot {
    background-image: url('Images/bottomline.png');
}

.tahoe .treeview .rtLines .rtLast .rtTop {
    background-image: url('Images/singleline.png');
}

.tahoe .treeview .rtIn {
    color: #000000 !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.tahoe .article .rating {
    position: absolute;
    right: 3px;
    top: 3px;
}

.tahoe .lawidget .rating {
    margin: -1px -5px 0 0;
    float: right;
}

.tahoe a.exp-col {
    float: right;
    margin: 6px 6px 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.tahoe a.expand {
    background: url("Images/expand.gif") no-repeat;
}

.tahoe a.collapse {
    background: url("Images/collapse.gif") no-repeat;
}

.tahoe .moverlay {
    display: none;
    width: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.tahoe .mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

    .tahoe .mlightbox .close-button {
        right: -12px;
        top: -14px;
    }

.tahoe .no-permission-content {
    background-color: #eee;
    padding: 10px;
    margin: 0;
    -moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .tahoe .no-permission-content p {
        margin: 0;
        padding: 0;
    }

.tahoe ul.toc_list {
    margin: 10px 0;
}

    .tahoe ul.toc_list ul {
        margin: 0;
    }

    .tahoe ul.toc_list, .tahoe ul.toc_list ul {
        padding: 0 0 0 30px;
    }

        .tahoe ul.toc_list li {
            margin: 0;
            padding: 0;
            line-height: 18px;
        }

.loading-indicator {
    height: 80px;
    width: 150px;
    background: url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.tahoe .read-more {
    margin-top: 10px;
    text-align: right;
    font-size: 11px;
    color: #878787;
    display: block;
}

.tahoe .related {
    clear: both;
}

    .tahoe .related ul {
        margin: 0 0 0 -25px;
        padding: 0;
    }

    .tahoe .related li {
        float: left;
        width: 170px;
        margin: 0 0 20px 20px;
        list-style-type: none;
        text-align: center;
        overflow: hidden;
        border: 1px solid #eee;
        background-color: #fff;
        position: relative;
        height: 370px;
        font-family: Arial,Helvetica,sans-serif;
        padding: 10px;
    }

    .tahoe .related .article-link {
        display: block;
        height: 390px;
        margin: 0;
        position: absolute;
        width: 188px;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .tahoe .related .caption {
        text-align: left;
    }

    .tahoe .related h3, .tahoe .lawidget h3 {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: bold;
        color: #000000;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        line-height: normal;
    }

    .tahoe .related li .jackbox {
        margin: 0 0 10px;
        z-index: 1;
    }

        .tahoe .related li .jackbox img {
            max-width: 190px;
            max-height: 100px;
        }

    .tahoe .related li .cont {
        overflow: hidden;
        height: inherit;
    }

/*Bookmark*/
.tahoe .hasbookmark, .tahoe .article .nobookmark {
    height: 20px;
    width: 20px;
    padding: 2px;
    top: 10px;
    right: 10px;
    position: absolute;
}

.tahoe a.view_all {
    color: #808080;
    font-size: 9px;
    font-weight: bold;
}

.tahoe .lawidget .bookmark {
    padding: 3px;
}


/*Tahoe*/

.tahoe a {
    text-decoration: none;
}

.tahoe .post-content h3 {
    float: left;
    color: #2BAAB1;
}

.tahoe .blog-posts .post-block .newheading {
    letter-spacing: 1px;
    margin: 20px 0 30px;
    color: #2BAAB1;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.tahoe .blog-posts .post-block .comment img {
    display: block;
    width: 82px;
    float: left;
    margin-left: -22px;
}

.tahoe .blog-posts .post-block .comments .com {
    padding-left: 88px;
}

.tahoe .blog-posts .post-block input {
    border-radius: 0;
}

    .tahoe .blog-posts .post-block input[type=text] {
        height: 55px;
        width: 100% !important;
    }

.tahoe .blog-posts .post-block textarea {
    width: 100% !important;
    height: 180px !important;
}

.tahoe .post .readmore {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

    .tahoe .post .readmore a {
        float: left;
        background: #2BAAB1;
        color: #fff;
        padding: 0px 28px;
        line-height: 2.8;
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: 0;
    }

.tahoe .mbutton {
    background: #2BAAB1;
    text-decoration: none;
    padding: 3px 6px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0;
    position: relative;
}

    .tahoe .mbutton:before,
    .tahoe .mbutton:after,
    .tahoe .post .readmore a:before,
    .tahoe .post .readmore a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.09);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border-radius: inherit;
    }

    .tahoe .mbutton:hover:before,
    .tahoe .mbutton:hover:after,
    .tahoe .post .readmore a:hover:before,
    .tahoe .post .readmore a:hover:after {
        height: 100%;
    }

.tahoe .blog-posts .post-block .mbutton.SaveComment {
    padding: 12px 45px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    background: #2BAAB1;
    color: #fff;
}

.tahoe .blog-posts .normalRadioButton span {
    padding: 0 10px;
}

.tahoe .clear-fix {
    display: inline-block;
}

.tahoe .blog-posts .post-image {
    position: relative;
}

.tahoe .blog-posts .post-meta {
    text-transform: capitalize;
}

.tahoe .blog-posts .post-meta span {
    color: #2BAAB1;
}

.tahoe .Notification {
    margin-top: 15px;
    display: flex;
}

    .tahoe .Notification input[type="checkbox"] {
        margin: 4px 10px 0px 0;
    }

.tahoe .blog-posts .post-content {
    margin: 50px 0 70px;
}

.tahoe .single-tags-holder .tags:not(a) {
    color: #fff;
}

.dark .tahoe .single-tags-holder .tags:not(a) {
    color: #282d36;
}

/*Widgets*/
.tahoe .msearch-toolbar {
    position: relative;
}

.tahoe .msearch-toolbar .textbox {
     width: 100%;
     height: 46px;
     padding: 5px 50px 5px 10px;
     border: 1px solid #e1e1e1;
     border-radius: 0;
     outline: none;
     font-style: italic;
}

.tahoe .msearch-toolbar .search-button {
    background-image: none;
    border: none;
    padding: 12px 27px;
    line-height: normal;
    border-radius: 0 4px 4px 0;
    position: absolute;
    text-indent: -999px;
    top: 0px;
    vertical-align: middle;
    right: 0px;
    outline: none;
    background: url(Images/search2.png) center center no-repeat;
    background-size: 14px;
}

.tahoe .tags a {
    color: #363636;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 9px 31px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 2px 5px 0;
    letter-spacing: 1px;
    transition: all .2s ease-out;
    text-decoration: none;
    line-height: 1;
}

.tahoe .tags a:hover {
    background-color: #2BAAB1;
    border: 1px solid #2BAAB1;
    color: #fff;
}

.tahoe .authors .m-avatar {
    float: none;
    display: block;
    margin: 20px 0;
}

.tahoe .blog-list .item-image img {
    max-height: 75px;
    max-width: 75px;
}

.tahoe li {
    list-style: none;
}

.tahoe .blog-list .item-summary {
    margin-top: 15px;
    overflow: hidden;
    height: 50px;
    font-size: 12px;
    text-decoration: none;
    color: #383838;
}

.tahoe .post .socialnetwork {
    float: right;
    margin-top: 10px;
    min-width: 138px;
}

.tahoe .post .CommentData .name .reply {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

.tahoe .post .CommentData .name {
    line-height: 12px;
    margin-bottom: 10px;
    font-style: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 3px;
    border: 1px #cccccc solid;
    background-color: #eeeeee;
}

.tahoe img {
    max-width: 100%;
}

.tahoe .pager .PagePrev,
.tahoe .pager .PageNext,
.tahoe .pager .CurrentPage,
.tahoe .pager .CurrentPageSelected {
    padding: 10px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 -1px;
    font-size: 14px;
    border-radius: 0;
}

.tahoe .pager .CurrentPageSelected {
    background: #2BAAB1;
    color: #fff;
    padding: 11px 16px 10px;
    margin-right: 0px;
    border-color: #2BAAB1 #2BAAB1;
    box-shadow: inset 0px 0px 0px 2px #2BAAB1;
}

.tahoe .normalRadioButton span > input {
    margin-right: 5px;
}

.tahoe .normalRadioButton span > label {
    margin: 3px 0 0;
}

.tahoe .post-block input,
.tahoe .post-block textarea,
.tahoe .post-block select {
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tahoe .post-block input:focus,
.tahoe .post-block textarea:focus,
.tahoe .post-block select:focus {
    border-color: #2BAAB1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

@media (max-width: 480px) {
    .tahoe .blog-posts .post-block .comments .com {
        padding: 0;
    }
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment {
    position: relative;
    padding: 40px 30px 40px 0;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.dark .tahoe .blog-posts.single-post .post-block.post-comments .comments .comment {
    background-color: #000;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .img-responsive {
    display: block;
    width: 82px;
    float: left;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .img-responsive img {
    display: block;
    margin-left: -22px;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .comment-block {
    padding: 0 0 0 88px;
    font-weight: 300;
}

.tahoe .blog-posts.single-post.post-block.post-comments .comments .comment .comment-block p {
    margin: 10px 0;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .comment-block .comment-by span.date {
   margin-left: 10px;
   font-size: 13px;
   font-style: italic;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .comment-block .reply {
    display: inline-block;
    margin-right: 15px;
}

.tahoe .blog-posts.single-post .post-block.post-comments .comments .comment .comment-block .reply a {
     text-transform: lowercase;
     font-size: 12px;
     font-style: italic;
     color: inherit;
}

.tahoe .blog-list-item:after {
    content: '....................';
    display: block;
    text-align: center;
    font-weight: 300;
    color: #37967d;
}

.tahoe .m-bottom {
    margin-bottom: 40px;
}