﻿body
{
    margin-bottom: 40px;
}

input.Required.Empty, input.required.Empty
{
    color: #999999;
    font-style: italic;
    text-transform: none;
}

    input.Required.Empty.Missed, input.required.Empty.Missed
    {
        color: #FF0000;
    }

.Calendar
{
    background: url(/standard/images/calendar.gif) no-repeat scroll top right transparent;
}

.AdminEditLink
{
    float: right;
    height: 0;
    width: 0;
    position: relative;
    z-index: 10000;
}

    .AdminEditLink a
    {
        text-decoration: none;
        background: #FFFFFF;
        display: block;
        text-align: center;
        width: 20px;
        border-bottom: 3px solid #CCCCCC;
        border-right: 3px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
    }

.Editable:hover .AdminEditLink a
{
    background: #EFEFEF;
}

.AdminEditLink span
{
    display: block;
    font-size: 7pt;
    color: #000000;
}

.AdminEditLink img
{
    border: none;
    background: #FFFFFF;
}

.AdminBar
{
    background-color: #CCCCCC;
    bottom: 0px;
    height: 30px;
    position: fixed;
    width: 100%;
    opacity: .85;
    text-align: center;
    z-index: 90000;
}

.AdminTab
{
    background-color: #BBBBBB;
    margin: 0 1px;
    color: #000000;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    text-decoration: none;
    width: 120px;
    overflow: hidden;
}

    .AdminTab:hover
    {
        background-color: #999999;
    }

    .AdminTab.Single
    {
        bottom: 0px;
        height: 20px;
        position: fixed;
        opacity: .85;
        right: 0;
        z-index: 90000;
        width: 100px;
    }

.FormSectionTitle
{
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    padding: 15px 0px 5px 0px;
}

.ShellFormField
{
    width: 420px;
    text-align: right;
}
/************************SCROLLING PHOTO GALLERY***********************************/
.ShellScrollingPhotoGallery *
{
    margin: 0;
    padding: 0;
}

.ShellScrollingPhotoGallery
{
    position: relative;
    padding: 0 3px;
    overflow: hidden;
    background: #FFFFFF;
}

    .ShellScrollingPhotoGallery .Navigate
    {
        border: 2px solid #666666;
        background: url(/standard/images/loading.gif) center center no-repeat;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .ShellScrollingPhotoGallery .ShellThumbnails
    {
        margin-top: 10px;
        padding: 5px 0;
        border: 2px solid #666666;
    }

    .ShellScrollingPhotoGallery .ShellThumbnails
    {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .ShellScrollingPhotoGallery .ThumbnailsList
    {
        position: absolute;
        list-style: none;
        margin-left: 5px;
        width: 10000px;
        border-right: 5px solid #FFFFFF;
    }

        .ShellScrollingPhotoGallery .ThumbnailsList li
        {
            float: left;
            margin-right: 5px;
            cursor: pointer;
        }

    .ShellScrollingPhotoGallery .Previous
    {
        position: absolute;
        height: 170px;
        width: 30px;
        left: 0;
        top: 0;
        background: url(/standard/images/fancybox/fancy_nav_left.png) left center no-repeat;
        display: none;
    }

    .ShellScrollingPhotoGallery .Next
    {
        position: absolute;
        height: 170px;
        width: 30px;
        right: 0;
        top: 0;
        background: url(/standard/images/fancybox/fancy_nav_right.png) right center no-repeat;
        display: none;
    }

    .ShellScrollingPhotoGallery ul.ThumbnailsList li div
    {
        display: none;
    }

.CaptchaTextBox
{
    font-size: 17pt;
    height: 45px;
    width: 150px;
    position: relative;
    top: -16px;
    text-transform: uppercase;
}
/*********************************Photo Galleries*/
#fancybox-right span, #fancybox-right:hover span
{
    left: auto;
    right: -35px;
}

#fancybox-left span, #fancybox-left:hover span
{
    left: -35px;
}

div.galleria-info-link
{
    display: none;
}

div.galleria-info-text, div.galleria-info-close
{
    display: block;
}

.SlideShow
{
	height:100%;
}

	.SlideShow img
	{
		width:100%;
		height:100%;
	}