/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #767676;
	background-image: url(images/bgFill.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body td {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	color: #73a6c1;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.sidebarContent {
	margin-bottom: 20px;
	padding: 7px 15px;
	background-color: #f3f3f3;
	border-right: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #8b8b8b;
}

p.sidebarContent a {
	color: #ffa20f;
}

p.categories a {
	color: #ffa20f;
}

a.tellafriend {
	color: #80c735;
	font-weight: 400;
}

a.titlelink {
	color: #73a6c1;
	text-decoration: underline;
	font-size: 125%;
}

a.titlelink:hover {
	color: #80c735;
	text-decoration: none;
}

.left-td {
	padding-left: 6px;
}

.right-td {
	padding-right: 6px;
}

.row-td {
	padding-right: 6px;
	padding-left: 6px;
}

.eventContent {
	color: #ffa20f;
}

.date {
	color: #ffa20f;
	font-weight: 900;
	font-size: 120%;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.featureDate {
	color: #ffa20f;
	font-weight: 700;
	font-size: 80%;
}

.ondemand {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	background-image: images/demand_bg2.jpg;
	vertical-align: middle;
}

.ondemandHover {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #09F;
	background-image: images/demand_bg2.jpg;
	vertical-align: top;
}

.month td, .month td p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.monthname {
	color: #73a6c1;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.mainnav {
	text-decoration:none;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.shadowed {
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #e5e5e5;
border-right-color-value: #333;
border-bottom-color: #ececec;
border-left-color-value: #fefefe;
}
