﻿.nav-list > li > a {
    display: block;
    text-decoration: none;
}

.nav-list > li > a:hover,
.nav-list > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.nav-list {
    cursor: pointer;
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a { padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #0088cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] { margin-right: 2px; }

.nav-list .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    *margin: -5px 0 5px;
    *margin: -5px 0 5px;
    overflow: hidden;
    *width: 100%;
}

.well-container {
    border: 1px solid gray;
    padding-right: 1px;
}

.well {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: rgb(244, 244, 244);
    background-image: -moz-linear-gradient(top, rgb(244, 244, 244), rgb(247, 247, 247));
    background-image: -moz-linear-gradient(top, rgb(244, 244, 244), rgb(247, 247, 247));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(244, 244, 244)), to(rgb(247, 247, 247)));
    background-image: -webkit-linear-gradient(top, rgb(244, 244, 244), rgb(247, 247, 247));
    background-image: -o-linear-gradient(top, rgb(244, 244, 244), rgb(247, 247, 247));
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 20px;
    overflow: auto;
    padding: 5px 0;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 120px;
}

.well-small {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 80px;
}