/*

	AJE 2012-11-20 - stripped out a massive amount of the WebOPAC code from this file, now used by ICON

	CRL Colors - from new template 2009
	see http://staff.crl.edu/style-guide/
	Primary
		dark olive: 	#8ca061
		navy bluish:	#2d2d4d
		beige:			#e9e6d3 = RGB 233 230 211 ? not really
		light olive:	#adbd90
		mud black: 		#303030
		orange: 		#e97100
	Secondary
		salmon:			#da5856
		dark green:		#485b2e
		dark lavender:	#4e4f7f

*/



.APItext{ background-color:#cccccc;}
ul{
    list-style-image: url(../images/nextArrow.gif);
}

/* individual data divs default to not showing, but when they do, they have a certain look, given in X_data class */
.X_data{ background-color:#ffffff; border:5px solid #cccccc; font-face:"Courier New", monospace;}
#dplaDiv{ border:2px solid #2d2d4d; margin:15px;}
#dpla_data{ display:none; }
#flickrDiv{ border:2px solid #adbd90; margin:15px; }
#flickr_data{ display:none;  }
#twitterDiv{ border:2px solid #e97100; margin:15px; }
#twitter_data{ display:none;  }

.evenNumbered { background-color:#cccccc; padding:15px; border: 2px solid #4e4f7f;  }
.oddNumbered { background-color:#ffffff; padding:15px; border: 2px solid #2d2d4d;  }

.descriptionText{ /*float:right;*/ padding-left:10px; font-face:"Courier New", monospace;}


/* -----------------------------------------
   Global
----------------------------------------- */

body {
	background: #E5EADE url(../images/body.gif) repeat-y scroll left top;
	font-size: 14px;
}


/***********************************************
  these styles from CJ were in index.php on 2013-10-04; were specific to that page but need to live here; some are overridden elsewhere
***********************************************/
/* -----------------------------------------
  STYLES UNIQUE TO THIS PAGE (index.php)
--------------------------------------------
  Links
--------------------------------------------*/
a:link { color: #00224c; }
a:active{ color: #00224c; }
a:visited { color: #761744;  }
a:hover  { color: #00224c; text-decoration: underline;  }
