/**
 * @package   	Egolt Archive
 * @link 		http://www.egolt.com
 * @copyright 	Copyright (C) Egolt - www.egolt.com
 * @author    	Soheil Novinfard
 * @license    	GNU/GPL 2
 *
 * Name:		Egolt Archive
 * License:		GNU/GPL 2
 * Product:		http://www.egolt.com/products/egoltarchive
 */
 
.egclmodcal a, 
.egclmodcal a:hover,
.egclmodcal a:focus {
	text-decoration: none !important;
}
.egclmodcal {
	text-align: center;
}
.egclmodcal .egcal {
	width: 100%;
	position: relative;
	padding: 4px;
	font-weight: bold;
	background: #bebfc0;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.egclmodcal .egcal2:before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 4px;
	right: 4px;
	height: 6px;
	background: #d9d9d9;
	border: 1px solid #909090;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.egclmodcal .egcal a {
	text-decoration: none;
}
.egclmodcal .egcal tr:first-child td {
	border-top: 0;
}
.egclmodcal .egcal td:first-child {
	border-left: 0;
}
.egclmodcal .egcal tr:first-child a {
	border-top: 0;
	margin-top: 0;
}
.egclmodcal .egcal tr:last-child a {
	border-bottom: 0;
	margin-bottom: 0;
}
.egclmodcal .egcal td:first-child a {
	border-left: 0;
	margin-left: 0;
}
.egclmodcal .egcal td:last-child a {
	border-right: 0;
	margin-right: 0;
}
.egclmodcal .egcal tr:last-child td:first-child a {
	border-radius: 0 0 0 3px;
}
.egclmodcal .egcal tr:last-child td:last-child a {
	border-radius: 0 0 3px 0;
}
.egclmodcal .cal-table {
	position: relative;
	width: 100%;
	margin: 0 0 1px;
	border-collapse: separate;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #bbb;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}
.egclmodcal .cal-caption {
	width: 100%;
	padding-bottom: 1px;
	line-height: 32px;
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #629c2e;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}
.egclmodcal .cal-caption {
	font-size: 13px;
}
.egclmodcal .cal-caption .pnx {
	border-radius: 40px;
	line-height: 30px;
	padding: 0 3px;
	font-size: 20px;
	font-weight: normal;
	color: white;
}
.egclmodcal .cal-caption .pnxy {
	padding-top: 2px;
}
.egclmodcal .cal-caption .monthycover {
	border-radius: 40px;
	line-height: 30px;
	padding: 0 2px;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
.egclmodcal .cal-caption .monthycover a{
	color: white;
}
.egclmodcal .cal-caption .monthycover a:hover {
	color: #eee;
	border-bottom: 1px solid #ccc;
}
.egclmodcal .cal-caption .pnx:hover {
	color: #222;
	cursor: pointer;
}
.egclmodcal .cal-caption .prev {
	float: left;
}
.egclmodcal .cal-caption .next {
	float: right;
}
.egclmodcal .cal-body td {
	width: 30px;
	font-size: 11px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.egclmodcal .cal-body a {
	display: block;
	position: relative;
	line-height: 28px;
	color: #555;
	text-align: center;
	background: white;
}
.egclmodcal .cal-body a:hover {
	background: #fafafa;
}
.egclmodcal .cal-off {
	background: #ddd;
}
.egclmodcal .cal-off a {
	color: #ccc;
	font-weight: normal;
}
.egclmodcal .weekhead{
	color: #555;
	background: #ccc;
	font-weight: normal;
}
.egclmodcal .hasday {
	background-color: #fff;
}

.egclmodcal .cal-today a {
	color: black;
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
	background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
	background-image: -o-linear-gradient(top, whitesmoke, white 70%);
	background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}
.egclmodcal .cal-selected a, .egclmodcal .cal-body a:active {
	margin: -1px;
	color: #b2494d;
	background: #fff5f6;
	border: 1px solid #e7d4d4;
}
.egclmodcal .cal-check a {
	color: #f79901;
	overflow: hidden;
}
.egclmodcal .cal-check a:hover {
	background: #eee;
}
.egclmodcal .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);
}
.egclmodcal .lt-ie8 .cal-table {
	*border-collapse: collapse;
}
.egclmodcal .lt-ie8 .cal-body a {
	zoom: 1;
}
