/*
COLORS
#8CA1C4; blue - body background
#A4BADF; light blue - LayerOne background
#6C82A6; Nav a blue
#BDCDE9; lighter blue - Util a
#8396B5; darker blue - JoinUsTextBox p
#D8EA86; green - LayerTwo background 
#C8D97A; darker green - LayerThree border
#77920A; dark green - Nav a:hover, WelcomeBox h1, WelcomeBox li a, a:hover
#0070E3; bright blue - a
#5678B0; strong blue - ColumnOne h2, CalendarAudioTabs li a 
#F4F2EA; khaki - ServiceScheduleBox div, NewsBox div
#EFECE0; tan - leftImg, rightImg
#495A77; darkest blue- ColumnOne p, address
#DFE8F6; baby blue - CalendarAudioBox tabContent,
#277cbc: bright sky blue
#1c6ba6; layerOne border, nav text
#6d643f; brown text
#988b58; light brown text
*/
a img {
	border: none;
}
#MediaTable {
	margin-bottom: 15px;
	border-bottom: 3px solid #e4e4e4;
}
#MediaTable .headingRow {
	background: url(../images/bg_tablehead.gif) no-repeat;
}
#MediaTable .headingRow td {
	height: 35px;
	vertical-align: middle;
	font-size: 13px;
	color: #495A77;
	font-weight: bold;
	padding: 5px;
}
#MediaTable .headingRow td.firstCell {
	padding-left: 7px;
}
#MediaTable tr.mediaRow:hover {
	background: #f8f8f8;
}
#MediaTable .mediaRow td {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0 15px 5px;
	line-height: 1.4em;
}
#MediaTable .mediaRow td.mediaName {
	color: #9A9A9A;
	font-weight: bold;
	font-size: 11px;
}
#MediaTable .mediaRow span, .mediaShortDesc, .mediaDate {
	font-weight: normal;
	font-size: 10px;
	color: #9A9A9A;
	padding-right: 7px;
}
#Content #MediaLink {
	text-align: right; 
	padding: 10px; 
	font-size: 10px; 
}
#Content #MediaLink a {
	color: #0066CC; 
	text-decoration: none;
}

/*Pager*/
p.pager {
	height: 27px;
}
p.pager a,
p.pager span {
	float: left;
	line-height: 25px;
	height: 25px;
	text-align: center;
	width: 25px;
	border: 1px solid #e4e4e4;
	margin-right: 2px;
	text-decoration: none!important;
	color: #b1b1b1!important;
	background: #f8f8f8;
}
p.pager span.active {
	color: #fff!important;
	background: #74AAD8;
	font-weight: bold;
	border: 1px solid #5F94BF;
}
p.pager a:hover {
	font-weight: bold;
}

