/*global*/
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:link, 
a:active, 
a:visited{
  border-bottom: 1px dotted;
}
a:hover{
  border-bottom: 1px solid;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #3b465c;
}
a img{
  border: none;
}
ol,
ul{
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
/*layout*/
div#wrapper{
  width: 100%;
  text-align: center;
}
div#container{
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-color: #2b4f82;
  border-left: 1px solid #bad1f2;
  border-right: 1px solid #bad1f2;
  border-bottom: 1px solid #bad1f2;
}
div#content_wrapper{
  clear: both;
}
div#content{
  background-color: #1d385f;
  width: 900px;
}
/*masthead*/
div#masthead{
  width: 900px;
  height: 100px;
  background: #2b4f82 url('./images/banner.png') no-repeat left center;
}
div#logo{  
  float: left;
  width: 100px;
  padding-left: 10px;
}
div#title{
  float: right;
  width: 520px;
  text-indent: -9999px;
}
/*navigation*/
div#navigation{
  float: left;
  width: 148px;
  padding: 0;
  font-size: 0.8em;
  background: transparent;
  text-align: left;
}
div#navigation ul{
  list-style-position: outside;
  list-style: none;
  width: 135px;
  padding: 0;
  margin: 0;
}
div#navigation ul li{
  height: 23px;
  padding-bottom: 15px;
}
div#navigation a{
  width:135px;
  display: block;
  padding: 5px 0 4px 12px;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  border-top: 2px solid #bad1f2;
  border-bottom: 1px solid #bad1f2;
  border-right: 1px solid #1d385f;
  background: transparent url('./images/navigation.png') no-repeat left center;
}
div#navigation a:link, 
div#navigation a:visited, 
div#navigation a:active{
  color: #bad1f2;
}
div#navigation a:hover{
  color: #014687;
  background: #bad1f2 url('./images/navigation_hover.png') no-repeat left center;
}
div#navigation a.selected:link, 
div#navigation a.selected:visited,
div#navigation a.selected:hover,
div#navigation a.selected:active{
  color: #014687;
  background: #bad1f2 url('./images/navigation_selected.png') no-repeat left center;
}
/*llp info*/
div#llp{
  clear: both;
  padding: 3px;
  background-color: #dfedff; 
}
div#llp .frame{
  border: 1px solid #1d385f;
  padding: 3px;
  background-color: #fff; 
}
div#llp img{
  float: left;
  display: inline;
  padding-right: 20px;
}
div#llp p{
  font-size: 0.8em;
  color: #ffffff;
  background-color: #fff !important; 
}
/*main column*/
div#main{
  float: left;
  font-size: 0.8em;
  line-height: 1.4em;
  border-left: 2px solid #bad1f2;
  border-bottom: 2px solid #bad1f2;
  background-color: #fff;
}
div#main a:link,
div#main a:visited,
div#main a:active{
  color: #014687;
}
div#main a:hover{
  color: #061a35;
}
div#main h4, 
.conference h4 {
  font-size: 1.3em;
  line-height: 0.5em;
  color: #014687;
  background: transparent url('./images/h4_gradient.png') repeat-x;
  height: 10px;
  padding: 10px 0 10px 10px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color:  #bad1f2;
}
div#main p{
  color: #014687;
  padding: 5px 10px;
  background-color: #dfedff; 
}
div#main ol,
div#main ul{
  color: #014687;
  padding: 5px;
}
div#main li{
  color: #014687;
  padding-bottom: 10px;
}

/*right column*/
div#right{
  float: right;
  width: 20%;
}

/*project partners*/
.partner{
  clear: both;
}
.partner img{
  width: 200px;
  float: right;
  display: inline;
  padding: 10px 10px 0 0;
}
.partner p{
  width: 495px;
  float: left;
  padding: 5px;
  text-align: justify;
  color: #014687;
}
.partner ul{
  width: 495px;
  float: left;
  margin-left: 10px;
  background: transparent;
}
.main_gradient{
  background: #fff url('./images/main_gradient.png') repeat-y 5px 5px;
}

/*publications*/
.publication{
  background-color: #dfedff; 
  padding: 2px 10px 2px 10px;
}
.publication h4{
  font-size: 1.1em !important;
  padding: 10px 35px !important;
  background: #d1deef url('./images/folder.png') no-repeat left !important;
}
.publication h5{
  color: #014687;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color:  #bad1f2;
  padding: 2px 35px 5px 35px !important;
  background: #d1deef !important;
}
.comments{
  font-size: 0.9em;
  padding: 0 15px 0 35px;
}
.author{
  margin-left: -20px;
  margin-bottom: -10px;
  font-weight: bold;
}
.document{
  padding: 3px 25px;
  border-right: 1px solid #bad1f2;
  border-bottom: 1px solid #bad1f2;
  border-left: 1px solid #bad1f2;
}
.no-border{
  border-bottom: none;
}
.document a{
  text-align: left;
  padding-left: 20px;
  /* font-weight: bold !important; */
}
.filesize{
  font-size: 0.8em;
}
.zip{
 background: transparent url('./images/zip.png') no-repeat left 3px;
}
.pdf{
  background: transparent url('./images/pdf.png') no-repeat left 3px;
}
.doc{
  background: transparent url('./images/doc.png') no-repeat left 3px;
}
.swf{
  background: transparent url('./images/swf.png') no-repeat left 3px;
}
.url{
  background: transparent url('./images/url.png') no-repeat left 3px;
}
.ppt{
  background: transparent url('./images/ppt.png') no-repeat left 3px;
}
.txt{
  background: transparent url('./images/txt.png') no-repeat left 3px;
}
.xls{
  background: transparent url('./images/xls.png') no-repeat left 3px;
}

/*contact*/
.response{
  width: 100%;
  text-align: center;
  background-color: #dfedff;
}
.contact{
  padding-left: 50px;
  background-color: #dfedff;
}
textarea{
  width: 600px;
  height: 300px;
  border: 2px solid #637c9f;
  padding: 10px;
  font-size: 1.3em;  
  font-family: Courier New, sans-serif;
}
input.text{
  width: 600px;
  height: 20px;
  border: 2px solid #637c9f;
  padding: 5px;
  font-size: 1.3em;
  font-family: Courier New, sans-serif;
} 
input.submit{
  width: 120px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: #bad1f2;
  border: 1px solid #2b4f82;
  color: #2b4f82;
  padding: 3px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
.contact p{
  font-weight: bold;
  font-size: 0.9em;
}
.error{
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #af0000;
  text-align: center;
  border: 1px solid #bad1f2;
}
.sent{
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #478f23;
  text-align: center;
  border: 1px solid #bad1f2;  
} 

/*conference*/

.conference h5,
.conference p, 
.conference dl {
  color: #014687;
  background-color: #dfedff;
}
.conference h5 {
  padding: 20px 10px 30px 10px;
  font-size: 1.7em;
}
.conference dl {
  float: left;
  width: 300px;
  padding: 10px 10px 5px 10px;
  font-size: 1.2em;
}
.conference dt {
  float: left;
  width: 70px;
  line-height: 1.4em;  
}
.conference dd {
  font-weight: bold;
  padding: 0 0 10px 70px;
  line-height: 1.4em;
}
.conference_info {
  float: right;
  width: 300px;
  padding: 10px;
  text-align: center;
}
a.img_link {
  border: none !important;
}
.booking_contact {
  font-weight: bold;
  padding: 5px 0 20px 10px !important;
}

/*generic classes*/
.space{
  padding-bottom: 20px !important;
}
.page_title{
  height: 40px;
  padding: 10px 0 0 10px;
  font-size: 2em;
  line-height: 1.2em;
  background: #2b4f82 url('./images/page_title_gradient.png') repeat-x;
  color: #fff;
}
.one_col{
  width: 750px;
}
.two_col{
  width: 748px;
}
.three_col{
  width: 600px;
}
.clear_left{
  clear: left;
}
.clear_right{
  clear: right;
}
.clear_both{
  clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	height:100%;
}
.no_height{
  height: 0px;
}
.image_right{
  float: right;
  padding: 0 0 10px 10px;
}
.image_left{
  float: left;
  padding: 0 10px 0 10px;  
}
.image_top{
  padding-top: 0;
}
.image_left img, .image_right img{
  padding: 2px;
  border: 2px solid #6fb2df;  
}
.required{
  font-size: 0.8em;
  padding-left: 10px;
}
.front{
  padding-left: 40px !important;
  background-color: #dfedff;
}
.no_pub{
  height: 61px;
}
.no_pub p{
  color: #666 !important;
  font-style: italic;
}
.blue {
  background-color: #dfedff !important;
}
/*footer*/
div#footer{
  clear: both;
  height: 40px;
  color: #bad1f2;
  font-size: 0.8em;
  text-align: right;
}
div#footer p{
  padding: 10px 10px 10px 0;
}