@CHARSET "UTF-8";

.mes {
    margin-top: 0px;	
    background-color: #6d6d6d;
    height: 30px;
    padding-top: 15px;
    
    
    
}

.bcal-month{
	height: 1px;
    color: white;
    font-family: Titillium Web, verdana, arial;
	font-size:16px;
	text-align:center;
	background-color: #6d6d6d;

	
	
}
.bcal-nav{
    height: 1px;
    color: white;
    font-family: Titillium Web, verdana, arial;
	font-size:16px;
	background-color: #6d6d6d;
	padding-left: 20px;

}

.bcal-container{
	width: 315px;
	height: 217px;
	background-color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	float: left;
	padding: 0px;
	/*border: solid 1px #ccc;
	box-shadow: 0 0 3px #C0C0C0;*/
	margin-left: 30px;
}
.bcal-table{
	border-collapse:collapse; 
	border-spacing: 0;
	border: solid 1px #D2D2D2;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 1px;
	padding: 0;
	width: 315px;
	height: 216px;
}

.bcal-table .bcal-wday,
.bcal-table .bcal-wnum{
	font-weight: normal;
	padding: 0px 1px 5px 2px;
	height: 20px;
	color: #6d6d6d;
    font-family: Titillium Web, verdana, arial;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	padding-top: 5px;
	width: 14.7%;
	
}

.bcal-table .bcal-date{	
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding-top: 7px;
	text-align: center;
	color: #6d6d6d;
    font-family: Titillium Web, verdana, arial;
	font-size:14px;
	
}
.bcal-table .bcal-empty{	
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding-top: 7px;
	text-align: center;
	color: #6d6d6d;
    font-family: Titillium Web, verdana, arial;
	font-size:14px;
	background-color: #C0C0C0;;
	
}
.bcal-table .bcal-today{
	background-color: #E10E6D;
	color: #fff;
}

.bcal-table .bcal-selected{
	background-color: #C0E8E6;
	color: #fff;
}

/*.bcal-table,
.bcal-table th,
.bcal-table td {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bcal-table thead tr{
	background-color: #C0E8E6;
	border: 1px solid #A4BED4;
	background-image: linear-gradient(bottom, rgb(205,227,254) 23%, rgb(231,241,255) 62%);
	background-image: -o-linear-gradient(bottom, rgb(205,227,254) 23%, rgb(231,241,255) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(205,227,254) 23%, rgb(231,241,255) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(205,227,254) 23%, rgb(231,241,255) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(205,227,254) 23%, rgb(231,241,255) 62%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(205,227,254)),
		color-stop(0.62, rgb(231,241,255))
	);
}
.bcal-table thead tr:first-child{
	line-height: 23px;
}
.bcal-table thead th{
	font-weight: bold;
	color: #212121;
	height: 20px;
	text-align: center;
}
.bcal-table tbody td{
	color: #000;
	cursor: pointer;
	font-weight: normal;
	height: 25px;
	padding: 0 0 1px 1px;
	width: 25px;
	text-align: center;
}
.bcal-table tbody tr:first-child td{
	border-top: solid 1px #fff;
}
.bcal-table tbody td:first-child{
	border-left: solid 1px #fff;
	padding: 0 0 1px;
}
.bcal-table .bcal-wday,
.bcal-table .bcal-wnum{
	font-weight: normal;
	border-right: 1px solid #A4BED4;
	border-top: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	padding: 1px 1px 2px 2px;
}
.bcal-table .bcal-wnum{
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	color: #CC6600;
	background-image: linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -o-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(255,225,159) 23%, rgb(255,250,234) 62%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(255,225,159)),
		color-stop(0.62, rgb(255,250,234))
	);
}
.bcal-table .bcal-wday:last-child{
	border-right: none;
}
.bcal-table .bcal-empty{
	background-color: #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #999;
	cursor: default;
}
.bcal-table .bcal-date{
	background-color: #EDF4FE;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.bcal-table .bcal-past{
	background-color: #f1f1f1;
	color: #999;
	cursor: default;
}
.bcal-table .bcal-today{
	background-color: #9BC7FE;
	color: #fff;
}
.bcal-table .bcal-week{
	background-color: #FEF3DA;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #CC6600;
	cursor: default;
}

.bcal-table .bcal-over,
.bcal-table .bcal-date:hover{
	background-color: #719ABC;
	color: #fff;
}
.bcal-table .bcal-past:hover{
	background-color: #e0e0e0;
	color: #666;
}
.bcal-table .bcal-month,
.bcal-table .bcal-navi,
.bcal-table .bcal-wnum,
.bcal-table .bcal-wday,
.bcal-table .bcal-week{
	cursor: text;
}*/









