/* Author: Arjan de Koning                                         */
/* Date  : 2 February 2004                                         */
/* Description :                                                   */   
body { 
    font-family : verdana, arial;
		background-image:url(http://www.eco-efficiency-conf.org/images/Background.gif); 
} 
 
td.main { 
    margin:0px; 
	  border:0px; 
	  padding:2px; 
} 

tr.highlight {
    background:silver;
}	 
 
td.top_navigation { 
    font-family: verdana, arial;
    font-size: 10pt; 
} 
 
table.side_navigation { 
    font-family: verdana, arial;
		font-size: 10pt; 
} 
 
table.content { 
    font-family: verdana, arial;
    font-size: 10pt; 
} 
 
p.side_navigation { 
    padding:0px; 
    margin:0px; 
} 

ol.side_navigation {
    font-size: 8pt; 
    margin:0px;
	 /*	padding:7px;*/ 
} 
 
td.content { 
    font-family: verdana, arial; 
    background:white; 
    padding:5px; 
} 
 
h1 {
    font-size:16pt; 
    font-weight:bold; 
    padding-top:10px; 
} 
 
h2 { 
    font-size:14pt; 
    font-weight:bold; 
    padding-top:10px; 
} 
 
h3 {
    font-size:12pt; 
    font-weight:bold; 
    padding-top:10px; 
} 

h4.side_navigation {
    font-size:12pt; 
    padding:0px; 
    margin-bottom:5px;
} 

h5.side_navigation {
    font-size:10pt;
    font-weight:bold; 
    padding-left:5px; 
    margin:0px;
} 

.author {
    color:#daa520;
}
	
a:link { 
    text-decoration:none; 
    font-weight:normal; 
    color:#0000CD;   
} 
 
a:visited { 
    text-decoration:none; 
    font-weight:normal; 
    color:#0000CD;	 
} 

a:hover { 
    text-decoration:underline; 
    font-weight:normal; 
} 
 
 
ol { 
    margin-right:40px; 
} 

li { 
    margin-bottom:10px; 
} 
 
ul { 
    margin-right:40px; 
} 

ul.tight { 
    margin-top:0px;
    /*	margin-bottom:-10px;*/
    /* margin-right:40px;*/
} 


ol.tight { 
    margin-right:0px;
    margin-top:0px;
     
    /*margin-bottom:-10px; */
    /* margin-right:40px;*/
} 
 
#Data { 
    font-size:8px; 
	  position: absolute; 
    bottom: 5px; 
} 
 

/* Rounded borders stuff */ 
 
td.border-tl  { 
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_1x1.png); 
		max-width:20px; 
		max-height:20px; 
		min-width:20px; 
		min-height:20px; 
		width:20px; 
		height:20px; 
} 
 
td.border-t {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_1x2.png); 
} 
 
td.border-tr  {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_1x3.png); 
    max-width:20px; 
	  max-height:20px; 
    min-width:20px; 
    min-height:20px; 
    width:20px; 
    height:20px; 
} 
 
td.border-l {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_2x1.png); 
} 

td.border-m {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_2x2.png); 
} 
							 
td.border-r {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_2x3.png); 
} 

td.border-br  { 
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_3x3.png); 
		max-width:20px; 
		max-height:20px; 
		min-width:20px; 
		min-height:20px; 
		width:20px; 
		height:20px; 
} 
 
td.border-b {
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_3x2.png); 
    /*background-color:#667788;*/
} 
 
td.border-bl  {  
    background-image:url(http://www.eco-efficiency-conf.org/images/Image2_3x1.png); 
 		max-width:20px; 
		max-height:20px; 
		min-width:20px; 
		min-height:20px; 
		width:20px; 
		height:20px; 
} 


table.program {
	border:3px solid #778899;	
	border-collapse:collapse;
	margin-bottom: 10px;
}

table.program th {
	border:1px solid #778899;
	border-bottom:3px solid #778899;
	text-align:left;
	padding:5px;
	background: #dcdcdc;
	vertical-align: top;
}

table.program td {
	border:1px solid #778899;
	padding:5px;
	background: #dcdcdc;
	vertical-align: top;
}
