body
{
    background-color: #777;
    color: #232323;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 0.9em;
    height: 100%;
    margin: 0px;
    position: absolute;
    width: 100%;
}

form
{
    margin: 0px;
    padding: 0px;
}

header, footer, nav, section
{
    display: block;
}

h2
{
    margin: 5px 0px;
}
.qq-upload-success
{
    display: none;
}

input[type=submit], input[type=button]
{
    margin: 0px;
    margin-top: 5px;
    padding:  3px 10px;
}

input.text
{
    border:  1px solid #777;
    margin: 0px;
    padding:  3px;
    width: 200px;
    
    box-shadow: 1px 1px 3px #cecece;
    -moz-box-shadow: 1px 1px 3px #cecece;
    border-radius: 2px;
}

#map
{   
    position: absolute;
    left: 0px;
    right: 5px;
    top: 29px;
    height: 100%
}

#bottomInfo
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

#searchLocationResults
{
    border: 2px solid #cecece;
    height: 100px;
    margin-top: 10px;
    overflow: auto;
}

.leftNavigation
{
    border-right: 1px solid #cecece;
    width: 286px;
    
    position: absolute;
    bottom: 0px;
    top: 0px;
}

.leftNavigation .options
{
    background-color: #eaeaea;
    border-top: 1px solid #cecece;
    overflow: auto;
    padding: 5px;
    width: 276px;
        
    position: absolute;
    bottom: 0px;
    top: 80px;        
}

.rightNavigation
{
    border-left: 1px solid #cecece;
    width: 286px;
    
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
}

.rightNavigation .options
{
    background-color: #eaeaea;
    border-top: 1px solid #cecece;
    overflow: auto;
    padding: 5px;
    width: 276px;
        
    position: absolute;
    bottom: 0px;
    top: 80px;        
}

.tab
{
    border: 2px solid #c0c0c0;
    margin-bottom: 10px;
    
    box-shadow: 0px 0px 5px #cecece;
    -moz-box-shadow: 0px 0px 5px #000;
}
    .tab .header
    {
        background-image: url(../Images/Backgrounds/SilverTab.gif);
        border-bottom: 2px solid #c0c0c0;
        color: #596f84;
        font-size: 1.2em;
        padding: 3px;
    }

    .tab .content
    {
        background-color: #fff;
        padding:  3px;
    }

.topInfo
{
    background-image: url(../Images/Backgrounds/BlueTab.gif);
    color: #fff;
    font-size: 1.1em;
    margin-left: 0px;
    padding: 5px;
}
    .topInfo a
    {
        color: #fff;
    }
    
/************************************************************/
/* Custom File Stules                                       */
/************************************************************/

/*custom upload elements*/
.customfile-input
{
    position: absolute;
    height: 29px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 999;
    border: 1px solid black;
    
}

.customfile
{
    width: 67px;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    position: relative;
    float:left;
}
.customfile-disabled
{
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: default;
}
.customfile-feedback
{
    display: block;
    margin: 1px 1px 1px 5px;
    font-size: 1.2em;
    color: #000;
    padding-left: 5px;
    height: 20px;
}
.customfile-feedback-populated
{
    color: #000;
    font-style: normal;
    padding-left: 0px;
    background: url(/images/icon-generic.gif) left 4px no-repeat;
    font-family:  Arial;
    font-size: 12px;
    padding-top:10px;
    height:20px;
}
.customfile-button
{
    background: url(/images/buttons/browse-button.png);
    background-repeat: no-repeat;
    font-weight: bold;
    float: right;
    width: 67px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    height:28px;
}

/*file type icons*/
.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp
{
    background-image: url(../images/icon-image.gif);
}
.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v
{
    background-image: url(../images/icon-media.gif);
}
.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit
{
    background-image: url(../images/icon-zip.gif);
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
