/* - University of Minnesota style sheet - */
/* - Last modified December 7, 2006 - */
/* - All styles as written validate through W3C as CSS compliant with no errors and no warnings. - */

/* - CLASSES FOR LINKS - */

a:link, a:visited {
	color: #666666;
	background-image: none;
}

a:hover {
	color: #7A0019;
	background-image: none;
}

a:active {
	color: #666666;
	background-image: none;
}

/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

a.leftnav:link {
	color: #666666;
}

a.leftnav:hover {
	color: #7A0019;
}

a.leftnavhdr:link, a.leftnavhdr:active, a.leftnavhdr:visited {
	color: #FFFFFF;
	background: rgb(0,98,110);
	background-image: none;	
}

a.leftnavhdr:hover {
	color: #FFCC66;
	background: rgb(0,98,110);
	background-image: none;
}

/* - CUSTOM CLASSES FOR COLOR OF HEADER AND FOOTER LINKS - */

a.searchbar:link, a.searchbar:visited, a.searchbar:active {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

a.footer:link, a.footer:visited  {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

a.footer:active, a.footer:hover, a.searchbar:hover {
	color: #FFCC66;
	background: rgb(122,0,25);
	background-image: none;
}
a.parentLinks:link, a.parentLinks:visited {
	color: #FFFFFF;
	background: rgb(139,114,111);
	background-image: none;
}
a.parentLinks:hover {
	color: #FFCC66;
	background: rgb(139,114,111);
	background-image: none;
}	


/* - REDEFINED HTML TAGS- */

body {
	color: black;
	background-image: none;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 70%;
	background-color: rgb(139,114,111);
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em; 
}

h1, h2, h3, h4, h5, h6 {
	color: #00626E;
	background-color: transparent;	
	margin-bottom: -0.5em;
}

img {border: none}

/* - Applied within table cells for horizontal and vertical lines - */



.stroke {
	color:gray;
	background-image: url(../../../prod/fragments/ahc_css/images/shim.gif);
	background-color: #999999;
}

/* -Fixed for missing semi-colon - */
/* - Applied to bold text - */

.bold {
	font-weight: bold;
}

/* - Applied to the parent link navigation above the global header - */

.parentLinks {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

/* - Applied to the links and text in the global header - */

.searchbar {
	color: #FFFFFF;
	background-color: rgb(122,0,25);
	background-image: none;
}


/* - Applied to the left navigation - */

.leftnavSubtitle {
	background-image: none;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	background-color: rgb(255,255,255);
}

.margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* - Applied to the links in the left navigation - */

.leftnav {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	
}

.insidebg {
	background-color: rgb(233,222,187);
	
}	

.leftnavhdr {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #00626E;
	
}


/* - Applied to the links in the right navigation - */

.rightnav {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: rgb(233,222,187);
}

.rightnavhdr {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #00626E;
}

/* - Applied to td and individual links for the bread crumbs - */

.crumbs {
	background-image: none;
	color: #666666;
	font-size: 1em;
	background-color: rgb(255,255,255);
}


/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

/* - Applied to the copyright text in the global footer - */

.footeritalic {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
	font-style: italic;
}

/* - Custom classes to color links in body - */

.linksMaroon {
	color: rgb(122,0,25);
	background-image: none;
	background-color: rgb(255,255,255);
}

a.linksMaroon:link, a.linksMaroon:visited, a.linksMaroon:active {
	color: rgb(122,0,25);
	background-image: none;
}

/* - Option to set the hover color of the maroon links to blue - */

a.linksMaroon:hover {
	color: rgb(25,100,140);
	background-image: none;
}

