/**
 * iit.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * iit theme.
 *
 * $Id: iit.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: #ffffff;
}

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1.5em;
}

ul.formErrorList {
	color: #900;
	font-size: 1.3em;
}

a:link {
	color: #006666;
}

a:active {
	color: #996633;
}

a:visited {
	color: #898e79;
}

a:hover {
	color: #996633;
	background: #e5e5c7;
}

a.reorder {
	font-size: 2em;
	text-decoration: none;
}

#header {
    width: 100%;
          height: 130px;
          background-image: url("http://www.esp-photobiology.it/2009congress/images/wroclawBanner.jpg");
          background-repeat: no-repeat;
          background-position: bottom;
	background-color: white !important;
}

#headerTitle h1 {
          height: 20px;
	  margin-top: 4px;
	  font-weight: bolder;
	  line-height: 100%;
          font-size: 96%;
          text-align: center;
          font-family: Geneva, Arial, Helvetica, sans-serif;
          font-weight: bolder;
          color: #CC6600;
	  color: #990000;
 
}
/*
#header h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
}
*/
#main h2 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#navbar {
	border-bottom: 1px solid #898e79;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Garamond,'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Garamond,'Times New Roman',Times,serif;
}


