/*WOOT '08
Last changed 25 June 2008 mn*/


/* main elements
 * ------------------------------------------------------------------------- */

p.body {
margin-top: 0px;
margin-bottom: 0px;
}

p.subhead {
color: #cc6633;
font-size:14px;
font-weight: bold;
margin-bottom:1px;
}

/*Space above subhead*/
p.subhead2{
color: #cc6633;
font-size:14px;
font-weight: bold;
margin-top: 8px;
}



/*Program Elements*/

p.invited {
	font-size:13px; 
	color:#000000; 
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
	}

p.session {
font-weight:bold;
color:#cc6633;
margin-top: -8px;
margin-bottom: 4px;
}


p.paper {
font-size:13px; 
margin: 0px 0px 4px 0px;
line-height: 16px;
}

p.fullpaper {
margin: 0px 0px 6px 0px;
}

p.paperfiles {
font-size:13px; 
font-weight: bold;
margin: 0px 0px 12px 0px;
line-height: 15px;
color: #cc6633;
}

/*Table Elements*/

td.time {
font-size:13px;
font-weight:bold;
color:#ffffff;
background-color:#339999;
}

td.center {
text-align: center;
}


/*Links*/
a:link { color:#339999; text-decoration:underline;}
a:visited { color:#666666; text-decoration:underline;}
a:hover {color:#339999; text-decoration:none;}

a.small:link {font-size: 10px; color:#339999; text-decoration: underline;}
a.small:visited {font-size: 10px; color:#666666; text-decoration: underline;}
a.small:hover {font-size: 10px; color:#339999; text-decoration: underline;}

a.sidebox:link {font-size: 11px; color:#339999; text-decoration: underline;}
a.sidebox:visited {font-size: 11px; color:#666666; text-decoration: underline;}
a.sidebox:hover {font-size: 11px; color:#339999; text-decoration: underline;}

ul,ol{
	margin: 0px 0px 5px 20px;
}

ul.nav{
	margin: 0px 0px 0px 0px;
}

li{font-size: 13px;
	color: #000000;
	list-style-type: square;
}


/* classes to suppress padding at the top and bottom of an object */
.mt0	{
	margin-top: 0px;
}
.mb0	{
	margin-bottom: 0px;
}
/* classes to add padding at the top and bottom of an object */
.mt6	{
	margin-top: 6px;
}
.mb6	{
	margin-bottom: 6px;
}

/* top bar
 * ------------------------------------------------------------------------- */
#topbar { background-color:#339999; width:750px; height:30px; position:relative; }
#topbar li { position:absolute;}
#topbar li, #topbar a { font-weight:bold; width:143px; height:30px; display:block; background:url("art/top_button.gif");}

#topbar a { font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size:13px; text-align:center; color:#ffffff; line-height:35px; } 

#topbar-01 { left:2px; }
#topbar-02 { left:152px; }
#topbar-03 { left:302px; }
#topbar-04 { left:452px; }
#topbar-05 { left:602px; }


#topbar-01 a:hover, #topbar-02 a:hover, #topbar-03 a:hover, #topbar-04 a:hover, #topbar-05 a:hover {color:#cc6633;background:url("art/top_button_over.gif");}
