/* 
    Document   : world_indices
    Created on : Oct 15, 2009, 12:03:22 PM
    Author     : jbellani
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#world_indices {
	width:100%;
	background-color:#FFF;
	border:1px solid #acb4cc;
	}
#world_indices a { color:#04349c; text-decoration:underline; }
#world_indices ul { width:100%; float:left; margin:0; padding:0; }
#world_indices li { margin:0; padding:0; list-style:none; float:left; }
#world_indices li a { display:block; padding:2px 6px; }
#world_indices .selected a { background-color:#04349c; color:#FFF; text-decoration:none; }
