html
{
	overflow: -moz-scrollbars-vertical;
}

form, fieldset
{
	padding: 0px;
	margin: 0px;
}

img, fieldset
{
	border: none;
}

body
{
	font-family: verdana, tahoma, ariel, sans-serif;
	font-size: small;
	width: 700px;
	margin: 10px auto;
}

p
{
	margin: 10px 0px 10px 0px;
}

h5
{
	margin: 10px 0px 10px 0px;
}

a.hiddenLink
{
	text-decoration: none;
}

div#banner
{
	height: 141px;
}

div#bannerLogo
{
	float: left;
	width: 152px; height: 100%;
	background-color: #d0d0d0;
	color: inherit;
}

div#bannerImage
{
	float: left;
	background-image: url(images/topImage.php);
	background-repeat: no-repeat;
	width: 548px; height: 141px;
}

div#topLinks
{
	padding: 5px;
	font-size: x-small;
	text-align: right;
}

div#nowPlaying
{
	float: left;
	text-align: left;
	font-size: x-small;
}

div#footer
{
	background-color: inherit;
	border-top: 1px solid #dcdcdc;
	clear: both;
	font-size: x-small;
	color: #666;
	text-align: center;
}

div#footerLinks
{
	margin: 5px 0px 5px 0px;
}

form#searchForm
{
	display: inline;
}

form#searchForm input
{
	font-size: x-small;
}

ul#navigationList
{
	margin: 0px;
	list-style: none;
	padding: 5px;
}

li.navigationListItem
{
	padding: 2px 0px 2px 0px;
}

li.navigationListItem a
{
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: #666;
}

li.navigationListItem a:hover
{
	border-bottom: 1px solid #666;
}

div#mainContent
{
	width: 528px;
	float: left;
	padding: 10px;
}

div#mainContent form
{
	padding: 5px;
	color: inherit;
	background-color: #EFEFDE;
}

h1#pageTitle
{
	margin: 0px 0px 7px 0px;
	font-size: 15pt;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

table.dataTable
{
	border-collapse: collapse;
}

table.dataTable tr
{
	vertical-align: top;
}

table.dataTable td
{
	padding: 5px;
}

table#nowAndNext
{
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

table#nowAndNext tr
{
	vertical-align: top;
}

table#nowAndNext td
{
	color: #666;
	background-color: inherit;
}

table#nowAndNext a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}

div#sidebar
{
	background-color: #D0D0D0;
	color: inherit;
	width: 152px;
	float: left;
}

img.sideBarHeader
{
	background-color: #C00000;
	color: inherit;
}

p#todaysDate
{
	text-align: center;
	font-size: x-small;
	color: #666;
	background-color: inherit;
	padding: 0px 3px 3px 3px;
	margin: 0px;
}

p#strapline
{
	text-align: center;
	background-color: inherit;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0.8;
	color: #C00000;
	margin: 0px;
	padding: 0px 3px 3px 3px;
}

div#weather
{
	padding: 3px;
}

div#weather a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}

p#currentTemperature
{
	color: #666;
	padding: 2px; margin: 0px;
	text-align: center;
	font-size: large;
}

p#currentConditions
{
	color: #666;
	padding: 2px; margin: 0px;
	text-align: center;
}

table.librarySearchResults th
{
   text-align: left;
}

