﻿
#NewUserBannerTop
{
    width: 900px;
    height: 91px;
}
#NewUserBannerLeft
{
    width: 300px;
    height: 600px;
    display: run-in;
}
#NewUserSignUp
{
    display: run-in;
    font-size: 8pt;
    color: White;
    padding: 10px 10px 10px 10px;
}
#MainContentPlaceHolder
{
    height: auto;
    background-color: #4f4f4f;
    color: White;
    font-size: 8pt;
    min-height: 400px;
}

.FormEntry
{
    margin-top: 15px;
    display: run-in;
    width: 100%;
}
.FormLabel
{
    top: 0px;
    position: relative;
    left: 0px;
    display: block;
}
.FormInput
{
    border: solid 1px #0079C1;
}
.LoginFormLabel
{
    top: 0px;
    position: relative;
    left: 0px;
    display: block;
    font-size: 8px;
    text-transform: uppercase;
}
.LoginFormInput
{ 
    border: solid 1px #0079C1;
}
.LoginFormEntry
{
    display: run-in;
    width: 100%;
}
.FormContain
{
}
.LoginNav
{
    text-align: right; padding-right: 20px; font-size: 10px; color: Black;
}
.LoginBox
{
    font-size: 10px;
    color: #41403d;
    height: 40px;
    width: 900px;
    background-image: url('../images/experience/LoginBG.png');
    border-bottom: solid 2px #41403d;

}


.LoginBox a
{
    color: #41403d;
    text-decoration: underline;
}
#PhotoUploader
{
     width: 400px;
     background-color: White;
     color: Black;
     font-size: 8pt;
     margin: 15px 15px 15px 15px;
     padding: 10px 10px 10px 10px;
     border: solid 1px #0079C1;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
   
}
.DisplayImage
{
    width: 900px;
    padding: 10px;
    height: 20px;
}

.AlbumControls a
{
    padding: 5px;
    text-decoration: none;
}
.AlbumControls a:hover
{
    padding: 5px;
    background-color: #1CCCFF;
    color: White;
    text-decoration: none;
    border-bottom: solid 4px white;

}
.photoCredit
{
    font-size: 9px;
    float: right;
    right: 0px;
    top: 0px;
    color: #C0C0C0;
}
.AlbumTitle
{
    font-weight: bold;
    float: left;
    font-size: 15px;
}
.AlbumControls
{
    margin-top: 4px;
    float: right;
    display: block;
    position: relative;

}
.AlbumBigImage
{
    padding: 20px;
    width: 860px;
    text-align: center;
    display: block;
    background-color: #333333;
}
.AlbumBigImage img
{
    border: solid 10px Black;
        margin-left: auto;
    margin-right: auto;

    display: inline-block;
}
.EventSummary
{
    margin: 5px;
    display: block;
}
.EventThumbnail
{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.EventTitle
{
    color: White;
    font-weight: bold;
    font-size: 10pt;
}