/* These styles configure the look of the flag tracking pages */

#selection {
	display:block;
	width:100%;
}

#selection th {
	text-align:center;
	background-color:#333366; 
	width:100px;
	color:#FFFFFF; 
	font-size:12px; 
	text-decoration:underline; 
	font-weight:bold;
}

#selection, #pop, #solro, #ep, #god, #oow, #don, #all  { 
	text-align:center;
}
#selection, #pop table, #solro table, #ep table, #god table, #oow table, #don table, #all table  { 
	border: 0px; 
}
#selection td, #pop_flags td, #solro_flags td, #ep_flags td, #god_flags td, #oow_flags td, #don_flags td, #all_flags td { 
	text-align:center; 
}
#pop_flags th, #solro_flags th, #ep_flags th, #god_flags th, #oow_flags th, #don_flags th, #all_flags th { 
	text-align:center;
	width:30px; 
	background-color:#333366; 
	color:#FFFFFF; 
	font-size:12px; 
	text-decoration:underline; 
	font-weight:bold;
}
#pop_flags span, #solro_flags span, #ep_flags span, #god_flags span, #oow_flags span, #don_flags span, #all_flags span, {
	color:#FFFFFF; 
	font-size:12px; 
	text-decoration:underline; 
	font-weight:bold;
}

.even { background-color:#0099CC; }
.odd { background-color:#999999; }

