﻿@charset "utf-8";
/* CSS Document */
.formBg {
	background-color:#000000;
}
.fieldTd, .fieldTdFirst {
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-left:8px;
	color:#000000;
	font-family: Trajan, Times, Georgia, Serif;
	font-size:14px;
}
.fieldTdFirst
{
    border-top:1px solid #e0e0e0;
}

.formElement,.makeRes, .MessageDisplay
{
    color:Black;
    font-size:14px;
    font-family: Trajan, Times, Georgia, Serif;
}
.makeRes
{
    line-height:20px;
    padding-bottom:20px;
}

.labelTd {
	background-color:#cfcfcf;
	text-align:right;
	color:#000000;
	line-height:20px;
	padding-right:8px;
	border-bottom:1px solid #b3b3b3;
	width:10%;
    text-transform: uppercase;
    font-size:12px;
}
.dropDownBox {
	background-color:#FFF;
	color:#000000;
	border:1px solid #2d2d1b;
	font-size:14px;
	width:auto;
	font-family: Trajan, Times, Georgia, Serif;
}
.shortTextBox, .bigTextBox, .longTextBox, .textArea {
	width:70px;
	line-height:18px;
	font-size:14px;
	color:#000000;
	font-family: Trajan, Times, Georgia, Serif;
	
}
.bigTextBox {
	width:120px;
}
.longTextBox {
	width:224px;
}
.textArea {
	height:60px;
	width:230px;
	resize:none;
	font-family: Trajan, Times, Georgia, Serif;
	font-size:14px;
}
.lastLabelTd {
	border-bottom:1px solid #b3b3b3;
}
.spacingHeight {
	height:30px;
    color:#000;
    font-size:14px;
}
.topPadding {
	padding-top:4px;
}
.inputBtn, .inputAvailabilityBtn {
	background-color:Black;
	text-align:center;
	color:White;
	font-size:12px;
	font-weight:bold;
	width:60px;

	border:1px solid #88734c;
	line-height:24px;
	font-family: Trajan, Times, Georgia, Serif;
}
.inputAvailabilityBtn {
	width:120px;
}
.formHeader {
	background-color:#b2884e;
	line-height:30px;
	padding-left:8px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #88734c;
	font-family:"Times New Roman", Times, serif;
}
.mandatoryField {
	background-color:#f3e9d7;
}
.restoName {
	text-transform:none;
	font-size:12px;
	font-family: Trajan, Times, Georgia, Serif;
}
/*This Class will be used for Displaying a POSITIVE MESSAGE anywhere*/
.MessageDisplay
{
    font-size: 14px;
    text-align:center;
    vertical-align:top;
    width: 95%;
    color: Green;
    padding:10px;margin:2px;
    font-weight:bold
}

/*This Class will be used for Displaying a NEGATIVE MESSAGE anywhere*/
#eat2eatWWOverlayLdr {
	visibility:hidden;
}
.ErrorDisplay
{
	font-size: 14px;
	text-align: center;
	vertical-align:top;
	width: 95%;	
	color: Red;
	padding:1px;margin:1px;
    font-weight:bold;
}

#eat2eatWWfade {
	background: #E6E0DF;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=70);
	opacity: .70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	z-index: 10;
	top: 0;
	left: 0;
}
.eat2eatWWMsgpopup_block {
	width: 540px;
	position: fixed;
	z-index: 105;
	left:26%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	top:40%;
}
#eat2eatWWMsgPopupLoader {
	text-align:center;
	background:url(../../Includes/Images/ajaxloader.gif) no-repeat;
	width: 48px;
	height:48px;
	margin-left:290px;
}