.inline {
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	zoom: 1;
	*display: inline; /* IE6&7 */
    vertical-align: bottom;
}

/* -- BIR IMAGE REPLACEMENT -- begin*/
.nir {
	background: transparent none left top no-repeat;
	margin: 0;
	padding: 0;
	font: normal .9em sans-serif;
	border: none;
}

a.nir {
	font: normal .9em sans-serif;
	width:100%;
	height:100%;
	display: block;
	text-decoration:none;
}

.nir span {
	position:absolute;
	z-index:-1;
}
/* -- BIR IMAGE REPLACEMENT -- end*/

.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearbox {
	zoom:1;
	overflow: hidden;
}
/* ------------------------------------------------------- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.clearFix {	display:inline-block; }*/

/* Hide from IE Mac \*/
.clearFix { display: block; }
/* End hide from IE Mac */

* html .clearFix { height: 1px; }


#calendar {
	float: right;
	width: 322px;
	text-align: right;
	padding-top: 17px;
}


#calendar table {
	background-color: #004C9B;
	height:40px;
	background: url(../img/calendar-header.png) no-repeat 0 0;
}

#calendar table td {
	color: #fff;
	text-align:center;
	vertical-align:center;
	font-weight:bold;
}

#calendar table td a {
	color: #fff;
	display:block;
	width:30px;
	height:39px;
	line-height:39px;
	text-decoration:none;
}

.calendar {
	overflow: hidden;
}

.calendar div {

}

.calendar dl {
	background-color:#FAF1DC;
	float:left;
	height:24px;
	margin:0 1px 1px 0;
	padding:0;
	width:45px;
}

.calendar dt {
	background-color:#BACBD6;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-align:center;
	width:45px;
}

/*
.calendar dd {
	width: 87px;
	height: 86px;
	margin: 0px;
	padding: 4px 4px 0px 4px;
    color: #010101;
    font-weight: normal;
    text-align: center;
	overflow: hidden;
}
*/

.calendar a {
    color: #003C7D;
}

.print {
    text-align: right;
    display: block;	
}

.print_area {
	width:879px;
    margin:0 auto;
    text-align:left;
    background-color: #fff;
    padding: 5px;
    border: 1px;
    border-color: silver;
    border-style:solid;	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
 
.clearfix {	display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }

.search_list {
	
}