
body {
 background-color: #FFF;
 margin-top: 2px;
}
h3 {
 font-family: verdana, arial, geneva, helvetica, sans-serif;
 font-size: 20px;
}
#header {
 /*background-color: #0091c7;*/
 border-top: solid 1px #003e72;
 border-bottom: solid 1px #003e72;
 width: 900px;
 height: 17px;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 12px;
}

/*
 * notify box
*/
.notify {
	width:700px;
	background-color: #FFFF99;
	border: 1px solid #B3B2B2;
	position:absolute;
	top: 10px;
	left: 10px;		
} 
.notify_error {
	width:700px;
	background-color: #F08080;
	border: 1px solid #B3B2B2;
	position:absolute;
	top: 10px;
	left: 10px;		
}

.notify_titel {
	font-size: 14px;	
	font-weight: bold;
}

.notify_message {
	font-size: 12px;
}

.deadline_registration_test {
/*	width:500px;
	height:25px;
	background-color: #F08080;
	border: 1px solid #B3B2B2;
	position:absolute;
*/
	background-color: white; /* #F08080 */
	/*border: 1px solid #B3B2B2;*/	
	filter:alpha(opacity=80); /* IE */
	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.8; /* FireFox */
	z-index: 80;
	height: 100%; /*25px*/
	width: 100%; /*500px*/
/*	
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;	
	font-size: 16px;
	font-weight: bold;
	top: 0px;
	left: 0px;
*/		
}

.deadline_registration {
	background-color: white; /* #F08080 */	
	filter:alpha(opacity=90); /* IE */
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.9; /* FireFox */
	z-index: 90;	
	height: 300%;
	width: 100%;
	position:absolute;	
	font-size: 16px;
	font-weight: bold;
	top: 0px;
	left: 0px;

}

.deadline_registration_text {
	position:absolute;	
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #c6c9c8;
	top: 300px;
	left: 300px; /*15px*/
}

.deadline_application {
	background-color: white; /* #F08080 */	
	filter:alpha(opacity=90); /* IE */
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.9; /* FireFox */
	z-index: 90;	
	height: 200%;
	width: 100%;
	position:absolute;	
	font-size: 16px;
	font-weight: bold;
	top: 0px;
	left: 0px;

}

.deadline_application_text {
	position:absolute;	
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #c6c9c8;
	top: 300px;
	left: 300px; /*15px*/
}



/* FORM */
.textfield {
	width: 300px;
}
.middletextfield {
	width: 100px;
}
.caption {
	font-weight: bold;
	font-size: 14px;
}
.captionReg {
	font-size: 14px;
}
.formfields {
	font-size: 14px;
}
.boldfields {
	font-weight: bold;
}
.errormsg {
	color: red;
}
.successmsg {
	color: green;
}
.smalltext {
	font-size: 10px;
}

.group {
 font-weight: bold;
 font-size: 14px;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 background-color: #c6c9c8;	
}

.reg_form_descr {
 font-size: 12px;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;	
}

.text {
 background-color: #f4f4f4;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 14px; /*14px*/
 padding-left: 5px;
 padding-right: 5px; 
}

.content {
 background-color: #f4f4f4;
 border-left: dashed 1px #c6c9c8;
 border-right: dashed 1px #c6c9c8;
 border-bottom: dashed 1px #c6c9c8;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 14px;
 padding-left: 5px;
 padding-right: 5px;
}
#logo {
 position: relative;
 top: 1px;
 float: left;
}
#front {
 width: 900px;
}

.navigation {
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 14px;
 background-color: #FFF;
 width: 270px;
 text-align: left;	
}

.nav_link {
	color: #000;
	/*text-decoration: none;	*/
}

a:link {
	color: rgb(0, 145, 199);
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: rgb(0, 145, 199);
	text-decoration: none;
}  /* visited link */
a:hover {
	color: rgb(0, 145, 199);
	text-decoration: none;
}   /* mouse over link */
a:active {
	color: rgb(0, 145, 199);
	text-decoration: none;
}   /* selected link */

#nav_bg {
	background-image: url("../images/nav_bg.jpg");	
}

#nav_bg_noactive {
	background-image: url("../images/nav_bg_noactive.jpg");	
}

#nav_bg.a {
	color: red;
}

#nav_bg:hover {
	background-image: url("../images/nav_bg_hover.jpg");
}

.footer {
	font-size: 12px;
}

#navigation {
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #FFF;
 border-right: dashed 1px #c6c9c8;
 border-bottom: dashed 1px #c6c9c8;
 width: 149px;
 position: relative;
 top: 15px;
 float: left;
 text-align: left;
}
#navigation a {
 color: #000;
 text-decoration: none;
}
#navigation a:hover {
 color: #003E72;
}
#usernavigation {
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #FFF;
 border-right: dashed 1px #c6c9c8;
 border-bottom: dashed 1px #c6c9c8;
 width: 149px;
 position: relative;
 top: 20px;
 left: -375px;
 clear: both;
 text-align: left;
}
#usernavigation a {
 color: #000;
 text-decoration: none;
}
#usernavigation a:hover {
 color: #003E72;
}
.unheader {
 border-top: solid 1px #003e72;
 border-bottom: solid 1px #003e72;
 height: 17px;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 text-align: center;
}
#content {
 background-color: #FFF;
 border-top: dashed 1px #c6c9c8;
 width: 750px;
 height: 30px;
 position: relative;
 top: 15px;
 float: left;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 11px;
 text-align: left;
}
#login {
 background-color: #f4f4f4;
 border-left: dashed 1px #c6c9c8;
 border-right: dashed 1px #c6c9c8;
 border-bottom: dashed 1px #c6c9c8;
 width: 700px;
 float: right;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 padding-left: 5px;
}
input {
 border: solid 1px #626263;
 height: 20px; /*15px*/
 font-size: 12px; /*10px*/
}
.button {
 border: solid 1px #626263;
 height: 20px;
 width: 100px;
 font-size: 10px;
}
.button:hover {
 border: solid 1px #626263;
 background-color: #99ccff;
 //background: url('../images/button.png');
 height: 20px;
 width: 100px;
 font-size: 10px;
 font-weight: bold;
}
#loggedin {
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
 position: relative;
 top: 2px;
 float: left;
}
#title {
 float: left;
 width: 770px;
 position: relative;
 top: 1px;
}
#error {
 position: relative;
 top: 2px;
 width: 898px;
 border: solid 1px red;
 background-color: yellow;
 font-family: verdana, arial, Geneva, Helvetica, sans-serif;
 font-size: 10px;
}
.ask {
 border: solid 1px red;
 background-color: yellow;
}
.select {
 border: solid 1px #626263;
 background-color: #FFFFFF;
}
.checkbox {
 border: none;
}

.tableheader {
	background-color: #c6c9c8;
}

.fieldset_reg_form {
	/*background-color: #c6c9c8;*/
	width: 75%;
}

.table_reg_form {
	width: 100%;
	border-width: 1px;	
}

/*
 * conference schedule
*/

.programme_table {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-size: 15px;
}

.long_talk {
	background-color: #0091c7;
	font-size: 15px;
}

.short_talk {
	background-color: #ceeaf4; /*#c6c9c8*/
	font-size: 15px;	
}

.hot_talk {
	background-color: #626263;
	font-size: 15px;	
}

.excursion {
	background-color: #951a6e;
	font-size: 15px;	
}

.chair {
	background-color: #FFFFE0;
	font-size: 15px;	
}

/*
 * talks by invited speaker
*/

.reflib_title {
	font-style: italic;
}

.reflib_author {
	
}

.reflib_abstract {
	margin: 5px 5px 15px 5px;
    border: 1px dotted white; /* #eeeeee */
}

/*
 * talks in conference schedule
*/

.schedule_reflib_author {
	font-size: small;
}

.schedule_reflib_title {
	font-size: small;
	font-style: italic;
}

.texthint {
	font-size: normal;
}

.liveSearchResult {
	background-color: white;	
	filter:alpha(opacity=90); /* IE */
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	z-index: 90;
	/*height: 200px;*/
	width: 300px;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 909px; /*953px;*//*320px;*/ /*574*/
	left: 18px; /*572px*/
}

.liveSearchPosterResult {
	background-color: white;	
	filter:alpha(opacity=90); /* IE */
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	z-index: 90;
	/*height: 200px;*/
	width: 300px;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 120x; /*320px;*/ /*574*/
	left: 18px; /*572px*/
}

