/* CSS Document */


#mid ul li {
   list-style: url(http://assets.en.oreilly.com/1/event/7/velocity bullet.gif);
}

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Conference specific Widget styles */

#mid #widgets .module {
	background: #fff url(http://assets.en.oreilly.com/1/event/7/velocity_module_mid.gif) left top repeat-y;
}
	
#mid #widgets .module .title {
	background: #ebb027 url(http://assets.en.oreilly.com/1/event/7/velocity_module_top.gif) left top no-repeat;
	color: #fff;
}
	
#mid #widgets .module .content {
	background: transparent url(http://assets.en.oreilly.com/1/event/7/velocity_module_bot.gif) left bottom no-repeat;
}


