﻿
*{
padding:0;
margin:0;
}

	
.skyblueGrad {
	background-attachment: fixed !important;

	background: #1e5799;
/* Old browsers */background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 66%, #ffffff 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(66%,#207cca), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 66%,#ffffff 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 66%,#ffffff 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 66%,#ffffff 100%); /* IE10+ */;
	background: linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 66%,#ffffff 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}






#futureyear 
{
	font-family:Arial, Helvetica, sans-serif;

font-size:inherit;
}

#futuremonth
{
	font-family:Arial, Helvetica, sans-serif;

font-size:inherit;
}

#calendar
{	    	font-family:Arial, Helvetica, sans-serif;

	font-size:inherit;

	table-layout: fixed;
	width:100%;
	height:100%;
	 border-collapse:separate;
	  background-image:url('');
}

#calendar thead td
{
	font-family:Arial, Helvetica, sans-serif;
	 color:white;
 text-shadow: 2px 2px #000000;

}
#calendar tbody td
{	 color:white;
	 text-transform:capitalize;
	 text-shadow: 2px 2px #000000;
	min-height:20%;	/* if table height is 100% then divid by tbody td if 5 equal 20%  this is how to get full height and even column and even rows width height */
	height:20%;
		height: 185px;
	min-height:185px;
	max-height:185px;
	width: 873px;
	min-width:873px;
  box-shadow: 2px 2px 5px -2px rgb(0, 0, 0);

}
