﻿body
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 90%;
    background-image: url('/shared/images/bg-body.jpg');
    background-repeat: repeat-x;
    background-color: #d8dee3;
}
a
{
    color: #444;
}
a:hover
{
    color: #990000;
}
img
{
    border: none;
}
#banner
{
    height: 56px;
    background-image: url('/shared/images/bg-banner.jpg');
    background-repeat: repeat-x;
    background-position: center center;
    text-align: center;
    padding: 12px;
}
#mainmenu
{
    min-width: 700px; /* MPJ:TODO */
    max-width: 930px; /* MPJ:TODO */
    padding: 0 15px;
    margin: 0 auto;
    background-image: url('/shared/images/bg-menu.jpg');
    background-repeat: repeat-x;
    height: 33px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px;
    text-align: center;
}
#mainmenu li
{
    position: relative;
    top: 9px;
    height: 33px;
    display: inline;
    margin: 0 8px;
}
#mainmenu a
{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
#mainmenu a:hover
{
    color: #990000;
}
#main
{
    /* copied from #mainmenu */
    min-width: 700px; /* MPJ:TODO */
    max-width: 930px; /* MPJ:TODO */
    padding: 15px;
    margin: 0 auto;
    background-image: url('/shared/images/bg-main.jpg');
    background-repeat: repeat-x;
    background-color: #fff;
    border-color: #aaa;
    border-style: solid;
    border-width: 0 1px 1px; /* clear: both; /* Of course not */
    overflow: auto; /* clear contained floats */ /* MPJ:TODO: hasLayout for IE6 / other weirdos for overflow:auto, etc. */
}
#copyright
{
    /* copied from #mainmenu */
    min-width: 700px; /* MPJ:TODO */
    max-width: 930px; /* MPJ:TODO */
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
}
#copyright
{
    color: #666;
}
#copyright a
{
    text-decoration: none;
    color: #666;
}
#copyright a:hover
{
    color: #990000;
}
.sectionmenu
{
    float: left;
    width: 23%;
    margin-right: 2%;
    font-size: 90%;
}
.sectionmenu ul, #sectionmenu li
{
    list-style-type: none;
    padding: 0; /* firefox */
    margin: 0; /* ie */
}
.sectionmenu li
{
}
.sectionmenu li.selected
{
}
.sectionmenu li a
{
    display: block;
    background-color: #ccc;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    text-decoration: none;
}
.sectionmenu li.selected a
{
    background-color: #fff;
    color: #990000;
}
.pagePanel
{
    float: left;
    width: 74.8%; /* not 75% due to overflow:auto on #main - 75% gives us a scrollbar in IE7 at least */
}
.pageTitle
{
    font-size: 18px;
    line-height: 20px; /* for aligning prev/next link images (total height 30px) */
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #990000;
}
.linkPrevPage
{
    float: left;
    padding: 5px; /* total height:30px (image height: 10px) */
}

.linkNextPage
{
    float: right;
    padding: 5px; /* total height:30px (image height: 10px) */
}
.pageRightCol
{
    margin-top: 15px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #888;
    padding: 2%; /* MPJ:TODO IE NEEDS fix because this should be: padding: 0 2%; */
    text-align: center;
    max-width: 30%;
}
.pageRightCol p
{
    /* margin: 0; */
}
.pageRightCol img
{
    margin: 0 auto;
}
.discopageRightCol 
{
    text-align:center;
    border-bottom:1px solid #888;
    padding:15px;
}
.galleryImgPanel
{
    padding: 4px;
    margin: 5px;
    background-color: #eee;
    border: 1px solid #bbb;
    float: left;
    text-align: center; /* font-size: 0px;     line-height: 0%; */
}
.galleryImgPanel img
{
    display: block;
    height: 150px;
}
.galleryImgPanel p
{
    font-size: 12px;
    line-height: normal;
    margin-top: 4px;
}



.cmsPageControls
{
    position: absolute;
}

.pageRightColCMS
{
    margin: 15px 0;
    border: 2px solid #444;
    padding: 2px; /*  text-align: center; */
}
.FCKImageLeft
{
    float: left;
    padding: 0 10px 0 0;
    margin-right: 5px;
}
.FCKImageRight
{
    float: right;
    padding: 0 0 0 10px;
    margin-left: 5px;
}

table {clear:both;}