/*default HorizonWeb CSS*/
.mainbody
{
    width: 970px;
    margin: auto;
 #   background:url(/images/SiteBG.jpg) repeat-x top;
    font-size: x-small; 
    font-family: Verdana;
}

#HEADTABLE
{
 # #  background:url('/images/SiteBG.jpg') repeat-x 50% top;
}

#CENTER
{
 #  background-color: White;
}

#MENUTABLE
{
 #   background-color: Transparent;
  #  background: url(/images/MenuBar.gif) no-repeat;
}

/*for bulleted list*/
li
{
    margin-bottom: 20px;
}

a
{
   /*text-decoration: none;*/
    color: Black;
}

.drop_down_panel
{
	position: absolute;
	z-index: 100;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	height: auto;
	width: 230px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #dcdcdc;
}

.drop_down_calendar
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	margin:0px;
}

.calendar_header
{
  width:100%;
}

.prev_month_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;

}

.next_month_link
{
	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	
}

.month_label
{
	font-weight: bold;	
	text-align:center;
}

.period_days
{
	width:100%;	
	top:25px;
	
}

.loading_icon
{
	text-align: center;
	width: 230px;
	background: url(Images/spinner.gif) fixed no-repeat center center;
}

.clickable_date
{
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	font-weight:bold;

}

.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}

.regular_date
{
	text-align:center;
	width:30px;	
}

.todays_date
{
	background-color: #DEDEFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.days_of_week
{
	background-color: #ccccff;
}

.holiday_date
{
	background-color: #ffff66;
}

.cphLeft
{
    float: left;
    width: 163px;
}
.cphRight
{

width:163px;
}

.searchPanel select
{
    width: 155px;
}
.csscontrolBoxHeader
{
width:163px;
} 
