@charset "utf-8";
/* css document download by http://www.codefans.net*/
*{
	margin:0;
	padding:0;
}

body{padding:0px; margin:0px;}

ul{
	list-style:none;
}

.clear{
	clear:both;
}


.month-container{
	padding: 0 10px;
	height:auto;
	background:#f9f8f4;
}

.month-head{
	height:30px;
	text-align:right;
	background:#f9f8f4;
font-size:14px; 
font-weight:bold;
}

.month-head span {
    color:#333;
	line-height:30px;
}


.month-cell {
    float: left;
	width:14.285%;
	height:32px;
}

.month-cell:active{
}

.month-cell span {
    display: block;
    color: #cccccc;
    font-size:12px;
    text-align: center;
	line-height:30px;
    cursor:pointer;
}

.month-cell.active span {
}

.month-cell.pink {
}

.month-cell.pink span {
    color:#333;
}

.month-cell.pink.active span {
}

.month-cell.orange {
}

.month-cell.orange span {
    color:#333;
}

.month-cell.orange.active span {
}

.month-cell.red {
    background: #ff6840;
}

.month-cell.red span {
    color: #ffffff;
}


.month-cell.blue {
    background: #5bb5ec;
}

.month-cell.blue span {
    color: #ffffff;
}


.flipcontainer{
	width:300px;
	height:100px;
	background:#fff;
	padding:10px;
}

