body, html {
    height: 100%;
    width:100%;
}

body {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	/*background-image: url(images/bg.gif);*/
}

body.a {
	Color: #333333;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

table th, table td {
	padding:0px;
}

table.fullsize {
	height:100%;
	width:100%;
}

table.topbar {
	background-color:#577993
	/*#666699;*/
	width:650px;
	height:0px;
}

table.results {
	width:100%;
	border-spacing:5px;
	background-color:#ffffff;
	padding:5px;
	margin:5px;
	border-collapse: collapse;
}

table.result {
	width:150px;
	border-spacing:10px;
	background-color:#ffffff;
	/*border-left:1px solid #5555ff;*/
	/*border-right:1px solid #5555ff;*/
	padding:5px;
}

tr.resultstart{
	/*border-top:1px solid #5555ff;*/
	/*border-bottom:20px solid #ffffff;8?
}

td.result{
	/*background-color:#ffff00;*/
	/*border-left:1px solid #5555ff;*/
	/*border-right:1px solid #5555ff;*/
	padding:3px;
	width:150px;
}

td.detail{
	padding:2px;
}

td.aboutdetail{
	padding:5px;
}

img {
	border:0;
}

tr {
	vertical-align:top;
}

td {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
	/*this is the QUICK SEARCH HELP title at top of left menu and the text on homepage and descriptions for Collections*/
}

td.a {
	Color: #333333;
}

td.leftmenu {
	background-color:#ffffff;
	/*#666699;*/
	height:100%;
	width:120px;
}

td.mainbody {
	background-color:#ffffff;
	height:100%;
	width:100%;
}

td.topbanner{
	background-color:#597786
	/*#333366;*/
}

th {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
	text-align: left
}

th.a {
	Color: #333333;
}

select {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
}

input {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
}

textarea {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #333333;
}

h1 {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 16px;
	Font-Weight: bold;
	Color: #000000;
	/*#333366;*/
}
  
h2 {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 13px;
	Font-Weight: bold;
	Color: #000000;
}
 
.menutxt {
	Font-Family: scalasans,sans-serif, verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #597786; /* Museum Blue */
	/* changing this from white to black made the underlines go away in the Collections left menu items*/
	/*#577993*/
	/*#000000*/
	/*#ffffff;*/
	Text-Decoration: none;
}
.menutxt.a {
	Text-Decoration: none;
	Color: #9B8948;
}

.navtxt {
	Font-Family: scalasans,sans-serif, verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #000000;
	/* "results 1 to 12 of 468" top right of results*/
	/*#333366;*/
	}

.navtxtd {
	Font-Family: scalasans,sans-serif, verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #000000
	/*results window navigation - next page, etc.*/
	/*#777777;*/
}
    
.alerttxt {
	Font-Family: scalasans,sans-serif, verdana,arial,trebuchet;
	Font-Size: 12px;
	Color: #cc0000;
}

.searchhelptxt {
	Font-Family: scalasans,sans-serif, verdana,arial,trebuchet;
	Font-Size: 14px;
	Color: #000000;
}

a{
	text-decoration:none;
	Color: #9B8948;
}

a:link{
	color: #000000;
}

a:visited{
	color: #333333;
}

a:hover{
	/*color: #ff0000;*/
	Color: #79A1B8;
	/*color: #9B8948; /* Museum Green */
	text-decoration:underline;
}

a:active{
	color: #ff0000;
	text-decoration:underline;
}
  
div.vspacer {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 3px;
	Color: #ffffff;
	height:3px;
}

div.vspaceraftermycollcombo {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size:10px;
	Color: #ffffff;
	height:10px;
}

span.hspacer {
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 2px;
	Color: #ffffff;
	width:2px;
	padding-right:2px; /* firefox etc*/
}

div.copyright {
	margin:5px;
}

div.copyrightbottom {
	position:absolute;
	bottom:10px;
}

div.popup {
	margin:5px;
	padding:5px;
}

div.cookies {
	Font-Weight: bold;
	visibility:hidden;
}

div.right{
	float:right;
	display:inline;
	border-bottom: 2px solid #666699
}

div.left{
	float:left;
	display:inline;
	border-bottom: 2px solid #666699
}

span.mandatory{
	Font-Family: scalasans,sans-serif,verdana,arial,trebuchet;
	Font-Size: 10px;
	Color:red;
	width:10px;
}