#vi-version-panel {
    display: none;
    color: #FFF !important;
    background: #7ABBEA !important;
    padding: 15px !important;
    font-size: 14px !important;
    text-align: center;
    position: relative;
    z-index: 999 !important;
}

#vi-version-panel > div {
    width: 1000px;
    margin: 0 auto;
}

.vi-panel-title {
    padding: 0 8px 0 15px;
    color: #FFF !important;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.vi-panel-fontsizebutton {
    padding: 5px;
    color: #FFF !important;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.vi-panel-fontsizebutton:hover, .vi-panel-fontsizebutton.active {
    background-color: #000;
    text-decoration: underline;
}

.vi-panel-fontsizebutton.fsbutton-1 {
    font-size: 16px;
}

.vi-panel-fontsizebutton.fsbutton-2 {
    font-size: 20px;
}

.vi-panel-fontsizebutton.fsbutton-3 {
    font-size: 24px;
}

.vi-panel-colorbar {
    padding: 8px;
    margin-right: 5px;
    border: solid 2px transparent;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.vi-panel-colorbar.cbbutton-1 {
    color: #000 !important;
    background-color: #FFF !important;
}

.vi-panel-colorbar.cbbutton-1.active, .vi-panel-colorbar.cbbutton-1:hover {
    border-color: #000 !important;
}

.vi-panel-colorbar.cbbutton-2 {
    color: #FFF !important;
    background-color: #000 !important;
}

.vi-panel-colorbar.cbbutton-2.active, .vi-panel-colorbar.cbbutton-2:hover {
    border-color: #FFF !important;
}

.vi-panel-colorbar.cbbutton-3 {
    color: #063462 !important;
    background: #9DD1FF !important;
}

.vi-panel-colorbar.cbbutton-3.active, .vi-panel-colorbar.cbbutton-3:hover {
    border-color: #063462 !important;
}

.vi-panel-images-switcher {
    padding: 3px 8px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF !important;
}

.vi-panel-images-switcher.active, .vi-panel-images-switcher:hover {
    background-color: #000;
}

.vi-panel-close {
    padding: 8px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF !important;
    background-color: #063462;
}

.vi-size-1 {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.5;
}

.vi-size-2 {
    font-size: 20px !important;
    font-weight: normal !important;
    line-height: 1.5;
}

.vi-size-3 {
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
}

.vi-color-1 {
    background-image: none !important;
    color: #000 !important;
    border-color: #000 !important;
    background-color: #FFF !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}



.vi-color-2 {
    background-image: none !important;
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #000 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.vi-color-3 {
    background-image: none !important;
    color: #063462 !important;
    border-color: #063462 !important;
    background-color: #9DD1FF !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.hidden {
    display: none !important;
}




/* Special markup styles */
input.vi-color-1, input.vi-color-2, input.vi-color-3  {
    border: 1px solid !important;
}

.vi-version-fake-photo-img {
    display: inline-block;
    width: 110px;
    height: 85px;
    margin: 0 5px 5px 0;
    border: 1px solid;
    font-size: 14px !important;
}

.vi-version-enabled .header_images li span a, .vi-version-enabled .header_images li span a:hover {
    text-decoration: underline !important;
}

.vi-version-enabled .header_images li span {
    margin-top : 0px !important;
    height : auto !important;
}

.vi-version-enabled .header_images, .vi-version-enabled .header_images li {
    height : auto !important;
}

.vi-version-enabled .header_images .header_date, .vi-version-enabled .header_date_title {
    display: none !important;
}

.vi-version-enabled .search_form_button {
    border: none !important;
}

.vi-version-enabled .l_wrapper_outer {
    padding: 0 !important;
}

.vi-version-enabled ul {
    list-style-image : none !important;
    list-style    : disc !important;
}

.vi-version-enabled .bar {
    border: none !important;
}

.vi-version-enabled .bar > div {
    padding: 0px !important;
    border: none !important;
}

.vi-version-enabled .calendar td {
    padding: 2px 4px !important;
}

.vi-version-enabled .l_footer_field_2 {
    width: auto !important;
}

.vi-version-enabled .calendar_prev, .vi-version-enabled .calendar_next {
    width: auto !important;
    height: auto !important;
}

.vi-version-enabled .navigation {
    width: 100% !important;
    height: auto !important;
    margin: 10px !important;
}

.vi-version-enabled .search_form {
    width: 100% !important;
    margin : 0px !important;
}

.vi-version-enabled .search_form_button {
    display: inline-block !important;
    width : auto !important;
    height: auto !important;
    margin: 0px !important;
    text-decoration: underline !important;
    line-height : 1 !important;
}

.load-vi-version {
    display: none;
    padding: 5px 0 5px 20px;
    font-size: 12px;
    background: url(/images/vi-version-link.png) center left no-repeat;
    position: absolute;
    top: 10px;
    left: 290px;
    color: #006d8f;
}

.load-vi-version:hover {
    color: #6B8EAE;
}
