﻿.foo{}

/* Google Map */
#map
{
}
#map_canvas
{
    height: 300px;
}

#page .img-link
{
    background-image: none;
    padding-left: 0px;
}
#page .doc-link, #page .doc-link:Hover
{
    padding-left: 20px;
    background: url('adobe.gif') no-repeat left center;
}
img.main
{
    margin: 0px 0px 10px 0px;
}
ol
{
    margin: 0px;
    padding: 0px;
}
ol li
{
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

h1.main
{
    margin-top: 5px;
    margin-left: 5px;
}
table.inline td
{
    vertical-align: top;
    padding: 0px 5px 5px 0px;
}
p.back
{
    margin-top: 20px;
}

/* Declare the template classes */
.content, .content-footer, .Menu, .Menu-Item,
.record-menu, .record, .intro, .article, .overview, .pg-element, .docs,
.footer, .footer .rec, #hob-area, .shopForm, .pay
{
    overflow: hidden;
    height: 100%;
}

#content h1, #content h2, #content h3.title,
#content h2, #research h2, #research h3.title
{
    margin-bottom: 15px;
}
#content h4.title, #research h4.title
{
    margin-bottom: 10px;
}

/* Links that appear on the left hand-side of the page (sections, etc)
   Inherits most properties from #navigation in style.css */
.Menu
{
    margin-bottom: 25px;
}
.Menu ul.Links li a:Hover, .Menu ul.Links li a.Selected,
#right .record-menu ul.Links li a:Hover, #right .record-menu ul.Links li a.Selected
{
}
/* Inherits from .record h2 (below) */
.Menu h3
{
}
#right .Menu h4, #right .Menu ul li a
{
    padding-left: 4px;
}

/* Menu that appears on multi-page templates - inherits most properties from .Menu */
.record-menu
{
    width: 180px;
    float: right;
}
.Menu h3, .Menu h4, .record-menu h4
{
}

/* Items that appear in the menu */
.Menu-Item
{
    background-color: #F1F1F1;
    padding: 4px;
    margin-bottom: 10px;
}
.Menu-Item p
{
    margin-bottom: 8px;
}
.Menu-Item h4
{
    margin-bottom: 8px;
}
.cart
{
    border-top: 1px solid Silver;
    margin-top: 10px;
    padding-top: 10px;
    background-color: White;
}
.cart p span.lbl
{
    width: 70px;
    float: left;
    text-align: right;
    padding-right: 3px;
}

/* Standard records */
.record, .intro, .content-footer, .footer
{
    margin-bottom: 15px;
    padding: 6px 5px;
}
.record .content
{
}

/* News and article listing */
.article, .pg-element, #hob-area
{
    margin: 5px 5px 10px 5px;
    border: dashed 1px Silver;
    padding: 5px;
}
.article h3.main, .article .descr, .article p, .article .content, p.dates, .overview
{
    margin-bottom: 8px;
}
.article p.back
{
    margin-top: 0px;
}

/* Documents listing for file template */
.pg-element, .docs
{
}
.pg-element h3, .pg-element h5, .docs h3
{
    margin-bottom: 8px;
}
.pg-element h3
{
}
.pg-element
{
}
.pg-element ul.Links, .article ul.Links
{
    margin: 0px 0px 10px 20px;
    padding: 0px;
}
.pg-element ul.Links li, .article ul.Links li
{
    margin: 0px;
    padding: 0px;
    list-style-image: url("link_selected.gif");
}
.docs .AspNet-DataList table
{
    width: 100%;
}
.docs .AspNet-DataList table tbody td
{
    width: 50%;
    padding: 0px 10px 15px 0px;
    vertical-align: top;
}
.docs .AspNet-DataList table tbody td h4
{
    margin-bottom: 5px;
}
.docs .AspNet-DataList table tbody td h5 a
{
    text-decoration: underline;
}
.docs .AspNet-DataList table tbody td h5 a:Hover
{
    text-decoration: none;
}

/* Staff and Hours of business */
table.hob
{
    width: 100%;
}
table.hob td
{
    width: 50%;
    padding: 0px 5px 5px 0px;
    vertical-align: top;
}

/* Footer stuff */
.footer
{
}
.footer .rec
{
    margin-bottom: 15px;
}

/* Shop stuff */
table.prodlines
{
    width: 100%;
    border: 1px solid Silver;
}
table.prodlines td
{
    border: 1px solid Silver;
    padding: 2px;
    background-color: #EEEEEE;
}
table.prodlines th, table.prodlines td
{
    text-align: left;
}
table.prodlines th.cmd, table.prodlines td.cmd
{
    text-align: center;
    white-space: nowrap;
    width: 1%;
}
table.prodlines tr.AspNet-GridView-Alternate td
{
    background-color: White;
}
table.prodlines td.lbl
{
    border: 0px;
    background-color: White;
    text-align: right;
}
table.prodlines td.total
{
    text-align: right;
}

.shopForm
{
    margin: 5px 5px 5px 5px;
    background-color: #F1F1F1;
    border: dashed 1px Silver;
    padding: 5px;
}
.shopForm h3
{
    margin-bottom: 10px;
}
.shopForm .item
{
    padding: 5px 0px;
}
.shopForm .item label.lbl, .shopForm .item span.lbl
{
    width: 30%;
    float: left;
    padding: 2px 2px 0px 0px;
    text-align: right;
}
.shopForm .item span.val
{
    width: 65%;
    float: left;
    padding-top: 2px;
    display: block;
}
.shopForm .left
{
    float: left;
    width: 49%;
}
.shopForm .right
{
    float: right;
    width: 49%;
}
.shopForm .item input.sMain, .shopForm .item select.sMain
{
    width: 55%;
    float: left;
}
.shopForm .item select.sMain
{
    width: 56%;
}
.shopForm .item input.sTel
{
    width: 30%;
}
.shopForm .submit
{
    margin: 15px 0px;
    text-align: center;
}
p.shopOptions
{
    margin: 10px 0px;
}
.pay
{
    margin: 20px 0px;
    text-align: center;
}

/* ++++++++ CUBA ++++++++ */
.section .scores, .data .scores2, .section .status
{
    overflow: hidden;
    height: 100%;
}
.section .scores
{
    float: right;
    width: 49%;
}
.section .status
{
    float: left;
    width: 49%;
}
.data .scores2
{
    float: left;
    width: 65%;
}
/* ++++++++ CUBA ++++++++ */

/* Calendar view for group by month sections */
#calendar_view
{
    padding: 5px;
}
#content .cal table.events
{
    border: 0px;
}
#content table.events
{
    width: 100%;
    margin-bottom: 20px;
    border-top: solid 1px #D9D9D9;
    border-left: solid 1px #D9D9D9;
}
#content table.events td
{
    padding: 5px;
    border-right: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}
#content table.events tbody td.date
{
    width: 1%;
    white-space: nowrap;
}
#content table.events tbody td ul.monthlinks
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
#content table.events tbody td ul.monthlinks li
{
    margin: 0px;
    padding: 0px 4px;
    display: inline;
}
#content .calendar table.events tbody td, .calendar table.events tfoot td
{
    background-color: White;
}
#content .calendar table.events
{
    margin-bottom: 0px;
}
#content .calendar table.events tbody td span.date-lbl
{
    display: block;
    padding-top: 4px;
}
/* Calendar styles */
.calendar, .calendar .cal, .calendar .legend, #right .calhome
{
    overflow: hidden;
    height: 100%;
}
.calendar
{
    margin-bottom: 20px;
}
#content .calendar a
{
    padding-left: 0px;
    background-image: none;
}
#content .calendar .legend, #content .calendar .cal
{
    float: left;
    margin-right: 20px;
}
#content .calendar .cal
{
    padding-left: 25px;
}
#content .calendar .legend table tbody td
{
    padding: 4px 5px;
    white-space: nowrap;
    border-bottom: solid 1px White;
}
#content .calendar .legend table tbody td.lbl
{
    text-align: center;
}
#content .calendar .legend table tbody td.selecteddate
{
    background-color: #FF80FF;
    color: White;
}
#content .calendar .legend table tbody td.event
{
    background-color: Silver;
    color: Black;
}
#content .calendar .legend table tbody td.changemonth
{
    background-color: #74004C;
    color: White;
}
#content .calendar table caption
{
    padding: 0px 3px 3px 3px;
}
#content .calendar h3 a
{
    color: White;
}
