/*----------------------------------------------------
Created by: Michelle Dalmau on 07/25/2002
Standard: CSS1
Description: Style Sheets for the Cushman Collection
Implemented: Prototype
Notes:  Used for entire Cushman Site except Help pages 
which use internal styles- not external CSS
------------------------------------------------------*/

body
	{background-color: #ffffff; font-size: small; font-family: verdana, sans-serif; color: #000000;}
		
td 
	{font-family: verdana, sans-serif; font-size: small; color: #000000}
	
th
	{font-family: verdana, sans-serif; font-size: small; color: #000000; font-weight: bold}	
		
a:link
	{color: #003366}
a:active 
	{color: #663366}
a:visited  
	{color: #666666}	
a:hover 
	{color: #990000}

.colSplashTitle 
		{font-family: trebuchet ms, sans-serif; color: #ffffff; font-size: x-large; 
		background-color: #003366; border: 1px solid #000000; height: 35px;}	

	
/* Banner elements ---------------------------*/		
.colTitle 
		{font-family: trebuchet ms, sans-serif; color: #ffffff; font-size: 16pt; background-color: #003366;}	

.colSubTitle
		{font-family: trebuchet ms, sans-serif; color: #cccccc; font-size: 14pt}
		
.bannerImages
	{background:url(../images/bannerImages.jpg) no-repeat; 
	background-color: #003366}
/*-------------------------------------------*/


/*Sneak Preview Elements ---------------------*/
.sideTable 
	{background-color: #003366; color:#ffffff; font-weight: bold; border: 1px solid #000000}
.sideContent
	{background-color: #f1f1f1; font-size: x-small; border: 1px solid #000000}	
.tempSplashTitle
		{font-family: trebuchet ms, sans-serif; color: #fbf293; font-size: x-large; 
		border: 1px solid #000000; background-color: #003366; height: 35px;}		
.tempTitle
		{font-family: trebuchet ms, sans-serif; color: #fbf293; font-size: 14pt}	/*color: #ffffcc;*/
/*-------------------------------------------*/
	
/*Not really anchor links anymore- but popup help*/		
a.anchor:link  
	{color: #990000; text-decoration: underline}
a.anchor:visited
	{color: #666666; text-decoration: underline}	
a.anchor:active 
	{color: #663366; text-decoration: underline}
a.anchor:hover 
	{color: #003366; text-decoration: none}
/*-------------------------------------------*/

	
/* Return to Top link -----------------------*/		
a.top:link, a.top:visited 
	{color: #990000; text-decoration: none}
a.top:active 
	{color: #666666; text-decoration: none}
/*-------------------------------------------*/


/*Form elements -----------------------------*/	
.button 
	{background-color: #809ebc; color: #000030; border-style: ridge;}
.input 
	{border-style:groove}	
/*-------------------------------------------*/


/* Browse Pages -----------------------------*/
.browseCount
	{font-size: .80em}	
	
.browseSpace
	{margin-top: 0px; margin-bottom: .5em}
	
	/* Notebook classes used to format notebook information */
	.notebookLabel
		{font-size: .80em; font-variant: small-caps; font-weight: bold;}
	.notebookInfo
		{color: #003366}	
/*-------------------------------------------*/

/* Search/Browse Suggestion Box -------------*/
.broadRefineLabelBG 
	{background-color: #d2dce5; border: 1px solid #9bafc2;}
.sugBox 
	{background-color: #eeeeee; border: 1px solid #cccccc;}
.sugDivider
	{background:url(../images/suggestionDivider.gif);}	
.suggestions
	{margin-top: 0px; margin-bottom: 0px; text-indent: -.5em; padding-left: .5em}
.moreButton
	{background-color: #809ebc; color: #000030; 
	border-style: ridge; width: 80px;}	

/*--------------------------------------------*/

/* Search Pages: Keyword and Advanced -------*/
.tipsLabel
	{color: #990000;}	
.tipsNote
	{font-size: small; color: #666666}	
/*-------------------------------------------*/

/* Highlights elements ------------------------*/
.timeLine 
	{background-color: #cccccc}
	
.slideShowCaption 
	{background-color: #eeeeee; border-style: outset}	
/*-------------------------------------------*/

/* Index page spacing -----------------------*/	
p.indexSubHead
	{font-weight: bold; margin-top: 0px; margin-bottom: .5em}
p.indexItem
	{margin-bottom: .5em; margin-top: 0px}
p.indexItemLast
	{margin-bottom: 1.5em; margin-top: 0px}
/*-------------------------------------------*/

/* Detail page layout -----------------------*/		
div.content
	{width: 100%}
div.image
	{float: left;
	padding-left: 10px}
div.description
	{/*float: right;*/
	padding-left: 10px;
	padding-right: 10px;
	}
#imagemetadata {float: left}
#bottom {
	width: 100%;
	clear: both
	}
/*-------------------------------------------*/


/* Help Popup Pages -------------------------*/
	.helpHeading 
		{font-family: trebuchet ms, sans-serif; color: #003366; font-size: medium; font-weight: bold}
	
	.helpSubHeading 
		{font-family: verdana, sans-serif; color: #000000; font-weight: bold; 
		background-color: #dddddd; border: 1px solid}
	
	.helpButton 
		{background-color: #809ebc; color: #000030; border: 1px solid}
		
	.stopList
		{border: 1px solid #cccccc;}	
	
/*-------------------------------------------*/	


/* Miscellaneous elements --------------------*/		
hr {color: #cccccc} 	

.pageTitle 
	{font-family: trebuchet ms, sans-serif; color: #000000; font-size: large; font-weight: bold}

.pageSubTitle 
	{font-family: trebuchet ms, sans-serif; font-size: small; 
	font-weight: bold; color: #003366}

.byline
	{font-size: small; color: #000000}
	
.alert
	{color: #990000; font-weight: bold}	
	
.note
	{font-size: small; color: #000000}

.sideNote
	{font-size: x-small; color: #666666}

.instructions
	{font-size: x-small; color: #000000}		
	
.resultsFeedbackLabel
	{font-size: .80em; color: #000000}	

.caption
	{color: #990000; font-weight:bold; font-size: x-small}		
		
.breadcrumbs 
	{font-size: x-small}		
		
.footer 
	{font-size: x-small; color: #666666}
	
td.orderFormSpace
	{padding-right: 1em; padding-left: 1em; border-right: 1px solid; margin: 0px}
/*-------------------------------------------*/
