﻿.FormContainer
{
    position:fixed; 
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:black;
	filter:alpha(opacity=66, finishopacity=66, style=2);
    opacity:0.66;
    
}

.FCBirthday
{
    position:fixed; 
    top:50px;
    bottom:50px;    
    width:500px;
    margin-left:-250px;
    left:50%;
    background-color:#688ab7;
    border:10px solid #555555;    
    overflow:auto;
    background-image:url('images/FormBg.png');
    background-position:center bottom;
    background-repeat:no-repeat;    
    -moz-border-radius:7px;-webkit-border-radius:7px;border-radius:6px;
    z-index:999;
}

.FCPrepaid
{
    position:fixed; 
    top:50px;
    bottom:50px;    
    min-width:711px;
    margin-left:-355px;
    left:50%;
    background-color:#688ab7;
    border:10px solid #555555;    
    overflow:auto;
    background-image:url('images/FormBg.png');
    background-position:center bottom;
    background-repeat:no-repeat;        
    -moz-border-radius:7px;-webkit-border-radius:7px;border-radius:6px;
    z-index:999;
}

.FormClose
{
    background-image:url('images/Forms/close.png');
    background-position:right top;
    background-repeat:no-repeat;
    width:25px;
    height:25px;
    display:inline-block;
    position:absolute;
    right:0px;
    background-color:#555555;    
}

.ClientForm
{
    color:White;    
    /*text-transform:uppercase;font-weight:bold; */
    font-family:Arial; 
    font-size:9pt;    
}

.GuestlistTop
{
    background-image:url('images/Forms/GuestlistFormTop.jpg');
    background-repeat:no-repeat;
    padding:100px 30px 0px 30px;
}

.ContactTop
{
    background-image:url('images/Forms/ContactFormTop.jpg');
    background-repeat:no-repeat;
    padding:100px 30px 0px 30px;
}

.BirthDayTop
{
    background-image:url('images/Forms/BirthdayFormTop.jpg');
    background-repeat:no-repeat;
    padding:100px 30px 0px 30px;
}

.PrepaidTop
{
    background-image:url('images/Forms/PrepaidFormTop.jpg');
    background-repeat:no-repeat;
    padding:100px 30px 0px 30px;
}

.ClientForm td
{
 vertical-align:top;
 }

.ClientForm .Error
{
    display:block;
    color:Red;
    width:100%;
    font-size:8pt;
    font-weight:normal;
}

.Loading
{
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
}

.Loading div
{
    width:200px;
    background-color:White;
    color:White;
    height:60px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-30px;
    z-index:1000;
    font-family:Arial; 
    padding:10px;  
    text-align:center; 
    border:10px solid #000000;
    background-color:#6789b6;
    -moz-border-radius:7px;-webkit-border-radius:7px;border-radius:6px;
    font-weight:bold;
}
.Loading div h1
{
    margin:0;
}

.button
{
    font-family:Arial;
    font-size:9pt;
}

.NewGuestEntryForm
{
    margin-bottom:7px;
    border:1px solid #8babd5;

    background:#7495c1;
    padding:0px 5px;
}

.NewGuestEntryForm,.NewGuestEntryForm *
{
    font-size:8pt;
    font-family:Tahoma;
}

.RemoveGuest
{
    background:url('images/close.jpg') no-repeat;
    width:14px;
    height:13px;
    display:inline-block;
}

.GuestDisplay
{
    width:100%;
    background:#91aed5;
    border:0px; 
    border-bottom:1px solid #8da9cd;   
}

.GuestDisplay tr
{
    border-top:1px solid #8da9cd;
    border-right:1px solid #8da9cd;
}

.GuestDisplay th,.GuestDisplay td
{
    border:0px;
    padding:2px 4px;
    background:#688ab7;
    text-align:left;
    font-size:8pt;
    border-left:1px solid #8da9cd;
}

.GuestDisplay th
{
    background:#7798c3;
}

.gvPager table
{
    border:0px;
}

.gvPager tr
{
    border:0px;
}

.gvPager td
{
    border:0px;
    background:none;
}