/*
 * Copyright (c) 2007, David A. Lindquist (stringify.com)
 * Some Rights Reserved
 *
 * This code is licensed under the Creative Commons Attribution 2.5 License
 * (http://creativecommons.org/licenses/by/2.5/). Please maintain the above
 * license and copyright statements when using this code.
 *
 * $Id: columnav.css 527 2007-06-03 21:36:35Z david $
 */

/* DO NOT CHANGE ANYTHING IN THIS SECTION

   Styles below override defaults in carousel.css and govern fundamental layout
   and behavior.

------------------------------------------------------------------------------*/

.carousel-component {
    background: transparent;
    color: black;
    overflow: auto !important;
    padding: 0;
    -moz-border-radius: 0px;
}

.carousel-component ul.carousel-list li {
    color: black;
    font-family: inherit;
    font-size: 1em;
    text-align: left;
}

.carousel-component ul.carousel-list li div {
    overflow: auto;
    position: relative;
}

.carousel-component ul.carousel-list li a {
    display: block;
    overflow-x: hidden;
    position: relative;
}

.carousel-component ul.carousel-list li a span {
    display: block;
    position: relative;
}


/* CUSTOMIZE ANYTHING IN THIS SECTION

   Styles below can be changed to customize colors, margins, padding, fonts,
   etc., as well as the icons that appear before each item. At minimum, set the
   width of .carousel-component and its list items, and the height of the div
   it contains.

------------------------------------------------------------------------------*/

.carousel-component {
    border: 1px solid black;

}

.carousel-component ul.carousel-list li {
    width: 220px;
}

.carousel-component ul.carousel-list li div {
    height: 179px;
    overflow-y: scroll;
}

.carousel-component ul.carousel-list li a {
    color: black;
    cursor: default;
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0 1px;
    padding: 2px;
    text-decoration: none;
}

.carousel-component ul.carousel-list li a.columnav-has-menu {
    background-image: url(../images/arrow-off.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.carousel-component ul.carousel-list li a.columnav-active {
    background-color: #3875d7;
}

/* IE6 cannot grok element selectors with chained class names */
html>body .carousel-component ul.carousel-list li a.columnav-has-menu.columnav-active {
    background-image: url(../images/arrow-on.gif);
}

.carousel-component ul.carousel-list li a.columnav-error span {
    background-image: url(../images/error.gif);
    color: red;
}

.carousel-component ul.carousel-list li a span {
    background-image: url(../images/url-off.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    margin-right: 14px;
    padding-left: 20px;
}

.carousel-component ul.carousel-list li a.columnav-active span {
    background-image: url(../images/url-on.gif);
    color: white;
}

.carousel-component ul.carousel-list li a.columnav-has-menu span {
    background-image: url(../images/folder-off.gif);
}

/* IE6 cannot grok element selectors with chained class names */
html>body .carousel-component ul.carousel-list li a.columnav-has-menu.columnav-active span {
    background-image: url(../images/folder-on.gif);
}

/* prevbutton container */
.prevButton {}

.prevButton a {
    border: 1px solid black;
    color: black;
    display: block;
    font-family: 'Lucida Grande', Helvetica, Arial;
    font-size: 10px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.prevButton a:hover {
    background-color: #3875d7;
    color: white;
}
