/* - University of Minnesota style sheet - */
/* - Last modified June 18, 2007 - */
/* - All styles as written validate through W3C as CSS compliant with no errors and no warnings. - */



/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

a.leftnav:link {
	color: #000000;
}

a.leftnav:hover {
	color: #999999;
}

/* - 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, a.footer:active {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

a.footer:hover, a.searchbar:hover {
	color: #FFCC66;
	background: rgb(122,0,25);
	background-image: none;
}


/* - REDEFINED HTML TAGS- */

body {
	color: black;
	background-image: none;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background-color: rgb(221,221,221);
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	padding-left: 10px;
	}


/* Specifies sizes and maroon color for heading tags */
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: #f26631;
	background-color: transparent;	
	margin-bottom: -0.5em;
	padding-left: 10px
	
}
/* When used in combination with the h2 tag on a site's home page, makes the main home page heading the same size as an h1 tag*/
.homehead {
	font-size: 1.4em;
}

/* - Applied within table cells for horizontal and vertical lines - */

.stroke {
	
	background-color: #999999;
	background-image: url(../../spring2009/proceedings/images/blackdot2.gif)}


/* - Applied to the parent link navigation above the global header - */

.parentLinks {
	font-family: Verdana, sans-serif;
	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 - */

a.leftnav:link {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
a.subleftnav:link {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	
}

.logobar {
	background: #F26631
}

.logobarblue {
	background: #9AD7DB
}

/* - Applied to td and individual links for the bread crumbs - */

.crumbs {
	color: #666666;
	font-size: 1em;
}
.crumbsbg {
	background-image: none;
	background-color: #ebebeb;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}


/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

/* - 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;
}

a.linksleftnav:link {
	color: #000000;
}

a.linksleftnav:hover {
	color: #999999
}


.linksleftnav {
	color:#000000;
}
