fieldset.search-form-holder {
    margin-bottom: 2.5em;
    margin-top: 2em;
    border: 1px solid #666666;
    width: 430px;
    clear: both;
    padding-bottom: 15px !important;
}

fieldset.search-form-holder legend {
    color: #666666;
    font-size: 11px;
    padding: 2px 10px;
}

fieldset.search-form-holder form label {
    float: left;
    width: 110px;
    text-align: right;
    margin-right: 15px;
    font-size: .8em;
    padding-top: 4px;
}

fieldset.search-form-holder #edit-submit {
    margin-left: 125px;
    clear: both;
}

fieldset.fish-home-search {
    font-size: .75em;
    border: 1px solid #afafaf;
    padding: 10px;
    width: 275px;
    float: right;
}

fieldset.fish-home-search form label {
    float: left;
    text-align: right;
    margin-right: 10px;
    padding-top: 4px;
}

div.fish-home-search #edit-submit {
    margin-top: 2px !important;
}

div.chartlist-holder {
    margin-bottom: 2em !important;
}

div.chartlist-holder ul.chartlist {
    margin-bottom: .75em !important;
}

div.chartlist-holder h4 {
    margin-bottom: .5em;
    font-size: 1.05em;
}

div.chartlist-holder h5 a {
    color: #002157 !important;
}

.chartlist { 
    /*float: left; */
    border-top: 1px solid #ddd; 
    width: 20em;
}

.wide {
    width: 400px;
}

.chartlist li { 
    position: relative;
    display: block;  
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
/*    _zoom: 1;*/
}

.chartlist li a { 
    display: block; 
    padding: 0.4em 4.5em 0.4em 0.5em;
    position: relative; 
    z-index: 2; 
    font-weight: bold;
    font-size: 1em;
    color: #002157;
}

.small-chartlist {
    font-size: .75em;
    width: 15.65em;
}

div.fishing {
    width: 12em;
    float: left;
    margin-left: .5em;
    margin-right: .5em;
}

div.fishing h3 {
    /*width: 2em;*/
}

div.fishing h5 {
    font-size: .8em;
}

ul.top-fish li {
    font-size: .75em !important;
}

ul.top-fish {
    margin-bottom: 1.5em !important;
}

.chartlist .count { 
    display: block; 
    position: absolute; 
    top: -.30em; 
    right: 0; 
    margin: 0 0.3em;
    text-align: right; 
    color: #808080; 
    font-weight: bold;
    font-size: .9em; 
    line-height: 3em; 
    display: none;
    z-index: 100;
}

.chartlist li:hover .count {
    display: block;
/*    color: #0069AD;*/
    color: #002157;
}

.chartlist .index { 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    background: #afafaf; 
    text-indent: -9999px; 
    overflow: hidden; 
    line-height: 2em;
}

.chartlist li a:hover {
    text-decoration: none !important;
}

.chartlist li p {
    font-size: .8em;
    font-weight: normal;
}

.chartlist li:hover { 
    background: #EFEFEF; 
}

dl.incident-details dt {
    font-size: 1.25em;
    color: #444444;
}

dl.incident-details dd {
    font-size: 1.25em;
    margin-bottom: 1em;
}

table#skipping-lunch-school-detail {
    border-collapse: collapse;
    width: 95%;
}

table#skipping-lunch-school-detail tr td ,
table#skipping-lunch-school-detail tr th {
    border: 1px solid #c6c6c6;
    padding: 5px;
    pading-left: 20px;
}

table#skipping-lunch-school-detail tr th {
    text-align: center;
}

table#skipping-lunch-school-detail tr.odd {
    background-color: #fff;
}

table#skipping-lunch-school-detail tr.even {
    background-color: #ebebeb;
}

table#skipping-lunch-school-detail tr th.total {
    padding-top: 12px;
    padding-bottom: 12px;
}

table#skipping-lunch-school-detail tr td.total {
    font-weight: bold;
}

p.skiplunch-footer {
    margin-top: 40px;
    font-size: .8em;
}

/* Styles for timeline charts (via http://www.alistapart.com/articles/accessibledatavisualization) */

.timeline { 
    font-size: 0.8em; 
    height: 10em; 
    width: 25em;
}

.timeline li { 
    position: relative;
    float: left;
    width: 1.5em; 
    margin: 0 0.1em !important;
    height: 8em; 
}

.timeline li a { 
    display: block;
    height: 100%;  
    text-decoration: none !important;
    color: #002157 !important;
}

.timeline li .label { 
    display: block; 
    position: absolute; 
    bottom: -2em; 
    left: 0; 
    background: #fff; 
    width: 100%; 
    height: 2em; 
    line-height: 2em; 
    text-align: center;
}

.timeline li a .count { 
    display: block; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    height: 0; 
    width: 100%; 
    background: #afafaf; 
    text-indent: -9999px; 
    overflow: hidden; 
}

.timeline li:hover { 
    background: #EFEFEF; 
}

.timeline li a:hover .count { 
    /*background: #2D7BB2; */
    /*background: #002157;*/
    background: #666;
}


h3.timeline-header {
    width: 23em;
}
