/**
 * classicRed.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color: #F7F6E5;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #583120;
}

a {
	text-decoration: none;
}

a:link {
	color: #4C2211;
}

a:active {
	color: #883;
}

a:visited {
	color: #403814;
}

a:hover {
	color: #FDFCE3;
	background: #883;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}

#container {
	background: #F7F6E5;
	font-size: 1.1em;
}

#header {
	border-image: url ("/public/conferences/34/left-top.png") no-repeat 0 100%;
	border-bottom-style: dotted;
	border-bottom-color: #882;
	background-color: #F7F6E5;
}

#headerTitle {
	background: url("/public/conferences/34/book.png") no-repeat 10% 50%,
		#F7F6E5 url("/public/conferences/34/logo-en.webp") no-repeat 90% 50%;
}

#header h1 {
	padding: 0;
	padding-top: 50px;
	line-height: 1;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	background-color: #F7F6E5;
	color: #562509;
	width: 50%;
	height: fit-content;
}

#footer {
	background-color: #600;
	color: #fff;
}

#footerContent {
	color: #fff;
}

#main {
	background-color: #F7F6E5;
	border-bottom: 1px dotted #882;
	border-top: none;
	margin-top: 10px;
	padding: 0 0 0 25%;
	width: 50% !important;


}

#body {
	width: 100%;
	overflow: hidden !important;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0.6em
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

p {
	font-size: 1.2em;

}

#navbar {
	border-bottom: 1px dotted #882;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #882;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #882;
}

#content h1 {
	display: block;
	font-weight: bold;
	padding-bottom: 0.6em
}

#content h2 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

#content h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #660000;
}

#rightSidebar ul,
#leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li,
#leftSidebar li {
	list-style-type: none;
}

#rightSidebar {
	margin-top: -1px;
	min-height: 529px;
	font-size: 82%;
}

#leftSidebar {
	margin-top: 1px;
	min-height: 500px;
	font-size: 82%;
}

#rightSidebar {
	background: #F7F6E5 url("/public/conferences/34/right.png") no-repeat;
	padding-right: 101px;
	margin-right: 10px;
	background-position: 100% 1px;
	border: none;
	padding-top: 100px;
}

#leftSidebar {
	padding-left: 110px;
	margin-left: 1px;
	background: #F7F6E5 url("/public/conferences/34/left.png") no-repeat;
	background-position: 1px -3px;
	padding-top: 96px;
	position: absolute;
	z-index: 999;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 0em;
	border-radius: 0 10px;
}

#sidebarKeywordCloud {
	font-size: 80% !important;
}

#sidebar div.block,
span.rtop span,
span.rbottom span {
	background: #E6E3BC !important;

}

#breadcrumb {
	margin-bottom: 40px;
}

#center1 {
	text-align: center;
}
