#NavError {
visibility: hidden;
height: 0px;
width: 0px;
}

/* n.b. style:
	
	min-height: 28px;
	height: auto !important;
	height: 28px;

has been applied in several places the ordering is important and should not be changed. */


/*
.header 
{
	float: left;
	min-height: 79px;
	height: auto !important;
	height: 79px;
	width: 100%;
}


#headerlinks
{
    float: left;
    height: 41px;
    margin: 1px 0px 1px 0px;
	width: 775px;
}

.homelink
{
	float: left;
	height: 41px;
	margin-right: 1px;
	width: 192px;
}

.advancedsearchlink
{
	float: left;
	height: 41px;
	margin: 0px 1px 0px 1px;
	width: 192px;
}

.showcaselink
{
	float: left;
	height: 41px;
	margin: 0px 1px 0px 1px;
	width: 192px;
}

.imagegallerylink
{
	float: right;
	height: 41px;
	margin-right: 1px;
	width: 192px;
}

ul.headerlinkslist
{
	margin: 0px;
    padding: 0px;
}

ul.headerlinkslist li,
ul#footerlinks li
{
	display: inline;
	list-style: none;
}

.toplink-button 
{
	font-weight: bold;
	padding-top: 10px;
	height: auto !important;
	width: auto !important;
	text-align: center;
}
*/


/*------------------------------ SITEMAP ------------------------------ */

/*
#DsCoveryManager1_image
{
	display: none;
	height: 0px !important; 
	width: 0px !important;
}
*/

/*------------------------------ IMAGE GALLERY ------------------------------ */

div.image
{
	border-top: solid 1px #636364;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #f2f2f2;
	height: auto !important;
}

div.imagealt
{
	border-top: solid 1px #636364;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

div.image a,
div.imagealt a
{
	color: #636364;
	font-weight: bold;
	text-decoration: none;
}

div#ctl00_main_gallery div.picture
{
	float: left;
	overflow: hidden;
	padding-right: 2px;
	width: 100px;	
	font-style: italic;
	font-size: smaller;
}

div.galleryitem
{
	float: left;
}

div.images
{
	float: left;
	width: 100%;
}

div.images div.image h2,
div.images div.imagealt h2,
div.description,
div.link
{
	float: left;
	margin-left: 1%;
	width: 80%;
}

/*------------------------------ SHOWCASE ------------------------------ */

div#showcase div.image,
div#showcase div.imagealt
{
	width: 97%;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
}

div#showcase div.image h2,
div#showcase div.imagealt h2
{
	float: left;
	margin-left: 1%;
	width: 97%;
}

div.image a,
div.imagealt a
{
	background-color:#636364;
	border:1px solid #AAABB8;
	color:#FFFFFF !important;
	padding:2px;
	float:left;
}

div.showcase-description
{
	float:left;
	margin-left:1%;
	width:80%;
}





/*------------------------------ UNDERVIEW ------------------------------ */

div.Title
{
	margin-top: 20px;
	font-weight: 700;
	width: 97%;
}

table.underview
{
	max-width: 100%;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

tr.Title td
{
	background-color: #636364;
	border: solid 1px #FFFFFF;
	padding: 4px;
	color: #FFFFFF;
}

tr.record td
{
	background-color: #f2f2f2;
	border: solid 1px #FFFFFF;
	padding: 4px;
}

noscript.BrowseTree
{
	margin: 5px;
	border: solid 1px Red;
	background-color: Silver;
	padding: 3px;
}