/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

/*.container {
	margin:0px;
	padding-left:20px;
	width:210px;
	background-color:#f4f4f4;
	text-align: center;
	font: 13px/20px 'droid_sansregular';
	color: #fff;
}*/
.cal {
	position: relative;
	padding: 0px;
	font-weight: bold;
	border-radius: 0px;
	display: inline-block;
	vertical-align: baseline;
	zoom: 0;
 	*display: inline;
 	*vertical-align: auto;
	border: 1px solid #e3e3e3;
}
.cal:before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 4px;
	right: 4px;
	height: 6px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
}
.cal a {
	text-decoration: none;
}
.cal tr:first-child td {
	border-top: 0;
}
.cal td:first-child {
	border-left: 0;
}
.cal tr:first-child a {
	border-top: 0;
	margin-top: 0;
}
.cal tr:last-child a {
	border-bottom: 0;
	margin-bottom: 0;
}
.cal td:first-child a {
	border-left: 0;
	margin-left: 0;
}
.cal td:last-child a {
	border-right: 0;
	margin-right: 0;
}
.cal tr:last-child td:first-child a {
	border-radius: 0 0 0 0px;
}
.cal tr:last-child td:last-child a {
	border-radius: 0 0 0px 0;
}
.cal-table {
	position: relative;
	margin: 0 0 0px;
	/* border-collapse: separate;*/
	/*border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	background-color:#262626 !important;*/
	/*max-width:357px !important;*/
	/*padding-left:40px;*/

	background-color:#f4f4f4 !important;
}
.cal-caption {
	/*max-width:357px !important;*/
  	padding-bottom: 1px;
	line-height: 42px;
	color:#fff;
	text-align: center;
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
	background-color: #444444;
	font-size:13px;
	border-bottom:1px solid #e3e3e3;
}
.cal-caption a {
	line-height: 40px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: normal;
	color:#fff;
}
.cal-caption .prev {
	float: left;
}
.cal-caption .next {
	float: right;
}
.cal_body {
	width:300px;
	border:0px solid #000;
}
.cal-body td {
	/*width: 16px;*/
	font-size: 11px;
	font-family:'latolight';
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	height:25px;
	padding:0px;
	line-height:normal !important;
	width:300px;
}

.cal-blank-dayss {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;	
}

.cal-blank-dayss a, .cal-blank-dayss a:hover {
	margin: -1px;
	color:#444444;
	background:#f4f4f4;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	cursor:not-allowed !important;
}

.cal-body a {
	display: block;
	position: relative;
	line-height: 45px;
	color: #444444;
	text-align: center;
	background: #f4f4f4;
}
.new_background {
	background-color:#fff !important;
	color:#444444 !important;
}
.cal-body a:hover {
	background:#f4f4f4;
	color: #444444;
}
.cal-off a {
	color: #ccc;
	font-weight: normal;
}
.cal-today a {
	background:#fff;
	color: #930;
}
.cal-selected a, .cal-body a:active {
	margin: -1px;
	color: #fff;
	background: #edebe8;
	border: 0px solid #edebe8;
}
.cal-selected-day a, .cal-selected-day a:hover, .cal-body a:active {
	margin: -1px;
	color: #fff;
	background: #948E8E;
	border:0px solid #49311c;/*background: #9b9180;
  border: 1px solid #9b9180;*/
}

.cal-current-day a, .cal-current-day a:hover {
	margin: -1px;
	color: #fff;
	background: #BABABA;
	border:0px solid #49311c;/*background: #9b9180;
  border: 1px solid #9b9180;*/
}

.cal-check a {
	color: #f79901;
	overflow: hidden;
}
.cal-check a:before {
	content: '';
	position: absolute;
	top: -6px;
	right: -6px;
	width: 12px;
	height: 12px;
	background: #ffb83b;
	background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
	background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
	background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
	background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lt-ie8 .cal-table {
 *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
	zoom: 1;
}
.cal-past-days a, .cal-past-days a:hover {
	margin: -1px;
	color:#444444;
	background:#f4f4f4;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	cursor:not-allowed !important;
}
.cal-hol-days a {
	margin: -1px;
	color:#fff;
	background: #F00;
	border: 0px solid #9b9180;/* cursor:not-allowed !important;*/
}
.cal-hol-days a:hover {
	margin: -1px;
	color:#fff;
	background: #F00;
	border: 0px solid #9b9180;
	cursor:not-allowed !important;
}
.cal-blank-days {
	margin: -1px;
	color:#CFCFCF;
	background:#fff;
	border:0px solid #fff;
	cursor:not-allowed !important;
}
.curent-date {
	margin: -1px;
	color:#000;
	background:#edebe8;
	border:0px solid #edebe8;
	cursor:not-allowed !important;
	color:#fff;
}
