/*
	Edited by Nick April 21 2008
	Changed all paths to root relative so that CSS works properly with all templated pages (using .NET master pages)
	Also see inline comments below
*/
/* ------------------------------------------------------- */
/* Reset */
/* ------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* ------------------------------------------------------- */
/* General */
/* ------------------------------------------------------- */
	
	body, html { margin: 0; padding: 0; background-color: #ededed; background: url(../images/bg-top-gradient.gif) repeat-x top left; color: #666; font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 1.3;}

/*	html { background: url(../images/bg-sidebar.gif) repeat-y; } 
	#sidebar { width: 199px; background-color: #f2da9d; margin: 0 18px 0 0; } Per Scott re: color change 3/18/09 */

	#sidebar { width: 199px; background-color: #ffffcc; margin: 0 18px 0 0; }

	#sidebar .padding { padding: 8px 19px; }
	#sidebar a { color: #4c4c4c; text-decoration: underline; }	
	#sidebar a:hover { color: #4c4c4c; text-decoration: none; }
	
/*	#main { padding-top: 37px; } Left padding added by Scott 5/11*/
	#main { padding: 37px 10px 0 16px;  }
	#search-left { text-align: left; vertical-align:top; }
	#search-right { text-align: right; vertical-align:top; }
	.row-search-right { clear:both; float: right; height: 30px; width: 380px; }
 
	a, a:visited { color: #5e7dc4; text-decoration: underline; }
	a:hover { color: #103996; text-decoration: none; }
	
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }*-
	h1 {font-size:20px}
	h2 {font-size:18px}
	h3 {font-size:16px}
	h4 {font-size:14px}
	
/*	5/12 Scott - made text darker
	input, select { margin: 0; color: #999999; font-size: 10px; }*/
	input, select { margin: 0; color: #666666; font-size: 10px; }
	select { border: 1px solid #e5e5e5;	text-align: left;}
	
/* ------------------------------------------------------- */
/* Layout Tables */
/* ------------------------------------------------------- */
	
	table.full { width: 100%; }
	td { vertical-align:top; padding-bottom: 6px; }

/* ------------------------------------------------------- */
/* Meta Nav */
/* ------------------------------------------------------- */

	#nav-meta { position: absolute; top: 3px; right: 0; padding-right: 5px; list-style-type: none; }
	#nav-meta li { float: right; padding: 0 6px; border-left: 1px solid white; height: 10px; }
	#nav-meta li.first { border-left: 0; }
	#nav-meta a { text-decoration: none; color: white; font-size: 11px; }
	#nav-meta a:hover { text-decoration: underline; }
	
/* ------------------------------------------------------- */
/* Nav */
/* ------------------------------------------------------- */

	#nav { padding: 8px 19px; list-style-type: none; }
	#nav a { color: #4c4c4c; text-decoration: none; }	
	#nav a:hover { color: #4c4c4c; text-decoration: underline; }	
	
/* ------------------------------------------------------- */
/* Browse */
/* ------------------------------------------------------- */
	
	#browse { margin: 10px 18px 5px 18px; padding: 0; }
	h2.browse { height: 37px; background: url(../images/header-browse.gif) no-repeat top left; text-indent: -9000px; }
	#browse input { margin: 0 6px; width: 65px; }
	#browse select { width: 160px; margin: 10px 0; } 
	
/* ------------------------------------------------------- */
/* Collections */
/* ------------------------------------------------------- */
	
	#collections { margin: 10px 18px 5px 18px; padding: 0; }
	h2.collections { height: 37px; background: url(../images/header-collections.gif) no-repeat top left; text-indent: -9000px; }
	#collections-art-code { margin-left: 10px; width: 50px; }
	#collections select { width: 160px; margin: 10px 0; } 
	
/* ------------------------------------------------------- */
/* Search */
/* ------------------------------------------------------- */
	
	.scrollableWindow { width:100%; height:100%; overflow: visible; }
	#search td { white-space: nowrap; }
	#search-navigation { clear:both; float: right; width: 400px; }
	
/* 5/12 Scott - changed from ID to class
	#search-submit { list-style-type: none; float: left; }
	#search-submit li { float: left; padding-right: 10px; }
	#search-submit-go { display: block; width: 17px; height: 17px; background: url(../images/button-search.gif) no-repeat top left; text-indent: -9000px; padding: 0; margin: 0;}
*/

	.search-submit {  }
	.search-submit td { padding-right: 10px; }
	.search-submit-go { display: block; width: 17px; height: 17px; background: url(../images/button-search.gif) no-repeat top left; text-indent: -9000px; padding: 0; margin: 0;}
	.search-submit .enter-keywords { border: 1px solid #d9d9d9; }
	
	/* Nick: Advanced Search is now also on master page */
		
/* 5/12 Scott - no longer needed
	#search-adv-submit { list-style-type: none; float: left; }
	#search-adv-submit li { float: left; padding-right: 10px; }
	#search-adv-submit-go { display: block; width: 17px; height: 17px; background: url(../images/button-search.gif) no-repeat top left; text-indent: -9000px; padding: 0; margin: 0;}
*/
	
	/* 5/12 Scott changed class name	
	.advanced-search td { white-space: nowrap; padding: 0 10px 8px 0; vertical-align: top; }
	.advanced-search .image-search-button { float: left; border: 0; padding-right: 6px; }	*/

	.search-advanced td { white-space: nowrap; padding: 0 4px 4px 0; vertical-align: top; }
	.search-advanced input { width: 100px; border: 1px solid #d0d0d0; }
	.search-advanced h2 { margin: 0 0 5px 10px; }
	
	#search-advanced-submit { margin-top: 2px; }
	
	
/* 5/12 Scott added new ID */
	#filter-date { margin-left: 10px; padding: 0; border: 1px solid #e5e5e5; background-color: #f2f2f2; }
	#filter-date th { color: #000000; padding-bottom: 5px; text-align: left; }
	#filter-date td { padding: 4px 6px 6px 6px; }
	#filter-date td.first { padding: 6px 6px 0 6px; }
	#filter-date input { width: 50px; }
	#filter-date input.calendar { border: 0; width: 13px; height: 13px; background: url(../images/button-calendar.gif) no-repeat; }
	
	#select-category { margin-top: 6px; }
	#select-category input { width: 10px; border: 0; }
			
	#search-filters { float:right; list-style-type: none; padding-right: 10px; width:120px; }
	#search-filters li { padding-left: 10px; }
	#search-filters select#results-filter { width: 180px; }

/* 5/12 Scott - styles no longer needed

	#search-options { list-style-type: none; float: right; margin-bottom: 10px; height: 25px; padding-top: 5px; } */
	
	#search-options input { margin-left: 6px; }	
	#search-options td { padding-right: 4px; }
	#search-options .show { padding-top: 2px; white-space: nowrap; }
	
	/* Nick: Minor padding adjustments */
	
/* 5/12 Scott - changed to table
	#search-results { clear: left; float: left; list-style-type: none; margin: 0 0 15px 0; font-size: 14px; }
 	#search-results li { float: left; padding-right: 10px; }
*/
	#search-results { font-size: 14px; }
	
/* 5/12 Scott - styles no longer needed
	#search-sort { float: right; list-style-type: none; padding-top: 5px; }
	#search-sort li { float: left; padding-left: 10px; padding-right: 10px; }
*/
	
/* Scott 5/11 Changed to Table
	#search-nav { float: right; list-style-type: none; margin: 0; padding: 0px 10px 0 0; width: 210px; }
	#search-nav li { float: right; padding-left: 5px; text-indent: 000px; } 
	#search-nav a { display: block; height: 16px; }
	#search-nav li.input { text-indent: 0; }
*/

	#search-nav { margin: 0; padding: 0px 10px 0 0; }
	#search-nav td { padding-left: 5px; vertical-align: top;  }
	#search-nav a { display: block; height: 16px; }
	#search-nav .first { padding: 0; }

	#search-nav-footer { margin: 0; padding: 0px 10px 0 0; }
	#search-nav-footer td { padding-left: 5px; vertical-align: top;  }
	#search-nav-footer a { display: block; height: 16px; }
	#search-nav-footer .first { padding: 0; }
	#search-nav-footer .anchor { padding-left: 20px; }
	
	#search-options { margin: 0; padding: 10px 10px 0 0; }
	#search-options td { padding-left: 5px; vertical-align: top;  }
	#search-options a { display: block; height: 16px; }
	#search-options .first { padding: 0; }
	
	
	
	/* Nick: Changed ID-referenced to class-referenced */
	.first-page { background-image: url(/images/button-page-first.gif); width: 16px; }
	.previous-page { background-image: url(/images/button-page-prev.gif); width: 16px; }
	.go-to-page { background-image: url(/images/button-page-go.gif); width: 46px; }
	.enter-page-number { width: 44px; height: 13px; border: 1px solid #e5e5e5;}
	.next-page { background-image: url(/images/button-page-next.gif); width: 16px; }
	.last-page { background-image: url(/images/button-page-last.gif); width: 16px; }
	
/* 5/12 Scott: Changed to table
	#search-add-to-collection { clear: left; float: left; list-style-type: none; margin: 0; padding: 0 0 0 0;}
	#search-add-to-collection li { float: left; padding-right: 10px; }
*/
	#search-add-to-collection td { padding-right: 10px; }
	
/* ------------------------------------------------------- */
/* Images */
/* ------------------------------------------------------- */
 
.image-frame { float: left; margin-right: 17px; padding: 0; width: 187px; }
.image-thumbnail, .image-thumbnail-selected { width: 187px; height: 151px; border: 1px solid #e5e5e5; margin: 0px auto; text-align: center; padding: 18px 0;}
.image-thumbnail-selected{ background-color: #FFFFCC ; }
.image-data { width: 161px; height: 64px; margin-bottom: 12px; padding: 5px 12px 5px 12px; overflow: visible; }
.image-data-keywords { width: 161px; height: 83px; margin-bottom: 12px; padding: 5px 12px 5px 12px; overflow: visible; }

.image-search-button {height:auto; width:60px; background-color:#99CCFF  } /* Nick overide 'input' style for search button */

/* ------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------- */


#footer { float: left;width: 100%; margin-top: 30px; }

/* ------------------------------------------------------- */
/* Registration */
/* ------------------------------------------------------- */

.Group li
{
    margin-left: 20px;
}


p.ErrorMessage
{
	padding-left:0px;
	color:Red;
}

input.CreateUserButton
{

}

.user-page
{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
    margin-right:10px;
    background-color: #faf7f0;
}
.pseudo-dialog
{
    margin: 0 auto;    
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    width: 300px;
}


    .divTOwarningI {width:200px;height:130px;position:fixed;top:40%;
        left:35%;
        border:solid 1px #000000;
        z-index:3001;
        background-color:#faf7f0;
        font-size:14px;
        text-align:center;
        padding:10px 10px 10px 10px;
        opacity: 1.0;
        filter:alpha(opacity=100);
        }