@CHARSET "ISO-8859-1";

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

body {
	background-color: #fff5f2;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1em;
}

#all {
	margin: 0 auto;
	max-width: 1050px;
	padding: 0px;
	text-align: left;
}

#container {
	background-color: #FFFFFF;
	max-width: 1050px;
	width: 1050px;
}

#header {
	font-size: 1em;
	overflow: hidden;
	padding: 7px;
}

#logo-header {
	background: #87191b;
	color: #ffffff;
	min-height: 200px;
	text-align: left;
}

#header form .inputbox {
	background: url(/conferences/ll70/images/header-bg.gif) repeat-x;
	border: solid 1px #ccc;
	border-bottom: 0;
	border-right: 0;
	padding: 5px;
	margin-right: 2px;
	margin: 2px 2px 2px 2px;
	width: 13em;
}

#logo-search {
	text-align: right;
	padding: 5px 10px !important;
	margin-right: 10px;
	width: 98%;
	max-width: 100%;
	top: 0px;
	left: 0px;
}

#logo-image {
	margin-left: 10px;
}

#logo-header-text {
	margin-top: 10px;
}

.logo-header-foiks {
	font-size: 1.7em !important;
	text-align: center;
	color: #cacaFF;
}

#logo-header-text, .logo-header-text {
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 10px;
	text-align: left;
	cursor: default;
}

.logo-header-text {
	text-align: center;
}

.logo-header-text a:VISITED, .logo-header-text a {
	color: #EEEEEE;
}

.logo-text { /*padding-left: 10px;*/
	font-weight: bolder;
	font-size: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: default;
}

#breadcrums {
	font-size: 0.7em;
	padding: 2em;
	padding-top: 0px;
	padding-bottom: 5px;
}

.breadcrum {
	background-image: url("/conferences/ll70/images/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}

.breadcrum:VISITED {
	color: #333333;
}

.breadcrum:HOVER {
	text-decoration: underline;
}

.last-breadcrum {
	text-decoration: none !important;
}

.first-breadcrum {
	background-image: none;
	padding-left: 3px;
}

#footer {
	background: #333333 url(/conferences/ll70/images/tabs_back.png) repeat-x;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	font-size: small;
}

#footer a, #footer a:VISITED {
	padding-right: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:HOVER {
	text-decoration: underline;
}

#frame-container {
	margin-top: 10px;
}

/*-------------------- MENU ---------------*/
.menu-hidden {
	visibility: hidden;
	display: none;
}

.menu-primary-link:link, .menu-secondary-link:link, .menu-primary-link:visited,
	.menu-secondary-link:VISITED {
	text-decoration: none;
	color: #444444;
	font-weight: normal;
	display: block;
}

.menu-secondary-link:HOVER, .menu-primary-link:HOVER {
	color: #87191b !important;
}

.menu-container {
	width: 250px;
	overflow: hidden;
	vertical-align: top;
}

.menu-primary, .menu-secondary {
	list-style-type: none;
	padding: 10px;
}

.menu-primary-item {
	display: list-item;
	vertical-align: middle;
	color: #444;
	border-bottom: solid 1px #dddddd;
	padding-left: 18px;
	padding-top: 5px;
	background: url("/conferences/ll70/images/karo.gif") 5px 12px no-repeat;
	color: #444;
}

.menu-secondary {
	margin-top: 0;
	padding-top: 0;
}

.menu-primary-link:VISITED {
	color: #444444;
}

.menu-title-parent {
	background: white;
}

.menu-title {
	color: #87191b;
	font-size: 110%;
	cursor: default;
}

.menu-secodary-item {
	font-size: 90%;
	display: list-item;
	vertical-align: middle;
	color: #444;
	padding-left: 18px;
	padding-top: 5px;
	background: url("/conferences/ll70/images/karo.gif") 5px 12px no-repeat;
	color: #444;
	font-style: italic;
}

.menu-primary-item:hover, .menu-secodary-item:hover {
	background: #fff url(/conferences/ll70/images/nav_level_1.gif) repeat-x;
	color: #095197;
}

.menu-selected {
	font-weight: bold !important;
	font-style: oblique;
}

/*--------------BANNERS-----------------*/
#banner {
	text-align: center;
}

#banner a {
	
}

#banner a img {
	padding: 5px;
	border: solid 1px #ddd;
	width: 90%;
}

.content-container {
	vertical-align: top;
	text-align: center;
}

#content {
	text-align: left;
	padding: 10px;
	font-size: small;
	padding-left: 5em;
	padding-right: 5em;
	text-align: justify;
	line-height: 1.7em;
	min-height: 600px;
}

#content h1 {
	color: #87191b;
	font-size: 170%;
}

#content h2 {
	font-size: 125%;
	color: #87191b;
}

#content h3 {
	border-bottom: solid 1px #ddd;
}

.all-staff-img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
#content A:link { color: #952325 ; text-decoration: none; font-weight: 900;}
#content A:visited { color: #952325 ; text-decoration: none; font-weight: 900;}
#content A:hover { color: #444444 ; text-decoration: none;}

#all-staff {
	border-collapse: separate;
	border-color: gray;
	padding: 0;
	margin: 0;
	table-layout: fixed;
	border-spacing: 0px;
	border: solid 1px #dddddd;
	border-collapse: collapse;
}

#all-staff td {
	vertical-align: middle;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
}

#all-staff td:first-child {
	border-left: 1px solid gray;
}

#all-staff th {
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;
	padding-right: 1em;
}
#all-staff td:link { color: #952325 ; text-decoration: none; font-weight: 900;}
#all-staff td:visited { color: #952325 ; text-decoration: none; font-weight: 900;}
#all-staff td:hover { color: #444444 ; text-decoration: none;}

.all-header {
	text-align: center;
}

.all-row0 {
	
}

.all-row1 {
	background: url(/conferences/ll70/images/news.gif) repeat-x;
}

.contact-image {
	vertical-align: middle;
}

.contact-image img {
	width: 110px;
	height: 120px;
	vertical-align: middle;
}

.contact-data {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.contact-data div {
	background-position: left center;
	background-repeat: no-repeat;
}

.contact-position {
	font-weight: bold;
	font-style: italic;
	border-spacing: 0px;
	border-collapse: separate;
}

.contact-address {
	background-image: url("/conferences/ll70/images/con_address.png");
	padding-left: 20px;
	background-repeat: no-repeat;
}

.contact-email {
	background-image: url("/conferences/ll70/images/con_email.png");
	padding-left: 20px;
	background-repeat: no-repeat;
}

.contact-phone {
	background-image: url("/conferences/ll70/images/con_tel.png");
	padding-left: 20px;
	background-repeat: no-repeat;
}

.contact-url {
	background-image: url("/conferences/ll70/images/con_url.png");
	padding-left: 20px;
	background-repeat: no-repeat;
}

.contact-fax {
	background-image: url("/conferences/ll70/images/con_fax.png");
	padding-left: 20px;
	background-repeat: no-repeat;
}

.contact-cv {
	color: #87191b;
	font-size: 170%;
}

.contact-publications h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.17em !important;
	font-weight: bold !important;
	color: rgb(51, 51, 51) !important;
	border-bottom: solid 1px #ddd;
}

.no-script {
	font-size: smaller;
	text-align: center;
	background-color: #fff3a5;
	padding: 5px;
}

.bib-reference {
	margin-left: 5px;
	cursor: pointer;
	vertical-align: middle;
}

.bib-copy {
	cursor: pointer;
	vertical-align: middle;
	display: none;
	margin-left: 5px;
}

.gsc-control-cse {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	/*	text-align: right;*/
}

.gsc-input {
	padding: 0 !important;
}

.gsc-search-box { /*	text-align: right;*/
	
}

.gsc-search-button {
	display: none;
}

.tmp {
	
}

.News p {
	border-bottom: 1px solid #cacaca
}

.News p span {
	font-style: italic;
	font-weight: bold;
}

.News p:last-of-type {
	border-bottom: none !important;
}

.Error {
	color: red;
	font-style: italic;
	font-weight: bold;
}

.ImportantDates {
	border-spacing: 5px;
}

.ImportantDates th {
	
}

.ImportantDates td {
	padding-left: 3em;
}