﻿html {
	margin: 0px;
	height: 100%;
}
body {
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
	margin: 0px;
}

#topDiv
{
	clear: both;
	width: 100%;
	height: 80px;
	background: #507AAA;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
	clear:both;
}

#mainDiv
{
	padding: 0px 20px 0px 20px;
	margin: 0px;
	clear:both;
}

#bottomDiv
{
	text-align: center;
	font-weight: bold;
	color: #AAAAAA;
	margin : 10px 0px 10px 0px;
	padding: 10px;
	border-top: solid 1px #BBBBBB;
	clear:both;
}

.crumblePath
{
	background-color: #666666;
	color:White;
}

.crumblePath a
{
	color:White;
	text-decoration:none;
}
.crumblePath a : hover
{
	color:White;
	text-decoration:none;
}
.crumblePath a : visited
{
	color:White;
	text-decoration:none;
}

/*---------------search result page-------------------*/

div#item
{
	margin-top: 5px;
}

div#item p
{
	margin: 5px 0 0 0;
}


div#item a
{
	text-decoration: none;
	color: #00628C;
	margin-bottom: 5px;
}

div.pager div a
{
	text-decoration: none;
	color: #00628C;
}
span.selected
{
	color: red; 
	font-weight: bold; 
	font-size: large;
	background-color: White !important;
	color: #00628C !important;
}

div.pager
{
	float: right;
	line-height: 24px;
}

div#spacer
{
	clear: right;
	height: 10px;
}

div#search-input
{
	margin-left: 12px;
}
