/* gallery menu container */
.galleryMenu{
    padding: 20px 0 0 0;
    text-align: center;
    margin: auto;
}

.galleryMenuPart{
    height: 130px;
    width: 110px;
    vertical-align: top;
}

.galleryMenuPartGap{
    height: 150px;
    width: 50px;
}

.galleryMenu a {
    text-decoration: none;
}

.galleryMenu em {
    display: block;
}

.galleryMenu img{
    margin: 5px;
    border: 1px solid #e6f2ff;
    vertical-align: text-bottom;
}

.galleryMenu a:link {
    text-decoration: none;
    color: #e6f2ff;
}
.galleryMenu a:visited {
    text-decoration: none;
    color: #e6f2ff;
}
.galleryMenu li:hover, li:focus {
    text-decoration: none;
    color: #ffffff;

}

/* gallery container */
.galleryContainer{
    padding-top: 20px;
}
.gallery {
    text-align: center;    /* centers inline paragraphs */
    margin: 0 5%;
    padding: .5em;
    background: #0A0A70 url('../img/bgbg.png') repeat-x scroll top left;
    border: 1px solid #99ccff;
    float: left;
    width: 90%;
}

.gallery a {
    text-decoration: none;
}

.gallery a:link {
    color: #e6f2ff;
}
.gallery a:visited {
    color: #e6f2ff;
}

.gallery li:hover, li:focus, li:active {
    background: #18189A;
    color: #ffffff;
    text-decoration: none;
}

.gallery em {
    display: block;
}

.gallery img {
    margin: 5px;
    border: 1px solid black;
    vertical-align: text-bottom;
}

ul {
    height: auto;
}

.gallery-dir{
    text-align: left;

}

.gallery-dir li {
    width: 440px;
    height: 70px;
}

.gallery-dir img {
    display: inline;
    vertical-align: middle;
}

.gallery-dir em {
    display: inline;
}

/* outer container for each image/caption pair */
.imageContainer {
    display: inline;
    float: left;
    height: 130px;
    width: 150px;
    border: 1px solid #1919B3;
    margin: 5px;
    background: #11116F;
    vertical-align: text-bottom;
}

.imageContainer.new {
	background: transparent url('../img/new.gif') no-repeat bottom right;
}

.noResults{
    padding: 4em 0;
}


div.largePhoto, table.largePhoto {
    margin:10px auto;
    text-align:center;
    width: 100%;
}

table.largePhoto td{
    text-align:center;
}

div.detailContainer{
    margin: auto;
}

div.largePhoto img{
        margin: 0 10px;
}

div.largePhoto img.photo{
    border: 10px solid #0066cc;
        vertical-align:middle;
        padding:0;
        margin:0;
}

div.largePhoto img{
        border: 0px none;
}

.largePhotoName{
        text-align:center;
        margin: auto;
}

.largePhotoText{

}

.pager {
    margin: 0 auto;
    padding-top: 10px;
    text-align:center;
    color: #0066cc;
    line-height: 2em;
    clear: both;
}

.pagerText{
    color: #ffffff;
}

.pager em {
    color: #0066cc;
}

.pagerPages span {
    padding: 0px 2px;
    font-size: 12pt;
    color: #99CCFF;
}

.pagerPages em {
    border: 1px solid #0066cc;
}

.pagerPages em span{
    color: yellow;
    font-size: 15pt
}



.pager a:link {
    text-decoration: none;
    color: #ffffff;
}
.pager a:visited {
    text-decoration: none;
    color: #ffffff;
}
.pager a:hover, a:focus, a:active {
    text-decoration: none;
    color: #99ccff;
}

.pager a:hover, a:focus, a:active{
    text-decoration: none;
}

