.mini_calendar{
	position:relative;
}

.mini_cal_title{
	width: 300px;
	text-align: center;
}

/*.mini_cal_title > a{
	text-decoration: none;
	color:black;
}*/

.mini_cal_img{
/*	background: #4c4c4c; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
/*	background: linear-gradient(135deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	background: #0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius:10px;
	padding:2px;
	position: absolute;
    top: 3px;
    left: 0px;
	height:30px;
}

.saints_background{
	background: #6d005f; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg,  #6d005f 0%, #ae7eba 50%, #6d005f 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6d005f), color-stop(50%,#ae7eba), color-stop(100%,#6d005f)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(-45deg,  #6d005f 0%,#ae7eba 50%,#6d005f 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(-45deg,  #6d005f 0%,#ae7eba 50%,#6d005f 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(-45deg,  #6d005f 0%,#ae7eba 50%,#6d005f 100%); /* IE10+ */
/*	background: linear-gradient(135deg,  #6d005f 0%,#ae7eba 50%,#6d005f 100%); /* W3C */
	background: #6D2034;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d005f', endColorstr='#6d005f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 2px solid blue;
	width: 300px;
	border-radius: 10px;
	padding: 1px 0px;
	position: relative;
    top: 2px;
}

.saint_name{
	cursor: pointer;
	border-radius: 5px;
	font-size: 13px;
	top: 5px;
	width: 295px;
	color: #ffffff;
	padding: 1px 5px;
	margin: 5px auto 5px;
	text-align: center;
	/*background: #a30002; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg,  #a30002 0%, #d80407 48%, #a30002 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a30002), color-stop(48%,#d80407), color-stop(100%,#a30002)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(-45deg,  #a30002 0%,#d80407 48%,#a30002 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(-45deg,  #a30002 0%,#d80407 48%,#a30002 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(-45deg,  #a30002 0%,#d80407 48%,#a30002 100%); /* IE10+ */
/*	background: linear-gradient(135deg,  #a30002 0%,#d80407 48%,#a30002 100%); /* W3C */
	background: #6D2034;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30002', endColorstr='#a30002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*.saint_name:hover{

}

.saint_link{
	text-decoration:none;
}*/

.mini_cal_title{
	color:black;
	margin:10px;
	padding:3px 2px;
/*	background: #a90329; /* Old browsers */
/*background: -moz-linear-gradient(top, #a90329 0%, #f005fc 25%, #f299f7 50%, #f005fc 75%, #6d0019 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(25%,#f005fc), color-stop(50%,#f299f7), color-stop(75%,#f005fc), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #a90329 0%,#f005fc 25%,#f299f7 50%,#f005fc 75%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #a90329 0%,#f005fc 25%,#f299f7 50%,#f005fc 75%,#6d0019 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #a90329 0%,#f005fc 25%,#f299f7 50%,#f005fc 75%,#6d0019 100%); /* IE10+ */
/*	background: linear-gradient(to bottom, #a90329 0%,#f005fc 25%,#f299f7 50%,#f005fc 75%,#6d0019 100%); /* W3C */
/*	background: #6D2034;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
