
#contentDIV {
width: 750px;
}
html .fixed{
    position: absolute;
}

BODY {
 	height: 100%;
	width: 100%;
	padding: 0px;
	
	font-family: arial;
	color: #848484;
	text-decoration: none;
	font-size: 12px;
}
#logo {
	height: 136px;
	margin-top: -8px;
	margin-left: -25px;
	z-index: 4;
}
#sidenav {
	position: absolute;
	height: 136px;
	margin-top: -25px;
	margin-left: 5px;
	z-index: 4;
}
#topnav {
	/*position: absolute;*/
	width: 60%;
	height: 136px;
	margin-top: -110px;
	margin-left: 230px;
}

#maincontent {
	/*position: absolute;*/
	height: 136px;
	margin-top: -50px;
	margin-left: 230px;
}

li {
	 margin-left: -25;
}

form        
{ 
color: #000000; 
font-family: Arial; 
font-weight: normal; 
}



table        
{ 
color: #000000; 
font-family: Arial; 
font-size: 12pt; 
}

tr    
{ 
color: #000000; 
font-family: Arial; 
font-size: 12pt; 
}


TD {
             font-family: arial;
             color: #000;
             text-decoration: none;
             font-size: 12px;
			 line-height: 170%;
			 text-align: left;
}

A:Link {
             font-family: arial;
             color: #9E0B0E;
             text-decoration: none;
             font-size: 12px;
             font-weight: normal;
}

A:Visited {
             font-family: arial;
             color: #9E0B0E;
             text-decoration: none;
             font-size: 12px;
             font-weight: normal;
}
A:Hover {
             font-family: arial;
             text-decoration:none;
             color: #99cccc;
             font-size: 12px;
             font-weight: normal;
}
select {
             font-family: arial;
             font-size: 12px;
             color: #000000;
             background-color: #ffffff;
             border-color: #000000;
             border-width: 1px;
}

textarea {
             font-family: arial;
             font-size: 12px;
             color: #000;
             background-color: #ffffff;
             border-color: #000000;
             border-width: 1px
}

input  {    
font-family: Arial;
color: #000; 
font-size: 10pt; 
border: 1px solid #000000; 
background-color: #ffffff
}

#Next {
color: #fff;
  background-color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
  color: #9E0B0E;
  font-weight: bold;
}


/* These entries are for tooltips */

a.info{
    position:relative; /*this is the key */
    z-index:24; background-color:#eee;
    color:#000;
    text-decoration:none;
	}

a.info:hover{
z-index:25; 
background-color:#ffffff;
}

a.info span{display: none}

a.info:hover span{ /* the span will display just on :hover state */
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #99cccc;
    background-color:#99cccc; color:#000;
    text-align: center;
	text-decoration:none;
	}

/* General styles */

p.smaller
{ 
color: #000000; 
font-family: Verdana, Arial; 
font-weight: normal; 
font-size: 9pt; 
}

p.subtitle
{ 
color: #000000; 
font-family: Verdana, Arial; 
font-weight: bold; 
font-size: 10pt; 
}

/* for abstracts */

p.resource_title
{ 
color: #00000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt; 
margin-bottom: -6px;
}

p.resource_presenters
{ 
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 10pt; 
font-style: italic;
}

p.resource_description
{ 
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 10pt; 
}

/* programme table */

p.presentations
{ 
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 9pt; 
font-style: italic;
margin-bottom: 12pt;
}

h2.presentations
{ 
margin-top: 16pt;
color: #9E0B0E;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 10pt; 
margin-bottom: -6px;
}

table.presentations
{ 
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-weight: normal; 
font-size: 8pt; 
}

td.presentation_title
{ 
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt; 
width: 55%;
}

td.presenters
{ 
color: #000000; 
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt; 
width: 45%;
}


