html { width: 100%; height: 100%; }
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:verdana,arial,sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,table {
	margin-left:12px;
	margin-right:12px;
}
p,ul,ol {
	margin-left:12px;
	margin-right:12px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}

tr {
	vertical-align:baseline;
}
td {
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}
table.layout {
	margin:0;
	padding:0;
}
tr.layout {
	vertical-align:top;
}
td.layout {
	padding:0;
	white-space:nowrap;
	vertical-align:top;
}

a, a:visited, a:active, a:hover {
	color:blue;
}

.input {
	border: 1px solid #666;
	margin: 2px 2px;
}
.input.mistake {
	border: 1px solid red;
}
button.icon img, button.icon {
	margin:0;
	padding:0;
	border:none;
	vertical-align:middle;
}


/******************************************************************************/


div.results {
}

div.results .navigation {
	height:24px;
	text-align:center;
}
div.results .navigation tr {
	vertical-align:middle;
}
div.results .navigation .pages {
	text-align:center;
}

a.firstbutton { display:block; float:left; width:24px; height:24px;
               background: transparent url(first.gif) no-repeat top left; }
a.firstbutton:hover { background-position:top right; }
a.firstbutton:active { background-position:bottom left; }
a.firstbutton:active:hover { background-position:bottom right; }

a.prevbutton { display:block; float:left; width:24px; height:24px;
               background: transparent url(prev.gif) no-repeat top left; }
a.prevbutton:hover { background-position:top right; }
a.prevbutton:active { background-position:bottom left; }
a.prevbutton:active:hover { background-position:bottom right; }

a.nextbutton { display:block; float:right; width:24px; height:24px;
               background: transparent url(next.gif) no-repeat top left; }
a.nextbutton:hover { background-position:top right; }
a.nextbutton:active { background-position:bottom left; }
a.nextbutton:active:hover { background-position:bottom right; }

a.lastbutton { display:block; float:right; width:24px; height:24px;
               background: transparent url(last.gif) no-repeat top left; }
a.lastbutton:hover { background-position:top right; }
a.lastbutton:active { background-position:bottom left; }
a.lastbutton:active:hover { background-position:bottom right; }

div.result {
	background-image:url(result.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	position:relative;
	margin:4px;
	width:464px;
	height:109px;
	padding:8px;
}
div.result div.thumb {
	position:absolute;
	top:12px;
	left:12px;
}
div.result div.thumb2 {
	position:absolute;
	top:12px;
	left:90px;
}
div.result div.text {
	position:absolute;
	top:8px;
	left:164px;
	width:308px;
	height:109px;
	overflow:auto;
	white-space:normal;
}

img.thumb {
	display:block;
	position:relative;
	left:-4px;
	top:-4px;
	width:70px;
	cursor:pointer;
	z-index:10;
}
img.thumb:hover {
	width:150px;
	z-index:9999;
}
img.thumbshadow {
	position:absolute;
	top:-4%;
	left:-7%;
	width:114%;
	height:108%;
	z-index:5;
}

div.results h3 {
	margin:0;
}
div.results h3 a {
	color:black;
}

.tableback{
	display: block; /* IE won't do well without this */
	position: relative;
	background: url(search_top.png) no-repeat bottom left;
	margin:0;
	padding:0;
	height:153px;
	width:587px;
}

.tableback2{
	display: block; /* IE won't do well without this */
	position: relative;
	background: url(back2.png) no-repeat top left;
	margin:0;
	padding:0;
	height:153px;
	width:587px;
}

.showplhr{
	font-size :14px;
	color:#267F00;
	font-weight: bold;
}

.smalltext {
	font-size : 11px;
}

.busyicon {
	width:18px;
	height:18px;
	background-image:url(busy.gif);
}

table.tvNodeTable td {
	padding:0;
}
table.tvNodeTable img.tvExpander {
	vertical-align:middle;
}

div.leftpane {
	padding:0 0.5em 0 0;
	overflow:auto;
	position:relative;
	height:322px;
}

td.mainview {
	width:100%;
}
div.mainview {
	position:relative;
	overflow:auto;
	border:none;
	margin:0;
	padding:0;
}
div.mainview div.embed {
	border:none;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:scroll;
}

th.maintop {
	text-align:left;
}

div.searchalign {
	position:relative;
	height:12em;
}
div.welcome h2 {
	margin-top:6px;
	margin-bottom:0px;
}
div.welcome {
	width:30em;
	white-space:normal;
	background-color:#FFC;
	border:1px solid #CC9;
	float:left;
	margin-left:1em;
	margin-right:1em;
	padding:0em;
}
div.searchalign {
}
