﻿@charset "UTF-8";
/* CSS Document */

.calendar{
	padding-top:15px;
	float:left;
	width:44px;
	background:#fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ccc));
	background: -moz-linear-gradient(top,  #f8f8f8,  #ccc);
	text-align:center;
	color:#333;
	text-shadow:#fff 0 1px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
	font-family: helveneubolcon, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0.25em;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	}
.calendar em{
	display:block;
	color:#fff;
	text-shadow:#8e0405 0 -1px 0;
	background:#ff0000;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#8e0405));
	background:-moz-linear-gradient(top,  #ff0000,  #8e0405);
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #8e0405;
	font-family: helveneucon, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	}
.calendar:before, .calendar:after{
	content:'';
	float:left;
	position:absolute;
	top:5px;
	width:8px;
	height:8px;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
	background-color: #333;
	}
.calendar:before{
	left:2px;
}	
.calendar:after{
	right:2px;
}

.calendar em:before, .calendar em:after{
	content:'';
	float:left;
	position:absolute;
	top:-5px;
	width:3px;
	height:14px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa);
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.calendar em:before{
	left:4px;
}	
.calendar em:after{
	right:4px;
}	



.calendar_big {
	padding-top:15px;
	float:left;
	width:60px;
	background:#fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ccc));
	background: -moz-linear-gradient(top,  #f8f8f8,  #ccc);
	text-align:center;
	color:#333;
	text-shadow:#fff 0 1px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
	font-family: helveneubolcon, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 33px;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 10;
	}
.calendar_big em{
	display:block;
	color:#fff;
	text-shadow:#8e0405 0 -1px 0;
	background:#ff0000;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#8e0405));
	background:-moz-linear-gradient(top,  #ff0000,  #8e0405);
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #8e0405;
	font-family: helveneucon, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.calendar_big:before, .calendar_big:after{
	content:'';
	float:left;
	position:absolute;
	top:5px;
	width:8px;
	height:8px;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
	background-color: #333;
	}
.calendar_big:before{
	left:4px;
}	
.calendar_big:after{
	right:4px;
}

.calendar_big em:before, .calendar_big em:after{
	content:'';
	float:left;
	position:absolute;
	top:-5px;
	width:5px;
	height:14px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa);
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.calendar_big em:before{
	left:5px;
}	
.calendar_big em:after{
	right:5px;
}
