body {
background-color:#FEFFED;
font-size:10pt;
font-family:Arial;
margin:auto;
padding:auto;
color:#333333;
text-align:center;
}

#page {
width:1200px;
margin:auto;
padding:auto;
background-color:#FFFFFF;
}

#page2 {
width:1200px;
background-image:url(images/pagetop.png);
background-repeat:no-repeat;
}

#header {
clear:both;
width:1200px;
height:350px;
background-image:url(International%20Conference%20on%20Antimicrobial%20Computational%20Pharmacology/logo_icacomp.jpg);

padding-top:0px;
padding-left:0px;
background-repeat:no-repeat;
}

#header h1{
opacity:none;
}
#menulinks {
clear:both;
width:1200px;
height:42px;
padding-left:0px;
background-color:rgb(0,0,128);
overflow: visible;  

background-repeat:no-repeat;
}

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* html #menulinks a {
  float: left;
  text-decoration: none;
  }

* html #menulinks a span {
  float: left;
  text-decoration: none;
  }
  

.dropdown {
  position: relative;
  float: left;
  margin: 0 1px;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;          
  left: 0;
  background-color: rgb(0,0,128);
  opacity: 0.8;
  min-width: 150px;
  z-index: 1000;
  padding-top:10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 8px 12px;
  color: rgb(93, 159, 69 );
  text-decoration: none;
  font-size: 13px;
}
.dropdown-content a:hover {
  background-color: rgb(0,0,128);
  color: rgb(93, 159, 69 );
}

  
#menulinks a {
	padding-left:3px;
	height:35px;
	width:125px;
   	background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:1px;
	margin-left:1px;

  }

#menulinks a span {
	padding-left:6px;
	padding-right:8px;
	
	padding-top:13px;
        
	height:35px;
	display:block;
    background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	text-decoration:none;
	color:rgb(93, 159, 69 );

}

#menulinks a:hover span, #menulinks a.active span {
	text-decoration:none;
	color:#ccc;

}

#mainarea {
width:1160px;
clear:both;
padding-left:40px;
background-color: #FFFFFF;
}

#contentarea {
width:1095px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
background-color: #F5F5F5;
}

#contentarealeft {
width:890px;
min-height: 850px;
padding-right:30px;
float:left;
line-height:14pt;
padding-bottom:10px;
text-align:left;
background-color: #FFFFFF; 
}

#contentarealeft table{
font-size:10pt;
}

#contentarealeft p {
text-align:justify;
}

.p_pad1 {
padding-bottom: 2px;
padding-top: 2px;
margin-top:0px;
margin-bottom:0px;

}


#contentarearight {
width:155px;
padding-right:0px;
float:left;
line-height:14pt;
padding-bottom:10px;
}

#linktable{
    border: 1px solid #ededed;
    padding:5px;
    padding-right: 20px;
}

#onelinetable {
border-bottom: 1px solid #ededed;
}
#onelinetable td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
#onelinetable .bold {
  font-weight:bold;
}
/*GM Added END*/
/*
#linktable td{
    border-top: 1px solid #ededed;
}
*/
#footer {
width:1200px;
clear:both;
height:30px;
padding-top:20px;
text-align:center;
line-height:14pt;
color:#B3B3B3;
font-size:8px;
}

#footer a {
font-size:8px;
color:#B3B3B3;
}

h1 {
font-size:19pt;
color:#FFFFFF;
margin:0;
}

h1 a {
color:#FFFFFF;
}

h2 {
font-size:12pt;
	color:#1B2E0E;
padding-top:6px;
}

#header h2{
    font-size:16pt;
    color:white;
}
.description {
font-size:14pt;
color:#FFFFCC;
margin:0;
padding-left:5px;
}

a {
color:#004686;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}


td.uhr{
	vertical-align: top;
	width:110px;
}

.caption 
{
	font-size:16px;
	font-weight: bold;
	
}
.speaker-container {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

h5 {
    margin: 0.4em 0;
}
h6 {
    margin: 0.4em 0;
    line-height: normal;
}

.input{
	background : #efefef;
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 210px;
}

.button{
	background : #efefef;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px;
}
#topright {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    height: 125px;
    width: 125px;
    background: url(TRbanner.gif) no-repeat;
    text-indent: -999em;
    text-decoration: none;
}


