﻿/* ----------------------------
    Error Box
   ---------------------------- */
.inputError
{
     background-color: #FFC4C4;
    }
.ErrorBox 
{ 
    background-color: #FFEDED;
    border: dashed 1px #DA5A5A;
    width: 460px;
    padding: 10px;
    }
/* ----------------------------
    Position
   ---------------------------- */    
.AlignLeft
{
    float:left;
    }
.AlignRight 
{
    float:right;
    }
.AlignCenter 
{
    margin: 0px auto;
    text-align:center;
    }
.ClearBoth 
{
    clear:both;
    }
.ActionButtons 
{
    width: 35px; 
    float:left;
    text-align: center;
    }
/* ----------------------------
    Message Box
   ---------------------------- */    
.MessageBoxBG
{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    min-height:100%; 
    background: transparent url('../Images/black-70.png') repeat;
    z-index:99;
}

.MessageBox
{
    margin: 80px auto;
    width: 40%; 
    background: #fff;
    border: solid 5px #ccc;
    padding: 20px;
    z-index:99;
}
/* ----------------------------
    Error Page Config
   ---------------------------- */
.BackgroundColor 
{
    background-color: #282F39;
    }
#Error-Content
{
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    text-align: left;
    }
#Error-Content p
{
    color: White;
    font-size: 12px;
    }
#Error-Content h1, #Error-Content a
{
    color: White;
    }
#Error-Content hr
{
    color:White;
    height: 1px;
    } 
/* ----------------------------
    Photo Gallery
   ---------------------------- */    
.imgShadow
{
     background:#fff;
     border: solid 2px #fff;
     margin:2px;
    }
/* ----------------------------
    Form Properties
   ---------------------------- */ 
.FieldSet 
{
    width: 98%;
    text-align:right;
    margin-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    float:left;
    border-bottom: solid 1px #f0f0f0;
    }
.FieldSetSearch
{
    width: 98%;
    text-align:left;
    margin-top: 5px;
    float:left;
    font-size: 0.89em;
    }
.FieldSetSearchSub 
{
    width: 98%;
    text-align:left;
    margin-top: 5px;
    float:left;
    }
.FieldName 
{
    width: 27%;
    float:left;
    font-size: 0.89em;
    text-align:right;
    padding: 5px 10px 0px 0px;
    }
.FieldEntry 
{
    width: 70%;
    text-align:left;
    float:right;
    font-size: 0.89em;
    }

.FieldEntry input, .FieldEntry textarea, .FieldEntry select
{
    width: 80%;
    }
fieldset 
{
    margin: 6px 0px;
    }
.divErrorIcon 
{
    background: transparent url(../SiteImages/bullet_error.jpg) center center no-repeat;
    width: 16px;
    height: 16px;
    float:right;
    }
/* ----------------------------
    Display Properties
   ---------------------------- */ 
.ErrorDisplay 
{
    border: solid 1px #F1D3D0;
    background: #FFEAE8 url(../SiteImages/icoStopError.jpg) no-repeat 10px 10px;
    padding: 10px;
    margin: 5px auto;
    width: 90%;
    }