:focus {
	outline: 0;
}

.clear {
	clear:both;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #F6FEFF url(../img/gradientBackground.png) repeat-x top left;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width: 700px;
	padding-left:10px;
	float:left;
}

#content h1#header {
	color: #5C5249;
	color: 18px;
	margin-bottom:30px;
	position:relative;
	left:-20px;
}

#content h1#header a span {
	display:block;
	font-size:28px;
	font-weight: bold;
	color:#36332F;
	background: transparent url(../img/header.png) no-repeat;
	text-indent:-9000px;
	height:136px;
}

#content h1#header a{
	color: #5C5249;
	text-decoration:none;
}

a#session {
	display: block;
	background: #9EA38B;
	position: relative;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

a#session:hover {
	background: #7B8068;
}

	#session .dtstart, #session .dtend {
		 display: none;
	}
	
	#session .dateDisplay {
		font-size: 14px;
		font-weight: bold;
		color: #CFD1C5;
	}
	
	#session .timeDisplay {
		margin-left: 10px;
		color: #CFD1C5;
		
	}
	
	#session .title {
		display: block;
		font-size: 16px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	#session .location {
		color: #5C5249;
	}




h2 {
	color: #5C5249;
	font-weight: bold;
	font-size:22px;
	margin-bottom:20px;
}

h2 em {
	display:block;
	float:left;
	width:47px;
	height:40px;
	margin-top: -10px;
	padding-top:7px;
	margin-right:20px;
	background-color:#4F4D48;
	color: #EBEAD3;
	text-align:center;
	font-size:34px;
}

h3.theme {
	/*margin-top:-20px;*/
	margin-bottom:5px;
}

h3.theme a {
	font-size:14px;
	color:#9EA38B;
}

#themeList li, #abstractListing li {
	margin-bottom:0;
	
}

#themeList li a, #abstractListing li a, #authorListing dt a{
	display:block;
	font-size: 16px;
	text-decoration: none;
	color:#000000;
	padding:5px;
	padding-left:10px;
	margin-left:-10px;
	
}

#authorListing dt em {
	font-weight:bold;
}

#abstractListing li a {
	margin-top:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #9EA38B;
}


#themeList li a:hover, #abstractListing li a:hover, #authorListing dt a:hover {
	background-color:#EBEAD3;
}

#themeList li a span {
	display:block;
	font-size: 12px;
	text-decoration: none;
	color:#666666;
}

#abstractListing li span.authors {
	display:block;
	font-size:12px;
	color:#5C5249;
	margin-top:5px;
}
#abstractListing li span.authors .country, #authorListing dt .country {
	color: #9EA38B;
	margin-right:10px;
}
#abstractAuthors li em, #abstractListing li span.authors em {
	font-weight:bold;
}

#authorListing dd {
	padding-bottom:10px;
	width: 700px;
}
#authorListing dd a {
	color:#5C5249;
	text-decoration: none;
	font-size:15px;
	display:block;
	margin-left:10px;
	margin-top:10px;
	padding-left:25px;
	background: transparent url(../img/arrowSide.png) no-repeat left top;
}

#authorListing dd a:hover {
	color:#A9AF9A;
}

#abstractAuthors li {
	display:block;
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:300px;
	color: #000000;
	font-size:14px;
}
#abstractAuthors li .location {
	font-size:12px;
	color:#9EA38B;
}
.department, .university {
	display:block;
}

div#keywords {
	clear:both;
	margin-top:20px;
	padding-top:20px;
	margin-bottom:20px;
}

div h4 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	clear: left;
	padding-top:10px;
}

div#keywords li, div#keywords a {
	display:inline;
	color:#5B5248;
	font-size:16px;
}
p#abstract {
	font-family: Georgia, "Times New Roman", serif;
	color: #000000;
	font-size:16px;
	padding-right:50px;
	line-height:1.5;
	margin-bottom:30px;
}
div#tools a {
	display:block;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	float: left;
	margin-right:10px;
	padding-right:10px;
	padding-left:30px;
	padding-top:6px;
	background-color:#000000;
	background-position: left top;
	background-repeat:no-repeat;
	height:24px;
	text-decoration:none;
}
div#tools a:hover {
	background-position: 0 -30px;
}

div#tools a#print {
	background-image: url(../img/btnPrint.png);
}
div#tools a#pdf {
	background-image: url(../img/btnPdf.png);
}

#navigation {
	width: 240px;
	padding-left:10px;
	margin-top:30px;
	min-height:722px;
	float:right;
	background: url(../img/shadowSplit.png) no-repeat top left;
}

a#switchSearch {
	display:visible;
	font-size:12px;
	color: #9EA38B;
	background: transparent url(../img/changeSearch.png) no-repeat center left;
	padding-left:12px;
	margin-bottom:10px;
	
}

div#browse h3, legend span {
	display: block;
	width: 230px;
	padding:5px;
	color: #F6FEFF;
	font-size:16px;
	font-weight: bold;
	margin-left:-10px;
	background-image: url(../img/arrowDown.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

div#browse, form.searchForm {
	padding-left:10px;
	padding-bottom:30px;
}


form.searchForm legend span {
	background-color: #9EA38B;
}

form.searchForm select, form.searchForm input {
	width:216px;
	font-size:12px;
	padding:2px;
}

form.searchForm input.button {
	width:auto;
}

form.searchForm input#search {
	width: 230px;
	margin-left:-10px;
}


form.searchForm label, div#browse h4 {
	margin-top: 20px;
	margin-bottom:5px;
	display:block;
	color: #36332F;
	font-size:14px;
	font-weight:bold;
}

form.searchForm label#searchLabel {
	margin-top:0;
	text-indent: -3000px;
	display:block;
	height:1px;
}

input.button  {
	display:block;
	background: #9EA38B url("../img/gradientBackgroundSearch.png") repeat-x left top;
	color: #36332F;
	width: 89px;
	height: 29px;
	border: 1px solid #9EA38B;
	font-weight: bold;
	margin-top: 10px;
	padding:20px;
}

input#simpleSearchSubmit {
	margin-left:-10px;
}

div#browse h3 {
	background-color: #5C5249;
}

div#browse li {
	display:inline-block;
	float: left;
}

div#browse li a {
	font-size:14px;
	width:12px;
	text-align:center;
	display: inline-block;
	float: left;
	padding: 4px 4px 0 4px;
	color: #9EA38B;
	text-decoration: none;
}
div#browse li a:hover, div#browse li a.active {
	background-color:#403E39;
	color: #FFFFFF;
}

#footer {
	padding:30px 10px 20px 10px;
	font-size:12px;
	clear: both;
	color: #9EA38B;
}


