/******************************************************************************
 * File	Name	:	CommonStyle.css
 * Description	:	This CSS(Cascading Style Sheet) file is used for common styles like background color, 
                    font size , color , etc. 			

 * @version 	: 	1.0(initial version)
 * This is a Property of E2INFO Systems Pvt.Ltd. -chennai.
 *****************************************************************************/
	/* This style is used for Service page background color */
.ServicePage {
	background: transparent url("../images/main.png") 100% 0;
	 background-size: 100%; 
}
.RoomList {
    font-family: serif;
    font-size: 16px;
    height: 150px;
    width: 300px;
}
.add_remove {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    width: 60px;
}
.ServiceInnerPage {
	  background: transparent url("../images/body.jpg") 100% 0;
}

/* This style is used for Service page hidden background color  */
.HiddenBackgroundColour {
	/*background-color: #C3D3FD;*/
	background: transparent url("../images/body.jpg") 100% 0;
}

/* This style is used Heading or Tile  */
.TitleText {
	font-size: 25px;
	font-family: serif;
	font-weight: bold;
	color: maroon;
}

/* This style is used Sub Tile  */
.SubTitleText {
	font-size: 22px;
	font-family: serif;
	font-weight: bold;
	color: #000000;
}

/* This style is used Normal text message  */
.NormalText {
	font-size: 20px;
	font-family: serif;
	color: #000000;
}

/* Submit Button */
.SubmitButton {
	font-family: serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: url('../images/SubmitButton.gif') repeat-x;
	border: 1px solid #4A659C;
	padding: 0 0 0 0px;
	
}
.please_wait{
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		height:99%;
		width: 866px;
		border: solid white 1px;
		background-color: black;
		color: white;
		font-size: 25px;
		font-weight:bold;
		font-family: TimesNewRoman,serif;
		opacity:0.5;
		filter:alpha(opacity=70);
		position: absolute;
		top: 1px;
		left: 1px;
		z-index: 2;
	}
/*TextBox Style */
.TextBox 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 170px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
	box-sizing: content-box;
}

.TextBoxLarge 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 190px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
}
.VenTextBoxLarge 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 250px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
}
/* Select Box or Drop down box style */
.SelectBox 
{
	font-size: 16px;
	font-family: serif;
	color: #000000;
	border: 1px #4A659C solid;
	background: #FFFFFF;
	width: 175px;
	height: 26px;
	padding: 0px;
}

.SelectBoxLarge 
{
	font-size: 16px;
	font-family: serif;
	color: #000000;
	border: 1px #4A659C solid;
	background: #FFFFFF;
	width: 193px;
	height: 29px;
	padding: 0px;
}

/*TextBox Style */
.TextAreaBox {
	font-family: serif;
	font-size: 16px;
	color: #000000;
	width: 250px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 50px;
}

/*TextBox Style */
.TextAreaBoxLarge {
	font-family: serif;
	font-size: 16px;
	color: #000000;
	width: 170px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 100px;
}

/*Alert success Message */
.SuccessMessage {
	font-family: serif;
	font-size: 20px;
	color: green;
	font-weight: bold;
}

/*Alert error Message */
.ErrorMessage {
	font-family: serif;
	font-size: 20px;
	color: red;
	font-weight: bold;
}

.CalendarButton {
	BORDER-RIGHT: #0000FF 1px solid;
	BORDER-TOP: #0000FF 1px solid;
	FONT: 12px verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	BORDER-LEFT: #0000FF 1px solid;
	padding: 1px 3px;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: #0000FF 1px solid;
	background: url(../images/calendar_blue.gif) repeat-x left top;
}

.Button
{	
font-size:20px;
font-family: serif;
height:32;

}
.BrowseButton
{	
font-size:15px;
font-family: serif;
font-weight:bold;
height:18;
width: 70;
}
.BrowseButton
{
	font-family: serif;
	font-size: 16px;
	color: #000000;
	width: 170px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 45px;

}
/* This style is used for TableHeader text size  */
.TableHeader 
{
	font-size: 20px;
	font-family: serif;
	color: #000000;
	font-weight: bold;
}
/* This style is used for Table data text size  */
.TableText 
{
	font-size: 15px;
	font-family: serif;
	color: #000000;
}


/*TextBox Style */
.TimeTextBox 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 120px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
	azimuth: left;
	
}

/*TextBox Style */
.TimeTextBox1 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 102px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
	azimuth: left;
	
}


/*Small TextBox Style */
.SmallTextBox 
{  
	font-family: serif; 
	font-size: 16px; 
	color: #000000;
	width: 130px;
	border: 1px #4A659C solid;
	padding: 2px;
	height: 21px;
}
.diningmonthHeading
{
	height:40px;
	width:40px;
	background-color:#A8B7EE;
	font-size: 20px;
	font-family: serif;
	font-weight: bold; 
	text-align: center;
	color: #000000;
}
.diningmonth
{
	height:40px;
	width:40px;
	background-color:#A5D6A5;
	font-size: 20px;
	font-family: serif;
	font-weight: bold; 
	text-align: center;
	color: #000000;
}

/* This style is used Normal text message  */
.NormalText_preOrder {
	font-size: 16px;
	font-family: serif;
	color: #000000;
}
.HeadText {
    color: maroon;
    font-family: Times,"Times New Roman",Georgia,serif;
    font-size: 20px;
    font-weight: bold;
}
input[type=file] {
       border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
    -webkit-border-radius: 10px;
     border: 1px solid #ccc;
    font-size: 12pt;
    padding: 2px 2px;
    width:250px;
}

.multipleSelection{
 		min-width: 300px; 
 		height: 230px; 
 		font-family: serif; 
 		font-size: 16px;
 	}

/* Select Box or Drop down box style */
.MiniSelectBox 
{
	font-size: 16px;
	font-family: serif;
	color: #000000;
	border: 1px #4A659C solid;
	background: #FFFFFF;
	width: 100px;
	height: 26px;
	padding: 0px;
}	