


.body
{
	text-align: center;
	background-image: url(/app_themes/eng/Images/LTR/MainBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #37322C;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	
}


.calHeader
{
	text-align: center;
	color: #DED9D3;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	 
}



.comboBox 
{ 
	font-family: Arial;
  border: 1px solid #B5A082; 
  background-color: transparent; 
  color: White;
  font-size: 15px;
  
 
}

.comboBoxHover
{ 
  border: 1px solid #B5A082; 
  background-color: transparent; 
  color: White;
  font-family: Arial;
  font-size: 15px;
}

.comboDropDown 
{ 
  border: 1px solid #B5A082; 
  background-color: #B5A082; 
  padding: 1px;
  padding-left: 0px;
  width: 500px;
  cursor: default;
font-family: Arial;
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-left: 2px;
  direction: LTR;
  color: White;
  background: transparent;
  font-family: Arial;
}

.comboTextBoxHover
{
  color: White;
  background: transparent;
}

.comboItem
{
font-family: Arial;
  font-size: 14px; 
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  direction: LTR;
}

.comboItemHover
{
  background-color: #FFFFFF;   
  font-family : Arial;
  font-size: 14px; 
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  direction: LTR;
}




.calendar
{
 
	cursor:default;
}




.topheadertext
{
	
	font-size:15px;
	color:#4A495E;
	line-height:20px;
	text-align: center;
}

.dayheader
{
	
	font-size:15px;
	font-weight:bold;
	color:#FDDFB6;
	background-color: Transparent; 
	height:21px;
	text-align:center;
	cursor:default;
	border-top: 1px solid #9C825F;
	border-bottom: 1px solid #9C825F;
}

 

.weekselector
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	background-color:#F6F6F6;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	height:21px;
	width:29px;
	cursor:pointer;
}

.day
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	height:23px;
	width:26px;
	cursor:pointer;
	
}

/*Series icon*/
.event1
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	vertical-align: middle;
	color:#FFFFFF;
	height:23px;
	width:26px;
	cursor:pointer;
	background-image:url(/app_themes/eng/images/Calendar/event1Dark.gif);
	background-repeat: no-repeat;
}

/*Tour icon*/
.event2
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	vertical-align: middle;
	color:#FFFFFF;
	height:23px;
	width:26px;
	cursor:pointer;
	background-image:url(/app_themes/eng/images/Calendar/event2Dark.gif);
	background-repeat: no-repeat;
}


/*Special icon*/
.event3
{
	
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	color:#FFFFFF;
	height:23px;
	width:26px;
	cursor:pointer;
	background-image:url(/app_themes/eng/images/Calendar/event3Dark.gif);
	background-repeat: no-repeat;
}


 
.othermonthday
{
	visibility: hidden;
		color: White;		 
		background-image: url(/app_themes/eng/Images/Calendar/spacer.gif);
		height: 1px;
}


.selectedday
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #BB5503;
	cursor:default;
}

 

 

.selecteddayhover
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	height:23px;
	width:23px;
	cursor:pointer;
}

.dayhover
{
	 
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	height:23px;
	width:26px;
	cursor: default;
}



#CalendarLegend
{	
	background-image: url(/app_themes/eng/Images/calendar/legend.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin-top: 8px;
}



.promoPad
{
	margin-left: 20px;
}