﻿/* ----------------------------
    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;
    }
    
ul
{
    padding-top: 0px;
}

li
{
    vertical-align: middle;
}

