.shadow {
-moz-box-shadow: 5px 5px 5px #999;
-webkit-box-shadow: 5px 5px 5px #999;
box-shadow: 5px 5px 5px #999;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
border-radius:5px;
}


@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Open sans);


a
{
	text-decoration:none !important;
	color:#212b68;font-size:10pt"
}

.eventday
{
color:white;
background-color:rgb(127,212,171);
background-image: linear-gradient(bottom, rgb(34,95,99) 6%, rgb(127,212,171) 93%);
background-image: -o-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(127,212,171) 93%);
background-image: -moz-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(127,212,171) 93%);
background-image: -webkit-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(127,212,171) 93%);
background-image: -ms-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(127,212,171) 93%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.06, rgb(34,95,99)),
	color-stop(0.93, rgb(127,212,171))
);
}

.today
{
color:white;
background-color:rgb(122,182,204);
background-image: linear-gradient(bottom, rgb(34,95,99) 6%, rgb(122,182,204) 79%);
background-image: -o-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(122,182,204) 79%);
background-image: -moz-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(122,182,204) 79%);
background-image: -webkit-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(122,182,204) 79%);
background-image: -ms-linear-gradient(bottom, rgb(34,95,99) 6%, rgb(122,182,204) 79%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.06, rgb(34,95,99)),
	color-stop(0.79, rgb(122,182,204))
);
}


.grid
{

background-color:rgb(237,240,235);
background-image: linear-gradient(bottom, rgb(192,194,190) 41%, rgb(237,240,235) 91%);
background-image: -o-linear-gradient(bottom, rgb(192,194,190) 41%, rgb(237,240,235) 91%);
background-image: -moz-linear-gradient(bottom, rgb(192,194,190) 41%, rgb(237,240,235) 91%);
background-image: -webkit-linear-gradient(bottom, rgb(192,194,190) 41%, rgb(237,240,235) 91%);
background-image: -ms-linear-gradient(bottom, rgb(192,194,190) 41%, rgb(237,240,235) 91%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.41, rgb(192,194,190)),
	color-stop(0.91, rgb(237,240,235))
);

font-family:Raleway;font-size:8pt;
}