@import "sitestyle.css";

#top {
    background: #eee;
    border: solid 2px #5f6182;
    border-width: 1px 6px 4px;
    padding: 10px 30px 30px;
}

#footer {
    padding: .5em 1em;
    margin: 10px;
}

/*---------- PICTURE GALLERY STYLES --------------*/

.picturegallery {
    padding: 1em;
    text-align: center;
    background: #ccc;
    border: solid 1px #666;
}

.picturegallery a img {
    border: double 3px #333;
    border: solid 1px #333;
    height: 75px;
}

.picturegallery a:hover img {
    border: solid 3px #333;
    border: dashed 1px #333;
}

.picturegallery a:hover {
    position: relative;
    top: -1px;
}


/*------ PICTURE GALLERY NAVIGATION ---------------*/

.picnav {
    margin: 0px;
    padding: 0px;
    height: 20px;
    position: relative;
    text-align: center;
    clear: both;
}

.picnav a {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    color: #666;
}

.picnav a:hover{
    text-decoration: none;
    color: #446;
}

.picnav li {
    display: block;
    float: left;
    width: 33%;
    height: 20px;
    font: normal 12px sans-serif;
    list-style: none;
}

.next {
    text-align: right;
    padding: 0px;
}

.next a {
    background: url('file:///C:/Users/Randy/Documents/RBC%20Group/LLC/WebSiteAT/images/rarr_gray.gif') no-repeat 100% 50%;
    padding-right: 14px;
}

.next a:hover {
    background: url('file:///C:/Users/Randy/Documents/RBC%20Group/LLC/WebSiteAT/images/rarr_blue.gif') no-repeat 100% 50%;
    padding-right: 14px;
}

.schedule {
    text-align: center;
}

.previous {
    text-align: left;
}

.previous a {
    padding-left: 14px;
    background: url('file:///C:/Users/Randy/Documents/RBC%20Group/LLC/WebSiteAT/images/larr_gray.gif') no-repeat 0% 50%;
}

.previous a:hover {
    padding-left: 14px;
    background: url('file:///C:/Users/Randy/Documents/RBC%20Group/LLC/WebSiteAT/images/larr_blue.gif') no-repeat 0% 50%;
}


/*-------- TABLE STYLES -------*/

table.styled {
    border-collapse: collapse;
    margin-bottom: .4em;
}

.styled h3 {
    margin: 2px 4px;
    padding: 2px;
}

.styled tr.even {
    background: #eee;
}

.styled tr {
    background: #fff;
}

.styled td {
    vertical-align: top;
    border: solid 1px #446;
    padding: .2em .4em;
    font-size: .8em;
}

.styled tr>td { font-size: .9em }