﻿/** Reset **/
html,blockquote, pre, a, abbr, acronym,del, dfn, em, font, img,strong,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,strong, tr, th, td,ul, li ,ol, [type="checkbox"]{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}
/* remember to define focus styles! */
a {
	color:#3a728a;
	outline:0;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
:focus {
	outline: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
html > body div.t-error li {
	margin-left:20px;
	}
/** end Reset **/


/** Body Background**/
body {
	font: normal 10px/15px Verdana,Helvetica,Arial,sans-serif;
	/*font-Family:Arial, Tahoma, Trebuchet, sans-serif;
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	color:#666;
	line-height:1.5em;
	/*background:transparent url(../images/marble.jpg) top center repeat-x; /* bg.png) top center repeat-x;*/
	background:#e8e8e8;
	height:100%;
	background-color:#e8e8e8 !important;
	}


/** Header **/
#header{
	height:120px;
	margin-left: auto;
	margin-right: auto;
	}
#headerRegion{
	text-align:left;
	top:0;
	left:0;
	position:relative;
	}
#logo{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#logo img {
	margin-top:0px;
	margin-left:-75px;
	width:200px;
	height:100px;
	border: 0;
	}
/** end Header **/	


/** Menu**/
#menu{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding: 0;
	width:960px;
	height:20px;
	z-index:90;
	font-size:11px;
	list-style-type:none;
	}
#navlist{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9CB9C0;
	white-space: nowrap;
	}
#navlist li.active{
	background-color:#9CB9C0;
	background-image:none;
	border: 1px solid #9CB9C0;
	}
#navlist li{
	float: left;
	margin: 0 0 0 2px;
	list-style-type: none;
	background:transparent url(../images/button_bg.png);
	border: 1px solid #666; /*#ffb739;*/
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	}
#navlist li a{
	position: relative;
	display: block;
	margin: 0;
	padding-left:1.6em;
	padding-right:1.6em;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif ;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	}
	/** 2nd level **/
#navlist ul#subnavlist	{
	position: absolute;
	width: 958px;
	left: 0;
	top: 21px;
	height: 20px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background-color:#BDD0D5;
	border-right:1px solid #9CB9C0;
	border-left:1px solid #9CB9C0;
	}
#navlist ul#subnavlist li.subactive{
	background-color:#9CB9C0;
	}
#navlist ul#subnavlist li{
	background-image:none;
	background-color:#BDD0D5;
	border:none;
	margin:0;
	height:20px;
	-moz-border-radius:0;
	}
#navlist ul#subnavlist li a{
	width: auto;
	padding: 0.06em 1em 0;
	border: 0;
	color: #fff;
	}
/** end Menu   **/


/** Search Bar **/	
#searchbar{
	position:relative;
	margin:0 auto;
	background:transparent url(../images/trans_bg.png);
	text-align:left;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:0px;
	height:60px;
	text-align:left;
	width:800px;
	}
#searchForm{
	float:left;
	height:37px;
	width:302px;
	background-color:transparent;
	top:20px;
	left:570px;
	position:relative;
	}	
#searchForm label {
	position:absolute;
	left:0px;
	width:88px;
	height:20px;
	color:#5a8a96;
	font-weight:bold;
	padding-top:10px;
	font-family:Georgia, serif;
	}
#quicksearch{
	position:absolute;
	top:10px;
	left:90px;
	margin:0;
	border-width:1px;
	border-style:solid;
	border-color:#555 #DEDAE3 #DEDAE3 #555 ;
	width:154px;
	height:16px;
	}
#searchbar a{  
	margin-top:0;
	margin-left:276px;
	float:left;
	width:19px;
	height:19px;
	display:block;
	position:absolute;
	padding-top:10px;
	text-decoration:none;
	background:transparent url(../images/bubble.png) bottom right no-repeat;
	}
#quicksearchgo{
	position:absolute;
	width:19px;
	height:19px;
	left:254px;
	text-indent:-9999px;
	top:10px;
	}
.butgo {
	position:relative;
	color: #ffffff;
	padding:0;
	background:transparent url(../images/mglass_off.png) bottom right no-repeat;
	border:none;
	text-indent:-9999px;
	width:19px;
	height:19px;
	cursor:pointer;
	}
/** end Search Bar **/

	
/** Main body **/	
#mainbody {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/trans_bg.png);
	text-align:left;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:75px;
	overflow:hidden;
	height:auto;
	border-bottom:1px solid #b9cacf;
	}
#mainbody > span > a{	/** Breadcrumb **/
	height:15px;
	font-size:11px;
	color:#555;
	text-decoration:none;
	top:10px;
	}
#mainbody > span > a:hover{   /** Breadcrumb **/
	color:#666; /*#8cabb7;*/
	text-decoration:none;
	}
#mainbody > h1{		/** Section Title **/
	color:#660000; /*#ffa40c;*/
	}

	
/** Switch View Navigation **/
#mainbody ul.switchViews {
	position:relative;
	left:700px;
	margin:0;
	width:97px;
	height:58px;
	margin-bottom:15px;
	padding-left:7px;
	}
#mainbody ul.switchViews span{
	font-weight:bold;
	color:#660000; /*#5A8A96;*/
	}	
#mainbody .switchViews img{
	cursor:pointer;
	}
#mainbody ul.switchViews li{
	padding-top:5px;
	float:left;
	list-style:none;
	}
/** end Switch View Navigation **/
	
/** Page Navigation **/ 
	/* TOP */
#pagenav {
	width:800px;
	}
div .centeredtext{
	display:block;
	clear:both;
	width:800px;
	padding-bottom:40px;
	}
div.centeredtext .page {
	margin:2px;
	padding-left:3px;
	padding-right:6px;
	border-right:1px solid #ddd;
	}
div.centeredtext .page:last-child{
	border-right:none;
	}
a.page{
	font-weight:bold;
	color:orange;
	}
#pagenav .pagenavleft span {
	margin-right:8px;
	float:left;
	}
#pagenav .pagenavright span {
	margin-left:8px;
	float:right;
	}
#pagenav .pagenavright #perPageForm{
	clear:both;
	display:block;
	float:right;
	}

	/* BOTTOM */
#pagenav_0{
	clear:both;
	width:800px;
	}
#pagenav_0 .pagenavleft span {
	margin-right:8px;
	float:left;
	}
#pagenav_0 .pagenavright span {
	margin-left:8px;
	float:right;
	}
#pagenav_0 .pagenavright #perPageForm_0{
	clear:both;
	display:block;
	float:right;
	}
/** end Page Navigation **/


/** Search Page **/
#searchForm_0, #advancedSearchForm{
	width:800px;
	margin-bottom:10px;
	}
#searchForm_0 fieldset, #advancedSearchForm fieldset {
	background-color:#FFFFEE;
	border:1px solid #EEEEEE;
	padding:8px;
	}
#searchForm_0 label{
	display:block;
	width:130px;
	padding-top:10px;
	}
#searchForm_0 select{
	width:142px;
	}
#searchForm_0  div.groupControl{
	position:relative;
	padding-top:10px;
	}
#searchForm_0  div.groupControl label{
	position:relative;
	left:17px;
	top:17px;
	}
#advancedSearchForm label {
	position:relative;
	left:5px;
	}
#advancedSearchForm .checked{
	height:30px;
	line-height:30px;}
#findInFoundCheckbox{
	position:relative;
	}
/** end Search Page **/


/** Collections Page**/
#viewForm{
	text-align:left;
	clear:right;
	position:relative;
	top:0;
	}
#viewForm fieldset {
	border:1px solid #660000; /*#FFC125;*/
	padding: 0 0 4px 0;
	width:800px;
	margin-bottom:20px;
	float:left;
	}
#viewForm fieldset div.mycollection_select{
	padding-left:8px;
	padding-top:8px;
	}
#viewForm fieldset div.mycollection_select select, #viewForm fieldset div.roles_select select{
	width:209px;
	border:1px solid #ccc;
	margin-right:25px;}
#viewForm fieldset div.roles_select {
	padding:8px;
	float:left;
	width:220px;
	}
#viewForm fieldset div.roles_rightdiv{
	padding:6px;
	width:300px;
	float:left;
	}
#viewForm fieldset div.roles_rightdiv input.button, #viewForm fieldset div.mycollection_select input.button{
	width:140px;
	margin-bottom:4px;
	}
#viewForm legend {
	font-weight:bold;
	}
#viewForm label {
	clear:both;
	height:20px;
	padding-right:10px;
	padding-left:10px;
	}

/*** Collections page ***/
#collections{
	float:left;
	width:800px;
	position:relative;
	}
#collections div.collection input{
	float:left;
	position:absolute;
	left:0;}
#collections table{
	border-collapse:collapse;
	width:800px;
	}
#collections div.collection{
	height:190px;
	padding:10px 0;
	}
#collections span.coll_title a{
	float:left;
	font-family: Georgia, "Times New Roman", serif;
	font-size:18px;
	color:#660000; /*#5A8A96;*/
	width:185px;
	text-align:right;
	padding-right:20px;
	}
#collections span.coll_title a:hover{
	text-decoration:none;
	color:#666;} /*#FFA40C;}*/
#collections span.coll_img{
	background-color:#fff;
	width:186px;
	float:left;}
	
#collections span.coll_img img{
	-moz-box-shadow:0 1px 10px #666;
	padding:4px;
	width:178px;
	height:178px;
	float:left;
	border:1px solid #ccc;
	}
#collections span.coll_txt{
	float:left;
	width:388px;
	padding-left:19px;
	}
#collections span.coll_txt:first-line{
	font-style:italic;
	color:#660000; /*#5A8A96;*/
	}
.gray{
	background-color:#f5f5f5;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	} 
/** end Collections Page **/


/** Collections LIST view **/
#tlistview{
	border-collapse:collapse;
	width:800px;	
	}
#tlistview tr th{
	border-bottom:2px solid #666; /*#ffb739;*/
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:8px;
	}
#tlistview td{
	height:75px;
	border-bottom:1px dotted #bbb;
	}
#tlistview tr:hover{
	background-color:#666; /*#f5f5f5;*/
	}
#tlistview tr td{
	vertical-align:middle;
	text-align:center;
	}
#tlistview .selectionClass{
	text-align:left;
	width:25px;
	}
#tlistview .primaryMediaClass{
	text-align:left;
	width:80px;
	}
#tlistview .primaryMediaClass a{
	display:block;
	position:relative;
	}

#tlistview .primaryMediaClass a img{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:2px;
	background-color:#fff;
	position:absolute;
	left:10px;
	top:-25px;
	height:46px;
	width:46px;
	}
/*#tlistview .primaryMediaClass a:hover img,
#tlistview .primaryMediaClass a:active img,
#tlistview .primaryMediaClass a:focus img{
	width:80px;
	height:80px;
	left:-8px;
	top:-44px;
	}
*/
#tlistview .titleClass{
	width:280px;
	text-align:left;
	}
#tlistview .titleClass a:hover{
	text-decoration:none;
	}
#tlistview .titleClass a{
	font-size:12px;
	font-family:Georgia, "Times New Roman", serif;
	}
#tlistview .titleClass a:hover{
	color:#666; /*#ffb739;*/
	}
/** end Collections LIST view **/


/** Collections THUMBNAIL view **/
#timagesview.timagesview{
	float:left;
	left:30px;
	position:relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	}
#timagesview.timagesview li{
	display:inline;
	float:left;
	width:200px;
	height:200px;
	margin: 20px auto;
	padding:0;
	}
#timagesview.timagesview li span.titleCell{
	display:block;
	width:128px;
	}
#timagesview.timagesview li.empty{
	display:none;
	}
#timagesview.timagesview li input{
	float:left;
	width:128px;
	}	
#timagesview.timagesview li a.mediaLink{
	/*-moz-box-shadow:0 1px 10px #666;*/
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	height:128px;
	margin:2px;
	padding:3px;
	position:relative;
	width:128px;
	background-color:#fff;
	}
#timagesview.timagesview li a img{
	border:0;
	height:128px;
	width:128px;
	position:absolute;
	}
#timagesview.timagesview li a:hover img,
#timagesview.timagesview li a:active img,
#timagesview.timagesview li a:focus img{
	left:-59px;
	top:-37px;
	width:240px;
	height:240px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#fff; /*Changes color of frame around pictures*/
	overflow:hidden;
	}
#timagesview.timagesview li a.titleLink{
	display:block;
	float:left;
	width:128px;
	font-family:Georgia,"Tmes New Roman", serif;
	line-height:1.1em;
	}  
#timagesview.timagesview li a:hover.titleLink{
	text-decoration:none;
	color:#666;}/*#ffb739;}*/
/** end Collections THUMBNAIL view **/
	
	
/** Collections SINGLE ITEM View **/
div.singlemedia{
	min-width:215px;
	width:215px;
	float:left;
	padding-bottom:30px;
	}
div.singlemedia img{
	border:1px solid #ccc;
	padding:4px;
	background-color:#fff;
	-moz-box-shadow:0 1px 10px #666;
	}
div.singlemedia .copyright{
	display:block;
	width:200px;
	padding:5px 0;
	font-size:11px;
	/*font-weight: bold;*/
	}
div.extramedia img{
	border:1px solid #ccc;
	padding:1px;
	background-color:#fff;
	margin-right:2px;
	-moz-box-shadow:none;
}	
div.singledata{
	float:right;
	width:580px;
	}
.singledata .title{
	font-weight:bold;
	color:#666; /*#ffa40c;*/
	font-size:12px;
	font-family:"Times New Roman", Times, Georgia, serif;
	}	
.singledata .paragraph{	
	margin: .65em 0;
	}
.singledata .label{
	font-weight:bold;
	display:block;
	}
.singledata hr{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	}
.singledata .related{
	padding-left:0px; /* ident related objects title */
	}
/** My Collections **/
#notes{
	margin-top:20px;
	}


/**end My Collections**/	

/** Enabled Related Menu**/	
#seealso{
	width:200px;
	clear:left;
	padding:0px;
	}
#seealso >a:hover{
	text-decoration:none;
	color:#666; /*#FFF;*/
	}
#seealso >a{
	padding:2px 4px;
	background-color:#BDD0D5;
	width:196px;
	color:#3A728A;
	font-weight:bold;
	}
#seealso li{
	list-style:none;
	width:188px;
	padding:3px;
	margin:1px 0;
	border-bottom:1px dotted #bbb;
	min-height:46px;
	background-color:#fff;
	float:left;
	}
#seealso li:last-child{
	border-bottom:none;}
#seealso span{
	float:left;
	margin-right:6px;
	}
#seealso span.info{
	float:right;
	font-size:11px;
	line-height:12px;
	width:125px;
	}
#seealso div.carousel{
	border:2px solid #ddd;
	float:left;
	}
	/** end People lookup**/
	
/** end Collections SINGLE ITEM view **/

/** Powered by eMuseum **/
#poweredby{
	margin:0 auto;
	width:960px;
	background:transparent url(../images/gs.png) top left no-repeat;
	height:54px;
	clear:both;
	}
	
#poweredby a{
	width:150px;
	height:50px;
	display:block;
	text-decoration:none;
	}
#poweredby span{
	visibility:hidden;
	}

#bigg {
	color:orange;
	font-size:36px;
	font-family:"Times New Roman", Times, Georgia, serif;
	}
/** end Powered by eMuseum **/


/** Login **/
#userLogin{
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:right;
	}
#userLogin a:hover{
	text-decoration:none;
	color:#666; /*#ffb739;*/
	}
#userLogin a{
	width:100px;
	display:inline;
	font-weight:bold;
	
	}


	
/** Login Page **/
#loginForm{
	display:block;
	margin-top:20px;
	}
#loginForm fieldset {
	width:540px;
	height:200px;
	padding-left:15px;
	padding-bottom:0;
	border: 1px solid #FFC125;
	}
#loginForm  legend {
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	}
#loginForm [type="checkbox"]	{
	float:left;
	width:20px;
	}
#loginForm input.username,
#loginForm input.password{
	width:120px;}
#loginForm label{
	display:block;
	}
#loginForm  label.rememberme{
	display:inline;
	padding-left:6px;
	}	
#loginForm ol{
	margin-top:10px;
	}
#loginForm li{
	position:relative;
	list-style-type:none;
	margin-bottom:8px;
	}

