body
{
    margin-bottom: 40px;
}

input::-webkit-input-placeholder
{
    font-size: .8em;
    font-style: italic;
    padding-top: 2px;
    text-transform:lowercase !important;
}

input:-moz-placeholder
{
    font-size: .8em;
    font-style: italic;
    padding-top: 2px;
    text-transform:lowercase !important;
}

input::-moz-placeholder
{
    font-size: .8em;
    font-style: italic;
    padding-top: 2px;
    text-transform:lowercase !important;
}

input:-ms-input-placeholder
{
    font-size: .8em;
    font-style: italic;
    padding-top: 2px;
    text-transform:lowercase !important;
}

input.Missed::-webkit-input-placeholder
{
    color: red;
}

input.Missed:-moz-placeholder
{
    color: red;
}

input.Missed::-moz-placeholder
{
    color: red;
}

input.Missed:-ms-input-placeholder
{
    color: red;
}

select.Required.Empty.Missed, select.required.Empty.Missed
{
    border: 2px solid #FF0000;
}

.Calendar
{
    background: url(../../../standard/images/calendar.gif) no-repeat scroll top right transparent;
}

div.AdminEditLink
{
    float: right;
    height: 0;
    width: 0;
    position: relative;
    z-index: 10000;
}

    div.AdminEditLink a
    {
        text-decoration: none;
        background: #FFFFFF;
        display: block;
        text-align: center;
        width: 20px;
        height: auto;
        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;
    left: 0px;
}

div.AdminBar a.AdminTab
{
    background-color: #BBBBBB;
    margin: 0 1px;
    color: #000000;
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    text-decoration: none;
    width: 120px;
    overflow: hidden;
    font-size: 12px;
}

.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;
}

/*LINKS*/
a.ButtonStyleLink
{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px 5px;
    display: block;
    text-decoration: none;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-image: url("http://www.treecrowns.com/standard/image?complimentary&highlight");
}

    a.ButtonStyleLink:hover
    {
        background-image: url("http://www.treecrowns.com/standard/image?complimentary&inset");
    }
/*Primary links*/
.PrimarySmallLink
{
    text-decoration: none;
    font-size: 8pt;
    color: #000000;
}

    .PrimarySmallLink:hover
    {
        text-decoration: underline;
    }

.PrimarySmallBoldLink
{
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

    .PrimarySmallBoldLink:hover
    {
        text-decoration: underline;
    }

.PrimaryLink
{
    text-decoration: none;
    font-size: 10pt;
    color: #000000;
}

    .PrimaryLink:hover
    {
        text-decoration: none;
    }

.PrimaryBoldUnderlinedLink
{
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

    .PrimaryBoldUnderlinedLink:hover
    {
        text-decoration: underline;
    }

.PrimaryBoldUnderlined2Link
{
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

    .PrimaryBoldUnderlined2Link:hover
    {
        text-decoration: underline;
    }
/*Complimentary links*/
.ComplimentarySmallLink
{
    text-decoration: none;
    font-size: 8pt;
}

    .ComplimentarySmallLink:hover
    {
        text-decoration: underline;
        color: #000000;
    }

.ComplimentarySmall2Link
{
    text-decoration: none;
    font-size: 8pt;
}

.ComplimentaryLink
{
    text-decoration: none;
    font-size: 10pt;
}

    .ComplimentaryLink:hover
    {
        text-decoration: underline;
    }

.ComplimentaryBoldLink
{
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}

    .ComplimentaryBoldLink:hover
    {
        text-decoration: none;
    }

.ComplimentaryBoldUnderlineLink
{
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
}

    .ComplimentaryBoldUnderlineLink:hover
    {
        color: #000000;
    }
/*contrast links*/
.ContrastSmallBoldLink
{
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
}

    .ContrastSmallBoldLink:hover
    {
        text-decoration: underline;
        color: #000000;
    }

.RogueBlogIcon
{
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: block;
    height: 50px;
    background: #FFFFFF;
}

    .RogueBlogIcon:hover
    {
        border:2px solid #CCCCCC;
    }

    .RogueBlogIcon .BlogIconImage
    {
        height: 100%;
        float: left;
    }

    .RogueBlogIcon .BlogIconText
    {
        text-decoration: none;
        float: left;
        color: #000000;
        font-size: 15px;
        vertical-align: middle;
        padding: 15px 5px 0 0;
        font-family: Segoe UI SemiLight;
    }

#at4-recommended {position:static;}