﻿.SignUpTable .SignUpTabletd
{
    padding-bottom: 7px;
    padding-right: 3px;
}

.SignupTitle
{
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
}
.LoginForm
{
    border: solid 3px #000;
    width: 209px;
    height: 70px;
    background-image: url(/App_Themes/FallsFood/Images/LoginBkg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.LoginFormVenders
{
    border: solid 3px #000;
    width: 209px;
    height: 70px;
}

/*Contact Page*/
#ContactPage table td.ContactLabel
{
    padding-left: 10px;
    font-family: Times New Roman;
    vertical-align: top;
}

#ContactPage table td h3
{
    font-size: 24px;
}
#ContactPage table td
{
    padding-bottom: 30px;
}

/*SignUp Page */
#SignUp .SignUpTable .SignUpTabletd
{
    padding-bottom: 7px; 
    padding-right: 3px;
}

#SignUp .SignupTitle
{
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 10px; 
    font-size: 16px;
    
}

/*Loading*/
/*this is what we want the div to look like    when it is not showing*/
div.loading-invisible
{
    /*make invisible*/
    display: none;
}
/*this is what we want the div to look like    when it IS showing*/
div.loading-visible
{
    /*make visible*/
    display: block; /*position it 200px down the screen*/
    position: relative;
    top: 200px;
    width: 200px;
    margin: 0 auto;
    text-align: center; /*in supporting browsers, make it      a little transparent*/
    background: #fff;
    padding: 10px;
    border: double 3px #00505a; 
    z-index: 999999999999999999;
}

/*Confirm Modal*/
.ConfirmModal
{
    background: transparent url(/CommonImages/SubmittedPageBkg.png) no-repeat;
    width:570px;
    height: 335px;
}
.ConfirmModal .ModalLink
{
    display: block;
    width: 77px;
    height: 35px;
    position: absolute;
    top: 194px;
    left: 73px;
    cursor: pointer;    
}
.modalBackground 
{
	background-color: #000;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.fileupload 
{
	border: 1px solid #929292;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.SelectionNotMade
{
    color: #ff0000;
    font-weight: bold;
    text-decoration:none;
}

.SelectionMade
{
    color: #005c66;
    font-weight: bold;
}
