.topic{
    font-size: 18px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	border-bottom:1px dotted #522006;
	border-top:1px dotted #522006;
	line-height:30px;
}
.curdate{
    font-size:12px; 
    background-color:#00AAFF;
    text-decoration:none;
	text-decoration:underline;
    font-family:arial;
	text-align:center;
}
.leavedays{
    background-color:lightblue;    
}
.monthnames{
    color:#000;
	font-family:arial;
	text-align:center;
	font-size:11px;
	background:#FFEEBF;
	display:block;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:2px;
}
.daynames{
    font-size:11px;
	font-weight:bold;
	background-color:#eeeeee;
	color:#000;
	font-family:arial;
}
.tab{
 border: 1px solid #858585;
    height: 126px;
    width: 173px;
	background:#eeeeee;
}
*+html .tab
{
	width: 173px;
}
.search-background {
	display:none;
	font-size:13px;
	position:absolute;
	padding-top:190px;
	padding-left:450px;
	opacity:0.5;
	filter:alpha(opacity=50);
	text-decoration:none;
	text-shadow:#fff 0px 0px 20px;
}
#calendar
{
float:left;
line-height:12px;
width: 750px;
}
#calendar table
{
	margin:0px; padding:0px;
}
.prev_icon
{
	background:url(../images/prev_icon.gif) no-repeat;
 height: 16px;
    left: 456px;
    position: absolute;
    text-indent: -9999px;
    top: 212px;
    width: 16px;
	}
.next_icon
{
	background:url(../images/next_icon.gif) no-repeat;
   height: 16px;
    left: 677px;
    position: absolute;
    text-indent: -9999px;
    top: 215px;
    width: 16px;
	}

.list_view
{
    float: right;
    font-size: 11px;
    padding-left: 6px;
    width: 90px;
	background: transparent url('../images/list_view.gif') no-repeat 0% 0%;
	margin-top: 5px;
	height:20px;
}

.Grid_view
{
	float:right;
	width:90px;
	font-size:11px;
	
	background: transparent url('../images/calendar_view.gif') no-repeat 0% 0%;
	padding-left:6px;
	margin-top: 5px;
	height:20px;

}
input[type="button"].search_btn
{
background: url(../images/search_btn.gif) no-repeat;width:82px;height:22px;border:none;cursor:pointer; margin: 5px 0 0;
}