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

/*======================
TABLE
========================*/
table
{
	border-collapse:collapse;
	border:solid 1px #000;
}
table th
{
	background:#ff8401;
	padding:5px;
	border:solid 1px #000;
	border-bottom-width:2px;
	color:#fff;
	font-weight:700;
}
table td
{
	padding:5px;
	border:solid 1px #000;
}

/*======================
IMAGE
========================*/
img
{
	border:solid 0px #bdbdbd;
}


/*======================
   EVENTS
========================*/
/*
Each event should have some space below it
*/
.event
{
	float:left;
	margin-bottom:10px;
}
/*
Each event div has a title with a calendar icon.
*/
.event span
{
	background:url(../images/calendar.png) no-repeat;
	display:block;
	padding: 2px 0 2px 20px;
	font-size:10px;
	color:#717171;
}
.event a
{
	display:block;
	margin-bottom:7px;
}
/*
We're going to make the news text smaller and
lighter because we want more emphasis on the title.
*/
.event p
{
	font-size:10px;
	color:#4a4a4a;
}
