/********************************************************************** 
Filename: style01.css   
created by:  e. hust
created: 6 June 2005
last modified: 13 June 2005
last modified by: e. hust
Purose: controls colors and changes things to match styles
	ex. h1, h2 size
location: /css/styles/style01
Comments: 
if a collection requires a solid colored background, set div.citation2 background color
within mainCollectionIDStatic.css 
 
colors are as follows:
cccccc, gray
953131, red

 ********************************************************************/

body { background-color: #ffffff; }

/* sets the colors for the tooltip */
a.tip:hover span
{
	border: 1px solid #953131;
	color: #953131;
	background-color: #ffffff;
}

/*** Containers ***/
/* sets the color for the border on the page */
div.container2
{
	border: 3px solid #cccccc;
	background-color: #ffffff;
}

div.citation
{
	background-color: #ffffff;
	border: 1px solid #953131;
	color: #953131;
}

div.rightHome { background-color: #ffffff; }
div.rightMenu { border: 1px dashed #ffffff; }
div.navigationRight { background-color: #ffffff; }

/*** tags/custom selectors ***/
h1 { color: #953131; }

hr
{
	color: #953131;
	background-color: #953131;
}

hr.wide
{
	color: #953131;
	background-color: #953131;
}

ul { list-style-image: url(/graphics/style01/bullet.gif); }
a:link { color: #953131; }
a:visited { color: #953131; }
a:active { color: #953131; }
a:hover { color: #953131; }

/*** custom classes ***/
.topOfPageLink { color: #953131; }
.topOfPageLinkWide { color: #953131; }
.cannedSearchListing { border: 1px solid #953131; }
