body {
	font-family:verdana;
	font-size:11px;
	line-height:1.4;
	background-image:url(../images/bg.gif);
	margin:0;
	color:#2A2A2A;

}

l1,td  {
	font-size:11px;
	line-height:1.4;
	
}

input,textarea,select {
	font-size:11px;

}

.title { font-family:tahoma;font-size:22px;color:#fe9900; }




#tableRoomType td {
	
	border-color: #FF8000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    margin: 0;
    padding: 1px;
	/*text-align:justify;*/
	/*line-height:2;*/
	
}



#mainSection .menu {
	height: 50px;
	background: url(../images/menu_bg.gif) no-repeat;
	vertical-align: top;
}


a.menuLink {font-family:Verdana; font-size:11px; font-weight:bold; display:block;top:50%;   }
a.menuLink:link {color: #2a5d8c;  text-decoration: none ; }
a.menuLink:visited {color: #2a5d8c;text-decoration: none; }
a.menuLink:hover {color: #FF0000;}




a.sideMenu {font-family: verdana;font-size:11px; line-height:1.1; }
a.sideMenu:link {color: #646464;  text-decoration: none ; }
a.sideMenu:visited {color: #646464;text-decoration: none; }
a.sideMenu:hover {color: #FF0000;}

a{font-family: verdana;font-size:11px; line-height:1.1;  }
a:link {color: #757575;   }
a:visited {color: #757575; }
a:hover {color: #FF0000;}

#mainSection .side {
	width:190px;
	vertical-align:top;
	padding-left:8px;
	padding-right:2px;
	
}

#mainSection .rightside {
	width:193px;
	vertical-align:top;
	
	
}


#mainSection .content {
	width:615px;
	height:1300px;
	vertical-align:top;
	padding-top:0px;
	padding-left:7px;
	/*text-align:justify;*/
	padding-right:5px;

}


/* top menu border */

#menuTable table {
	border-color: #aaccee;
    border-width: 0 0 0px 0px;
    border-style: solid;

}
#menuTable .Menutd 
{
    border-color: #aaccee;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
	text-align:justify;
	line-height:2;
}

#menuTable .tdTitle
{
	border-color: #aaccee;
	background-color:#ebf3fb;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
}


.packageTd {
	border-color: #aaccee;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}


/* */
.pic_corn_t 		{background:#e7e6df url(../image/pic_corn_t.gif) top repeat-x;}
.pic_corn_b 		{background:#e7e6df url(../image/pic_corn_b.gif) bottom repeat-x;}
.pic_corn_l 		{background:#e7e6df url(../image/pic_corn_l.gif) left repeat-y;}
.pic_corn_r 		{background:#e7e6df url(../image/pic_corn_r.gif) right repeat-y;}
.pic_corn_c_2 		{background:#54534d;}
.pic_corn_t_2 		{background:#54534d url(../image/pic_corn_t_2.gif) top repeat-x;}
.pic_corn_b_2 		{background:#54534d url(../image/pic_corn_b_2.gif) bottom repeat-x;}
.pic_corn_l_2 		{background:#54534d url(../image/pic_corn_l_2.gif) left repeat-y;}
.pic_corn_r_2 		{background:#54534d url(../image/pic_corn_r_2.gif) right repeat-y;}

.cont_body_table_2 {background:#f7f7f2 url(../image/cont_corn_c_2.gif) top repeat-x;}
.cont_body_tall_t_2 {background:#f7f7f2 url(../image/cont_corn_t_2.gif) top repeat-x;}
.cont_body_tall_b_2 {background:#f7f7f2 url(../image/cont_corn_b_2.gif) bottom repeat-x;}
.cont_body_tall_l_2 {background:#f7f7f2 url(../image/cont_corn_l_2.gif) left repeat-y;}
.cont_body_tall_r_2 {background:#f7f7f2 url(../image/cont_corn_r_2.gif) right repeat-y;}


/* for calendar */
OPTION.country {
		background-color:#CCCCCC;
	}
	
	/* the div that holds the date picker calendar */
	.dpDiv {
		}
	
	
	/* the table (within the div) that holds the date picker calendar */
	.dpTable {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		color: #505050;
		background-color: #ece9d8;
		border: 1px solid #AAAAAA;
		}
	
	
	/* a table row that holds date numbers (either blank or 1-31) */
	.dpTR {
		}
	
	
	/* the top table row that holds the month, year, and forward/backward buttons */
	.dpTitleTR {
		}
	
	
	/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
	.dpDayTR {
		}
	
	
	/* the bottom table row, that has the "This Month" and "Close" buttons */
	.dpTodayButtonTR {
		}
	
	
	/* a table cell that holds a date number (either blank or 1-31) */
	.dpTD {
		border: 1px solid #ece9d8;
		}
	
	
	/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	.dpDayHighlightTD {
		background-color: #CCCCCC;
		border: 1px solid #AAAAAA;
		}
	
	
	/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	.dpTDHover {
		background-color: #aca998;
		border: 1px solid #888888;
		cursor: pointer;
		color: red;
		}
	
	
	/* the table cell that holds the name of the month and the year */
	.dpTitleTD {
		}
	
	
	/* a table cell that holds one of the forward/backward buttons */
	.dpButtonTD {
		}
	
	
	/* the table cell that holds the "This Month" or "Close" button at the bottom */
	.dpTodayButtonTD {
		}
	
	
	/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	.dpDayTD {
		background-color: #CCCCCC;
		border: 1px solid #AAAAAA;
		color: white;
		}
	
	
	/* additional style information for the text that indicates the month and year */
	.dpTitleText {
		font-size: 12px;
		color: gray;
		font-weight: bold;
		}
	
	
	/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	.dpDayHighlight {
		color: 4060ff;
		font-weight: bold;
		}
	
	
	/* the forward/backward buttons at the top */
	.dpButton {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: gray;
		background: #d8e8ff;
		font-weight: bold;
		padding: 0px;
		}
	
	
	/* the "This Month" and "Close" buttons at the bottom */
	.dpTodayButton {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: gray;
		background: #d8e8ff;
		font-weight: bold;
		}

