﻿.clear
{
    clear: both;
}
#CU_Form
{
    border-right: #ccc7ba 1px solid;
    padding-right: 5px;
    border-top: #ccc7ba 1px solid;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    border-left: #ccc7ba 1px solid;
    width: 400px;
    margin-right: auto;
    padding-top: 5px;
    border-bottom: #ccc7ba 1px solid;
    background-color: #ffffff;
}
.CU_Label
{
    clear: left;
    border-right: #808080 1px dotted;
    padding-right: 5px;
    float: left;
    width: 80px;
    height: 20px;
    background-color: #f2efea;
    text-align: right;
}
.CU_Input
{
    clear: right;
    float: right;
    width: 300px;
    height: 20px;
}

#regForm
{
    width: 769px;
    height: 456px;
    border-right: 3px solid #000000;
    font-weight: bold;
    background-color: #f8fbff;
    background-image: url(../images/bg_register_grad.jpg);
    background-repeat: repeat-x;
}

#regForm .inputBox
{
    width: 250px;
}

#regFormLeft
{
    clear: left;
    float: left;
    padding: 10px;
    width: 355px;
    border-right: 1px dotted #000000;
    height: 435px;
}
#regFormRight
{
    clear: right;
    float: right;
    padding: 5px;
    width: 355px;
    padding: 10px;
}

#regFormButtonErrorContainer
{
    float: right;
    width: 355px;
    margin-top: 75px;
}


* + html #regFormButtonErrorContainer
{
    float: right;
    width: 355px;
    margin-top: 100px;
}

#regFormButtonContainer
{
    width: 100px;
    float: right;
}

#regFormThanks
{
    width: 250px;
    float: left;
    height: 100px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: auto;
    background-color: #E8F1FF;
    border-right: #003399 3px double;
    border-top: #003399 3px double;
    border-left: #003399 3px double;
    border-bottom: #003399 3px double;
}

p.welcomeError
{
    font-size: 9px;
    width: 195px;
    float: left;
    color: #cc0000;
    font-weight: bold;
}



#mainNavigation ul
{
    margin-left: 0px;
}

* + html #mainNavigation ul
{
    margin-left: 16px;
}

#loading
{
    width: 450px;
    line-height: 50px;
    height: 300px;
    background: white;
    border: 5px solid #000;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -200px;
    margin-top: -60px;
    text-align: center;
}
* html #loading
{
    position: absolute;
}

.MovieAsset_Thumb
{
    float: left;
    clear: left;
}

.MovieAsset_Info
{
    float: right;
    clear: right;
}

.MovieAsset
{
    margin-bottom: 5px;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #C0C0C0;
}

.MovieAsset_Name
{
    font-weight: bold;
    color: #FF0000;
}

#movieDetailSubContent p
{
    color: #e6f0ff;
    font-size: 14px;
    padding: 0px 70px 30px 30px;
    line-height: 22px;
}


/*Invitations stuff*/

.InviteVenueLabel
{
    color: #81a5d1;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
}

.InviteVenue
{
    color: #d6dbe4;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.InviteVenueLabel
{
    color: #81a5d1;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
}

.InviteVenue
{
    color: #d6dbe4;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.InviteScreeningLabel
{
    color: #81a5d1;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
}
.InviteScreening
{
    color: #d6dbe4;
    font-size: 12px;
    height: 12px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.InviteSynopsis
{
    color: #e6f0ff;
    font-size: 11px;
    height: 11px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    width: 560px;
    height: 30px;
}


.requestFormContainer
{
    background-image: url(../images/bg_contact_details_gradient.jpg);
    background-repeat: repeat-x;
    width: 295px;
    margin-top: -5px;
}

.requestThanks
{
    background-image: url(../images/bg_contact_details_gradient.jpg);
    background-repeat: repeat-x;
    width: 295px;
    margin-left: 20px;
    padding: 5px;
}

.requestSeats
{
    background-image: url(../images/bg_contact_details_gradient.jpg);
    background-repeat: repeat-x;
    color: red;
    clear: both;
    height: 15px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btAcceptDeclineContainerSub
{
	width:150px;
	height: 15px;
	float: right;
}
