@charset "utf-8";
/* CSS Document  */

.header {
	font-weight:bold;
	color:#1F95D3;
}

.cal_header {
	font-weight:bold;
	color:#1F95D3;
}

.columnLeftTop {
font-family:Tahoma;
font-size:11px;

letter-spacing:0px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
width:50px;
height:20px;
background-color:#9DACBF;
}

.columnRghtBtm {
font-family:Tahoma;
font-size:11px;
letter-spacing:0px;
border-right:1px solid #CCCCCC;
text-align:right;
vertical-align:top;
border-bottom:1px solid #CCCCCC;
width:50px;
height:70px;

}

.have_event_temp
{
	background: #FBE6F2;
	font-size:12px;
	height:100%;
	color:#0066FF;
	
}
.have_event
{

	color:#FFFFFF;
	font-family:Tahoma;
	letter-spacing:0px;
	width:20px;
	height:20px;
	cursor:pointer;
	text-align:right;
	display:table-cell;
}

.menu_cal{
	font-family:Tahoma;
	font-size:11px;
	margin-left:95px;
}

.menu_calbtm{
	font-family:Tahoma;
	font-size:11px;
	margin-left:500px;
	margin-top:-120px;
}

.menu_cal a:link {
	text-decoration: none;
}

.menu_cal a:visited {
	text-decoration: none;
}

.menu_cal a:hover {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

.menu_cal a:active {
	text-decoration: none;
}



.format
{
	padding:8px 2px 8px 2px;
}


