﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-9-22, 14:59:14
    Author     : EDGRV7GRY476GTBV
*/


.month-container{
	background:#fffbdf;
	overflow:hidden;
        width:185px;}
/*
width:504px;
	height:auto;
	margin:30px auto 0;
	box-shadow:2px 2px 8px 1px rgba(0,0,0,0.6);
*/

.month-head{
	background:#fffbdf;

	height:20px;line-height:20px;
        font:12px "microsoft yahei";
	
	text-align:center;}
/*text-shadow:2px 2px 3px #FFF;*/


.month-head span {
    color: #ffb186;
    border-color: #fffbdf;
	line-height:20px;}


.month-cell {
        float: left;
	width:24px;
	height:20px;
        line-height:20px;
	background:#EED2EE;
	border:1px solid #FEFEFE;
        text-align: center;}

.month-cell:active{
	box-shadow:inset 2px 2px 5px rgba(0,0,0,0.6);}

.month-cell span {
    display: block;
    color: #CD6839;
    font:12px "microsoft yahei";
    text-align: center;
	line-height:20px;
    cursor:pointer;}

.month-cell.active span {
    border-color: #cccccc;}

.month-cell.pink {
    background: #fffbdf;}

.month-cell.pink span {
    color: #ffb186;
    border-color: #fffbdf;}

.month-cell.pink.active span {
    border-color: #ffe295;}

.month-cell.orange {
    background: #63B8FF;}

.month-cell.orange span {
    color: white;
    border-color: #fff5b4;}

.month-cell.orange.active span {
    border-color: #ffcf71;}

.month-cell.red {
    background: #ff6840;}

.month-cell.red span {
    color: #ffffff;
    border-color: #ff6840;}


.month-cell.blue {
    background: #5bb5ec;}

.month-cell.blue span {
    color: #ffffff;
    border-color: #5bb5ec;}
