@import url("menu.css");

html, body{
	height: 100%;
	padding: 0; margin: 0;
	background: #ffffff;
	text-align: center;
	font-family: verdana, sans-serif, arial, tahoma;
	font-size: 12px;
	color: #333333;
	background: url("../img/body_bg.gif");
}

/* DEFAULT SETTINGS */
img {
  border: 0px solid #039;
  padding:  2px;
  display:block;
}
h1{}
/*goes at the top of every page*/
h2{
  font-size:    18px;
  color:        #039;
  margin:       0em 0em 1.5em;
}
/*same as h2 except top margin,
  should be used as h2, but not at the top of the page*/
h3{
  font-size:    18px;
  color:        #039;
  margin:       2em 0em 1.5em;
}
h4{
  font-size:    14px;
  font-style:   italic;
  color:        #039;
  margin:       1.5em 0em 0.5em;
}
h5{
  color:        #039;
  margin:       1em 0em 0.1em;
  font-size:    12px;
  display:      block;
  clear:        both;
}

p{
  margin:       1em 0em;
}

b{
  font-size:	 10px;
}

a {color: #333333; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}
.left { text-align: left !important; }
.right { text-align: right !important; }
.justify { text-align: justify !important; }
.center { text-align: center !important; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.nounderline { text-decoration: none !important; }
.fleft {
  float:        left;
  margin:       1em 1em 1em 0em;
  text-align:   center;
  font-style:   italic;
  
}
.fright {
  float:        right;
  margin:       1em 0em 1em 1em;
  text-align:   center;
  font-style:   italic;  
}
.endfloat {visibility: hidden; height: 1px; width: 1px; margin: 0px; padding: 0px; clear: both;}


/*table formating */
table{
  clear:         both;
  margin:        1em 0em;
  padding:       0px;
  width:         100%;
  /*border:        1px solid #e0d3ef;*/
}

table th{
  background-color: #e0e3ef;
  text-align:       center;
  border:           1px solid #e0e3ef;
  padding:          3px;
}
table td{
  margin:           0px;
  border:           1px solid #e0e3ef;
  border-top:       0px;
  padding:          3px;
  font-size:      11px;
  font-style:     normal;
  font-weight:    normal;
}
table caption{
  font-size:      14px;
  font-style:     italic;
  font-weight:    bold;
  color:          #039;
  padding:        2em 0em 0.5em;
}

form{
  margin:         0px;
  width:          auto;
}


/* HOMEPAGE */
#header {
  width:  904px;
  height: 179px;
  /*background: url("../img/banner.jpg") top left no-repeat;*/
}
#header h1 {
	display: none;
}
#page {
	position: relative;
	margin: 0px auto;
	padding: 2px;
	width: 904px;
	background: #ffffff;
	border: 1px solid #cad5ea;

	text-align: left;
}
#content {
	padding: 20px 20px 20px 20px !important;
	padding: 0px 20px 20px 20px;
}
#leftcol {
  padding: 0px 0px;
	width: 200px;
	float: left;
}

#rightcol {
	width: 644px;
	float: right;
	margin: 0px 0px;
}
.sidemenu-title {
	width: 192px;
	height: 20px;
	padding-top: 5px;
	padding-left: 8px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	background: url("../img/sidemenu_header_bg.gif") top left repeat-x;
}
.sidemenu-content {
	/*width: 182px;*/
	padding: 10px 0px;
	border: 1px solid #e0d3ef;
	position: relative;
	display:  block;	
}

/*styles for FORMS */
.form-field{
  display:      block;
}
/*caption of a form field*/
.form-field-caption{
  color:        #039;
  font-style:   italic;
  width:        10em;
}
/*style for required form field*/
.form-field-required{

}

/*filter styles*/
.filter{
  padding:       5px 8px;
	border:        1px solid #e0d3ef;
	display:       block;
	float:         left;
	width:         624px;
}
.filter-field{
  float:        left;
  position:     relative;
  display:      inline;
  padding:      0em 0.5em;
  z-index:      1;
}
.filter-field-caption{
  color:        #039;
  font-style:   italic;
  display:      block;
}
.filter-field select{
  padding:      0.1em;
}
.filter input{
  display:      inline;
  float:        left;
  position:     relative;
  top:          1em;
  margin:       0em 2em;
}
.publications-author{
	padding-top: 5px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
}
.publications-name{
	padding-top: 5px;
	text-transform: uppercase;
	color: #039;
	font-weight: bold;
	font-style:  italic;
}
.publications-year{
	padding-top: 5px;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-size: 10px;
}
#person-name {
  position:   absolute;
	top:   70px;
	right: 61px !important;
	right: 55px;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	font-style:  italic;
	text-align:  right;
	font-family: Lucida Sans Unicode;
  }
#person-surname {
  position:   absolute;
	top:   97px;
	right: 67px !important;
	right: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	font-style:  italic;
	font-family: arial black CE;
	text-align:  right;
}


