/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */

body, body.webprogram {
	background-color: #6F2B2F;
	}
	

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus {
	background-color: #CCCCCC;
	color: #660000;
	}
	
.navigation li a:hover {
	background-color: #999999;
	}
	
a:link {
	color: #660000;
    font-family: Verdana,Arial,Geneva,sans-serif;
    text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

.banner img{
	margin-left: auto;
    	margin-right: auto;
    	width: 100%;
	}
	
.banner {
	text-align: center;
	}
	
.item {
	font-weight: bold;
	padding-top: 10px;
	}
	
.sponsor {
	margin-bottom: 10px;
	}
	
.label, .group {
	font-weight: bold;
	}
	
#steps h2.programexpand a:link {
    background-image: url("/static/img/arrow-down.gif");
    background-position: right 40% center;
    background-repeat: no-repeat;
}

.authorindex .papers, .keywordindex .papers {
	font-weight: normal;
	}
	
html#range_0 .banner {
	text-align: left;
	}
	
.itemtitle .location, .itemtitle .datetime {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

/* abstract styles to add spacing between abstract and people, and to add spacing around document images - RM1288 */
.paper .abstract {
	margin: 10px auto;
	}
	.paper .abstract .documentimage {
		max-width: 100%;
		display: block;
		margin: 10px auto;
		height: auto;
		}
		


